ansys.dyna.core.pre.part#

Module containing the Part class.

Classes#

Part

Defines and modifies the parts of a model.

Module Contents#

class ansys.dyna.core.pre.part.Part(model, id: int, name: str, type: str, conn: List)[source]#

Bases: object

Defines and modifies the parts of a model.

Parameters:
model: ansys.dyna.core.pre.Model

Model in which the part is created.

id: int

ID of the part provided by the server.

name: str

Part name.

property id: int[source]#
property name: str[source]#
property type: str[source]#
property connectivity: List[source]#
property print_mesh: bool[source]#

Whether the mesh summary is set to print along with the part summary.

property print_id: bool[source]#

Whether IDs of TopoEntities or zonelets are set to print along with the part summary.