NodeIdent

class cee.ug.NodeIdent()

Interface for identifying a node in a geometry. Nodes are uniquely defined by geometry index, part id and node index.


Properties

cee.ug.NodeIdent.geometryIndex

The index of the geometry the node belongs to.

cee.ug.NodeIdent.nodeIndex

The index of the node.

cee.ug.NodeIdent.partId

The id of the part the node belongs to.