set_objects_deformation#

Modeler3D.set_objects_deformation(assignment: list) bool#

Assign deformation objects to a Workbench link.

Parameters:
assignmentlist

List of the deformation objects to assign to the Workbench link.

Returns:
bool

True when successful, False when failed.

References

>>> oDesign.SetObjectDeformation

Examples

>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler
>>> obj = GeometryModeler()
>>> obj.set_objects_deformation(assignment="Box1")