PartInfo

class cee.ug.PartInfo()

The id and name of a part, and the index of the geometry it belongs to.

Parts are uniquely identified by the combination of geometry index and part id.


Properties

cee.ug.PartInfo.boundaryCondition

True if the part is a boundary condition part

cee.ug.PartInfo.geometryIndex

The zero-based index of the geometry the part belongs to. In most cases there is only one geometry and this index will be zero.

cee.ug.PartInfo.name

The name of the part

cee.ug.PartInfo.parentPartId

The id of the parent part. -1 if none

cee.ug.PartInfo.partDataArr

Additional key,value info describing the part

cee.ug.PartInfo.partId

The unique (within the geometry) id of the part. Part ids are >= 0.