VolMeshObject
- class compas_ghpython.scene.VolMeshObject[source]
Bases:
GHSceneObject
,VolMeshObject
Scene object for drawing volmesh data structures.
- Parameters:
- volmesh
compas.datastructures.VolMesh
A COMPAS volmesh.
- **kwargsdict, optional
Additional keyword arguments.
- volmesh
Methods
Draw a selection of cells.
Draw a selection of cells.
Draw a selection of edges.
Draw a selection of faces.
Draw a selection of vertices.
Inherited Methods
Add a child item to the scene object.
The main clearing method.
Clear the cells of the mesh.
Clear the edges of the mesh.
Clear the faces of the mesh.
Clear the vertices of the mesh.