AddAttachedCollisionMesh
-
class
compas_fab.backends.interfaces.AddAttachedCollisionMesh[source] Bases:
objectInterface for a Planner’s add attached collision mesh feature. Any implementation of
AddAttachedCollisionMeshmust define the methodadd_attached_collision_mesh. The__call__magic method allows an instance of an implementation ofAddAttachedCollisionMeshto be treated as itsadd_attached_collision_meshmethod. See <https://docs.python.org/3/reference/datamodel.html#object.__call__> and <https://en.wikipedia.org/wiki/Function_object#In_Python>.Methods
__init__()Initialize self.
add_attached_collision_mesh(…[, options])Add a collision mesh and attach it to the robot.