SurfacePathItem

class cee.ug.SurfacePathItem()

Defines one item on a surface path


Properties

SurfacePathItem.coordinate
Type:

Vec3Like

The coordinate of the item (if SurfacePathPointType is COORDINATE)

SurfacePathItem.elementIndex
Type:

number

The index of the element (if SurfacePathPointType is ELEMENT)

SurfacePathItem.nodeIndex
Type:

number

The index of the node (if SurfacePathPointType is NODE)

SurfacePathItem.objectIndex
Type:

number

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

SurfacePathItem.objectType
Type:

ObjectType

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