VolMeshObject
- class compas_blender.scene.VolMeshObject[source]
Bases:
BlenderSceneObject
,VolMeshObject
A scene object for drawing volumetric mesh data structures in Blender.
- Parameters:
- volmesh
compas.datastructures.VolMesh
The volmesh data structure.
- **kwargsdict, optional
Additional keyword arguments.
- volmesh
Methods
The main clearing method.
Clear the objects contained in the cell collection (
self.cellcollection
).Clear the objects contained in the edge collection (
self.edgecollection
).Clear the objects contained in the face collection (
self.facecollection
).Clear the objects contained in the vertex collection (
self.vertexcollection
).Draw a selection of cells.
Draw a selection of cells.
Draw a selection of edges.
Draw the normals of the faces.
Draw a selection of faces.
Draw the normals at the vertices of the mesh.
Draw a selection of vertices.
Inherited Methods
Add a child item to the scene object.
Add an object to a collection.
Clear the objects in a collection.
Create a collection with the given name.
Add an object to the Blender scene.
Delete a collection.
Set the color of a Blender object.
Set the transformation of a Blender object.
Update an object in the Blender scene.