insert#

MultiPartComponent.insert(app: Hfss, motion: bool = False) bool#

Insert the object in HFSS SBR+.

Returns:
bool

Examples

>>> import ansys.aedt.core as pyaedt
>>> from ansys.aedt.core.modeler.advanced_cad.multiparts import MultiPartComponent
>>> hfss = pyaedt.Hfss()
>>> component = MultiPartComponent(r"C:\temp\actors")
>>> component.insert(hfss)