RemoveAttachedCollisionMesh
-
class
compas_fab.backends.interfaces.
RemoveAttachedCollisionMesh
[source] Bases:
object
Interface for a Planner’s remove attached collision mesh feature. Any implementation of
RemoveAttachedCollisionMesh
must define the methodremove_attached_collision_mesh
. The__call__
magic method allows an instance of an implementation ofRemoveAttachedCollisionMesh
to be treated as itsremove_attached_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
__init__
()Initialize self.
remove_attached_collision_mesh
(id[, options])Remove an attached collision mesh from the robot.