Parts
#
- class ansys.dyna.core.pre.dynabase.Parts#
Stores the part list.
Overview#
Add a part to the part list. |
|
Get the number of shell parts. |
|
Set properties for added parts. |
Import detail#
from ansys.dyna.core.pre.dynabase import Parts
Attribute detail#
- Parts.beamlist = []#
- Parts.shelllist = []#
- Parts.solidlist = []#
- Parts.igalist = []#
- Parts.icfdlist = []#
- Parts.icfdvolumelist = []#
- Parts.discretelist = []#
- Parts.isphstructlist = []#
- Parts.isphfluidlist = []#
Method detail#
- Parts.add(part)#
Add a part to the part list.
- Parts.get_num_shellpart()#
Get the number of shell parts.
- Parts.set_property()#
Set properties for added parts.