QueryResultMinMaxDataItem

class cee.ug.QueryResultMinMaxDataItem()

A min or max item from QueryResultMinMax


Properties

QueryResultMinMaxDataItem.elementId
Type:

number

The id of the element with the value. -1 for PER_NODE results.

QueryResultMinMaxDataItem.elementIndex
Type:

number

The zero based index of the element with the value. -1 for PER_NODE results.

QueryResultMinMaxDataItem.elementSubIndex
Type:

number

The zero based index of the element node / element surface. -1 for PER_NODE and PER_ELEMENT results.

QueryResultMinMaxDataItem.nodeId
Type:

number

The id of the node with the value. -1 for PER_ELEMENT and PER_SURFACE results.

QueryResultMinMaxDataItem.nodeIndex
Type:

number

The zero based index of the node with the value. -1 for PER_ELEMENT and PER_SURFACE results.

QueryResultMinMaxDataItem.partId
Type:

number

The id of the part with the value

QueryResultMinMaxDataItem.position
Type:

[number]

Position <x,y,z> of the minimum item. This will be the node for PER_NODE and PER_ELEMENT_NODE results, element centroid for PER_ELEMENT results and element surface centroid for PER_SURFACE results.

QueryResultMinMaxDataItem.stateId
Type:

number

The id of the state with the value

QueryResultMinMaxDataItem.value
Type:

[number]

Minimum/maximum value. The array will have one item for scalars and 3 items (x,y,z) for vector and displacements