RhinoVolMeshObject
- class compas_ui.rhino.objects.RhinoVolMeshObject(*args, **kwargs)[source]
Bases:
RhinoObject
,VolMeshObject
Class for representing COMPAS volmeshes in Rhino.
- Attributes:
guid_vertex (dict[System.Guid, int]) – Map between Rhino object GUIDs and volmesh vertex identifiers.
guid_edge (dict[System.Guid, tuple[int, int]]) – Map between Rhino object GUIDs and volmesh edge identifiers.
guid_face (dict[System.Guid, int]) – Map between Rhino object GUIDs and volmesh face identifiers.
guid_cell (dict[System.Guid, int]) – Map between Rhino object GUIDs and volmesh cell identifiers.
Methods
Clear all objects previously drawn by this artist.
Draw the volmesh using the visualisation settings.
Update the attributes of the volmesh.
Update the attributes of the edges.
Update the attributes of selected faces.
Update the attributes of selected vertices.
Move a single face of the volmesh object and update the data structure accordingly.
Move a single vertex of the volmesh object and update the data structure accordingly.
Move a multiple vertices of the volmesh object and update the data structure accordingly.
Select edges of the volmesh.
Select faces of the volmesh.
Select one vertex of the mesh.
Select vertices of the volmesh.
Inherited Methods