ansys.dyna.core.pre.part.Part#
- class ansys.dyna.core.pre.part.Part(model, id: int, name: str, type: str, conn: List)#
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 connectivity: List#