AppendCollisionMesh
- class compas_fab.backends.interfaces.AppendCollisionMesh[source]
Bases:
object
Interface for a Planner’s append collision mesh feature. Any implementation of
AppendCollisionMesh
must define the methodappend_collision_mesh
. The__call__
magic method allows an instance of an implementation ofAppendCollisionMesh
to be treated as itsappend_collision_mesh
method. See <https://docs.python.org/3/reference/datamodel.html#object.__call__> and <https://en.wikipedia.org/wiki/Function_object#In_Python>.Methods
Append a collision mesh to the planning scene.