QueryResultMinMaxDataItem
- class cee.ug.QueryResultMinMaxDataItem()
 A min or max item from
QueryResultMinMax
Properties
- cee.ug.QueryResultMinMaxDataItem.elementId
 The id of the element with the value. -1 for PER_NODE results.
- cee.ug.QueryResultMinMaxDataItem.elementIndex
 The zero based index of the element with the value. -1 for PER_NODE results.
- cee.ug.QueryResultMinMaxDataItem.elementSubIndex
 The zero based index of the element node / element surface. -1 for PER_NODE and PER_ELEMENT results.
- cee.ug.QueryResultMinMaxDataItem.nodeId
 The id of the node with the value. -1 for PER_ELEMENT and PER_SURFACE results.
- cee.ug.QueryResultMinMaxDataItem.nodeIndex
 The zero based index of the node with the value. -1 for PER_ELEMENT and PER_SURFACE results.
- cee.ug.QueryResultMinMaxDataItem.partId
 The id of the part with the value
- cee.ug.QueryResultMinMaxDataItem.position
 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.
- cee.ug.QueryResultMinMaxDataItem.stateId
 The id of the state with the value
- cee.ug.QueryResultMinMaxDataItem.value
 Minimum/maximum value. The array will have one item for scalars and 3 items (x,y,z) for vector and displacements