VolMeshObject
- class compas_rhino.scene.VolMeshObject[source]
Bases:
RhinoSceneObject
,VolMeshObject
Scene object for drawing volmesh data structures.
- Parameters:
- volmesh
compas.datastructures.VolMesh
A COMPAS volmesh.
- disjointbool, optional
Draw the faces of the mesh disjointed. Default is
True
.- **kwargsdict, optional
Additional keyword arguments.
- volmesh
Methods
Delete all objects drawn by this scene object.
Delete all cells drawn by this scene object.
Delete all edge labels drawn by this scene object.
Delete all edges drawn by this scene object.
Delete all face labels drawn by this scene object.
Delete all faces drawn by this scene object.
Delete all vertex labels drawn by this scene object.
Delete all vertices drawn by this scene object.
Draw a selection of cells.
Draw a selection of cells.
Draw a selection of cells.
Draw a selection of edge labels.
Draw a selection of edges.
Draw a selection of face labels.
Draw a selection of faces.
Draw a selection of vertex labels.
Draw a selection of vertices.
Inherited Methods
Add a child item to the scene object.
Add the objects to the group.
Clear the layer of the scene object.
Find the group with the given name, or create a new one.