Parts#

class ansys.dyna.core.pre.dynabase.Parts#

Stores the part list.

Overview#

add

Add a part to the part list.

get_num_shellpart

Get the number of shell parts.

set_property

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.