VolMeshObject

class compas_rhino.scene.VolMeshObject[source]

Bases: RhinoSceneObject, VolMeshObject

Scene object for drawing volmesh data structures.

Parameters:
volmeshcompas.datastructures.VolMesh

A COMPAS volmesh.

disjointbool, optional

Draw the faces of the mesh disjointed. Default is True.

**kwargsdict, optional

Additional keyword arguments.

Methods

clear

Delete all objects drawn by this scene object.

clear_cells

Delete all cells drawn by this scene object.

clear_edgelabels

Delete all edge labels drawn by this scene object.

clear_edges

Delete all edges drawn by this scene object.

clear_facelabels

Delete all face labels drawn by this scene object.

clear_faces

Delete all faces drawn by this scene object.

clear_vertexlabels

Delete all vertex labels drawn by this scene object.

clear_vertices

Delete all vertices drawn by this scene object.

draw

Draw a selection of cells.

draw_celllabels

Draw a selection of cells.

draw_cells

Draw a selection of cells.

draw_edgelabels

Draw a selection of edge labels.

draw_edges

Draw a selection of edges.

draw_facelabels

Draw a selection of face labels.

draw_faces

Draw a selection of faces.

draw_vertexlabels

Draw a selection of vertex labels.

draw_vertices

Draw a selection of vertices.

Inherited Methods

add

Add a child item to the scene object.

add_to_group

Add the objects to the group.

clear_layer

Clear the layer of the scene object.

get_group

Find the group with the given name, or create a new one.