QueryPartSurfacePositionsData

class cee.ug.QueryPartSurfacePositionsData()

The result of a QueryPartSurfacePositions.


Properties

QueryPartSurfacePositionsData.frameIndex
Type:

number

The zero-based frame index

QueryPartSurfacePositionsData.geometryIndex
Type:

number

The zero-based geometryIndex of the part.

QueryPartSurfacePositionsData.itemIdArr
Type:

Int32Array

The id of the node/element for all the nodes in the query data

QueryPartSurfacePositionsData.normalArr
Type:

Float32Array

The normals of all the nodes in the query data. The array is interleaved (x0, y0, z0, x1, y1, … zn)

QueryPartSurfacePositionsData.partId
Type:

number

The id of the part.

QueryPartSurfacePositionsData.positionArr
Type:

Float32Array

The centroids of all the nodes in the query data. The array is interleaved (x0, y0, z0, x1, y1, … zn)