create_ground#
- Choke.create_ground(app: Hfss) object#
Create the ground plane.
- Returns:
ansys.aedt.core.modeler.cad.object3d.Object3dGround object.
Examples
>>> import ansys.aedt.core as pyaedt >>> from ansys.aedt.core.modeler.advanced_cad.choke import Choke >>> hfss = pyaedt.Hfss() >>> choke = Choke() >>> choke.create_choke(app=hfss) >>> ground = choke.create_ground(app=hfss)