edit_design_settings#
- Icepak.edit_design_settings(gravityDir=0, ambtemp=22, performvalidation=False, CheckLevel='None', defaultfluid='air', defaultsolid='Al-Extruded')[source]#
Update the main settings of the design.
- Parameters:
- gravityDir
int
,optional
Gravity direction from -X to +Z. Options are
0
to5
. The default is0
.- ambtemp
optional
Ambient temperature. The default is
22
.- performvalidationbool,
optional
Whether to perform validation. The default is
False
.- CheckLevel
str
,optional
Level of check to perform during validation. The default is
"None"
.- defaultfluid
str
,optional
Default fluid material. The default is
"air"
.- defaultsolid
str
,optional
Default solid material. The default is
"Al-Extruded"
.
- gravityDir
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oDesign.SetDesignSettings