import_spaceclaim_document#

Modeler3D.import_spaceclaim_document(input_file: str) bool#

Import a SpaceClaim document.

Parameters:
input_file

Full path and name of the SpaceClaim file.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.CreateUserDefinedModel

Examples

>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler
>>> obj = GeometryModeler()
>>> obj.import_spaceclaim_document(input_file="example.txt")