MeshObject
- class compas_rhino.scene.MeshObject[source]
Bases:
RhinoSceneObject
,MeshObject
Scene object for drawing mesh data structures.
- Parameters:
- mesh
compas.datastructures.Mesh
A COMPAS mesh.
- **kwargsdict, optional
Additional keyword arguments.
- mesh
- Attributes:
- disjointbool, optional
Draw the faces of the mesh disjointed. Default is
False
.
Methods
Delete all objects 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 face normals drawn by this scene object.
Delete all faces drawn by this scene object.
Delete all vertex labels drawn by this scene object.
Delete all vertex normals drawn by this scene object.
Delete all vertices drawn by this scene object.
Draw the mesh or its components in Rhino.
Draw labels for a selection of edges.
Draw a selection of edges.
Draw labels for a selection of faces.
Draw the normals of the faces.
Draw a selection of faces.
Draw pipes around the edges of the mesh.
Draw spheres at the vertices of the mesh.
Draw labels for a selection of vertices.
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 the objects to the group.
Clear the layer of the scene object.
Draw the mesh of the mesh.
Find the group with the given name, or create a new one.