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

PartInfo.boundaryCondition
Type:

boolean

True if the part is a boundary condition part

PartInfo.geometryIndex
Type:

number

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.

PartInfo.name
Type:

string

The name of the part

PartInfo.parentPartId
Type:

number

The id of the parent part. -1 if none

PartInfo.partDataArr
Type:

unknown

Additional key,value info describing the part

PartInfo.partId
Type:

number

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