break_spaceclaim_connection#

Modeler3D.break_spaceclaim_connection() bool#

Disconnect from the running SpaceClaim instance.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.BreakUDMConnection

Examples

>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler
>>> obj = GeometryModeler()
>>> obj.break_spaceclaim_connection()