RobotArtist.draw_geometry
-
RobotArtist.
draw_geometry
(geometry, name=None, color=None)[source] Draw a COMPAS geometry in the respective CAD environment.
Note
This is an abstract method that needs to be implemented by derived classes.
- Parameters
geometry (
compas.datastructures.Mesh
orcompas.geometry.Shape
) – Instance of a COMPAS mesh or COMPAS shapename (str, optional) – The name of the mesh to draw.
- Returns
object – CAD-specific geometry