MeshObject
- class compas_ghpython.scene.MeshObject[source]
Bases:
GHSceneObject
,MeshObject
Scene object for drawing mesh data structures.
- Parameters:
- mesh
compas.datastructures.Mesh
A COMPAS mesh.
- **kwargsdict, optional
Additional keyword arguments.
- mesh
Methods
Draw the mesh.
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.
Clear all components of the mesh.
Clear the edges of the mesh.
Clear the faces of the mesh.
Clear the vertices of the mesh.
Draw the mesh of the mesh.