compas_robots.rhino.scene
¤
This package provides functionality for visualizing robot models in Rhino.
Classes¤
RobotModelObject
¤
Scene object for drawing robot models.
Parameters:
-
**kwargs(dict, default:{}) –Additional keyword arguments. For more info, see RhinoSceneObject and BaseRobotModelObject.
Functions¤
create_geometry
¤
draw
¤
draw_attached_meshes
¤
Draw all the geometries attached to the robot model.
Returns:
-
list[Guid]–The GUIDs of the created Rhino objects.
draw_collision
¤
Draw all the collision geometries of the robot model.
Returns:
-
list[Guid]–The GUIDs of the created Rhino objects.