RobotModelArtist.create_geometry
- RobotModelArtist.create_geometry(geometry, name=None, color=None)[source]
Create a Rhino mesh corresponding to the geometry of the model.
- Parameters
geometry (
compas.datastructures.Mesh
) – A COMPAS mesh data structure.name (str, optional) – Name of the mesh object.
color (tuple[int, int, int], optional) – Color of the mesh object.
- Returns