AddCollisionMesh
-
class
compas_fab.backends.interfaces.AddCollisionMesh[source] Bases:
objectInterface for a Planner’s add collision mesh feature. Any implementation of
AddCollisionMeshmust define the methodadd_collision_mesh. The__call__magic method allows an instance of an implementation ofAddCollisionMeshto be treated as itsadd_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_collision_mesh(collision_mesh[, options])Add a collision mesh to the planning scene.