load_scdm_in_hfss#

Modeler2D.load_scdm_in_hfss(input_file: str) bool#

Load a SpaceClaim file in HFSS.

Parameters:
input_filestr

Full path and name of the SpaceClaim file.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.CreateUserDefinedModel
>>> oEditor.BreakUDMConnection

Examples

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