Part
#
- class ansys.geometry.core.designer.part.Part(id: str, name: str, components: list[MasterComponent], bodies: list[ansys.geometry.core.designer.body.MasterBody])#
Represents a part master.
This class should not be accessed by users. The
Part
class holds fundamental data of an assembly.
Overview#
ID of the part. |
|
Name of the part. |
|
|
|
|
Represent the part as a string. |
Import detail#
from ansys.geometry.core.designer.part import Part
Property detail#
- property Part.components: list[MasterComponent]#
MasterComponent
children that the part contains.
- property Part.bodies: list[ansys.geometry.core.designer.body.MasterBody]#
MasterBody
children that the part contains.These are master bodies.