insert#
- Bird.insert(app: Hfss, motion: bool = True) bool#
Insert the bird in HFSS SBR+.
- Parameters:
- app
Hfss - motionbool
Whether the bird is in motion. The default is
True.
- app
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> import ansys.aedt.core as pyaedt >>> from ansys.aedt.core.modeler.advanced_cad.actors import Bird >>> hfss = pyaedt.Hfss() >>> bird = Bird(r"C:\temp\actors\bird") >>> bird.insert(app=hfss)