SurfacePathItem

class cee.ug.SurfacePathItem()

Defines one item on a surface path


Properties

cee.ug.SurfacePathItem.coordinate

The coordinate of the item (if SurfacePathPointType is COORDINATE)

cee.ug.SurfacePathItem.elementIndex

The index of the element (if SurfacePathPointType is ELEMENT)

cee.ug.SurfacePathItem.nodeIndex

The index of the node (if SurfacePathPointType is NODE)

cee.ug.SurfacePathItem.objectIndex

The index of the object (part, cutting plane, etc)

cee.ug.SurfacePathItem.objectType

Object type can be PART for part surfaces or CUTTING_PLANE, ISOSURFACE, or ISOVOLUME for extracted objects.