create_fan#
- Icepak.create_fan(name=None, is_2d=False, shape='Circular', cross_section='XY', radius='0.008mm', hub_radius='0mm', origin=None)#
Create a fan component in Icepak that is linked to an HFSS 3D Layout object.
- Parameters:
- name
str,optional Fan name. The default is
None, in which case the default name is used.- is_2dbool,
optional Whether the fan is modeled as 2D. The default is
False, in which case the fan is modeled as 3D.- shape
str,optional Fan shape. Options are
"Circular"and"Rectangular". The default is"Circular".- cross_section
str,optional Cross section plane of the fan. The default is
"XY".- radius
str,float,optional Radius of the fan in modeler units. The default is
"0.008mm".- hub_radius
str,float,optional Hub radius of the fan in modeler units. The default is
"0mm",- origin
list,optional List of
[x,y,z]coordinates for the position of the fan in the modeler.
- name
- Returns:
ansys.aedt.core.modules.boundary.layout_boundary.NativeComponentObjectNativeComponentObject object.
References
>>> oModule.InsertNativeComponent