QueryBulkCalculationValues
- class cee.ug.QueryBulkCalculationValues()
 The result of a
QueryBulkCalculationfor one part/region of cutting plane.
Properties
Properties
- cee.ug.QueryBulkCalculationValues.area
 The surface area of the region/part
- cee.ug.QueryBulkCalculationValues.averageValue
 Average per element surface scalar value in the region (either cutting plane or visible surface of the part)
- cee.ug.QueryBulkCalculationValues.boundingBoxMaximum
 The maximum corner of the bounding box of the part or the cutting plane region
- cee.ug.QueryBulkCalculationValues.boundingBoxMinimum
 The minimum corner of the bounding box of the part or the cutting plane region
- cee.ug.QueryBulkCalculationValues.centroid
 The centroid of the region/part
- cee.ug.QueryBulkCalculationValues.elementCount
 Number of elements. For cutting planes: The number of elements intersected
- cee.ug.QueryBulkCalculationValues.geometryIndex
 The index of the CAE geometry.
In almost all cases this will be 0. If using a partially adaptive model with remeshing only on parts of the model (e.g. in a Forging process) the concept of multiple geometries might be relevant.
- cee.ug.QueryBulkCalculationValues.maximumValue
 Maximum per element surface scalar value in the region (either cutting plane or visible surface of the part)
- cee.ug.QueryBulkCalculationValues.maximumValuePosition
 The position of the maximum per element surface scalar value
maximumValue(surface centroid)
- cee.ug.QueryBulkCalculationValues.minimumValue
 Minimum per element surface scalar value in the region (either cutting plane or visible surface of the part)
- cee.ug.QueryBulkCalculationValues.minimumValuePosition
 The position of the minimum per element surface scalar value
minimumValue(surface centroid)
- cee.ug.QueryBulkCalculationValues.nodeAverageValue
 Average value of the nodes referenced by the region/part visible surface (applicable for PER_NODE and PER_ELEMENT_NODE results)
- cee.ug.QueryBulkCalculationValues.nodeCount
 Number of nodes in the region / on the visible surface of the part
- cee.ug.QueryBulkCalculationValues.nodeMaximumValue
 Maximum value of the nodes referenced by the region/part visible surface (applicable for PER_NODE and PER_ELEMENT_NODE results)
- cee.ug.QueryBulkCalculationValues.nodeMaximumValuePosition
 The position of the maximum value of the nodes referenced by the region/part visible surface
nodeMaximumValue
- cee.ug.QueryBulkCalculationValues.nodeMinimumValue
 Minimum value of the nodes referenced by the region/part visible surface (applicable for PER_NODE and PER_ELEMENT_NODE results)
- cee.ug.QueryBulkCalculationValues.nodeMinimumValuePosition
 The position of the minimum value of the nodes referenced by the region/part visible surface
nodeMinimumValue
- cee.ug.QueryBulkCalculationValues.partId
 The id of the part associated with the bulk values
- cee.ug.QueryBulkCalculationValues.regionTriangleVertices
 A tessellation of triangles of the cutting plane region if a cutting plane query was issued and includeRegionTriangles was true
This array contains x,y,z values for each triangle vertex. So there will be 9 values (3 vertices * (x,y,z)) per triangle. This can be used to highlight the selected region using the geometry or the markup model.
- cee.ug.QueryBulkCalculationValues.resultant
 Sum of SURFACE_AREA*SURFACE_RESULT_VALUE for all element surfaces in the region (of cutting planes) or of the visible surface of a part.
- cee.ug.QueryBulkCalculationValues.surfaceCount
 Number of element surfaces in the region/visible surface of the part
- cee.ug.QueryBulkCalculationValues.volume
 The volume of the part (only applicable for parts with volume elements). For cutting planes: the volume of the intersected elements
- cee.ug.QueryBulkCalculationValues.volumeAverageValue
 The Average result for volume elements in the part (only applicable for parts with volume elements)
- cee.ug.QueryBulkCalculationValues.volumeMaximumValue
 The Maximum result for volume elements in the part (only applicable for parts with volume elements)
- cee.ug.QueryBulkCalculationValues.volumeMaximumValuePosition
 The position of the maximum result for volume elements in the part
volumeMaximumValue
- cee.ug.QueryBulkCalculationValues.volumeMinimumValue
 The minimum result for volume elements in the part (only applicable for parts with volume elements)
- cee.ug.QueryBulkCalculationValues.volumeMinimumValuePosition
 The position of the minimum result for volume elements in the part
volumeMinimumValue
- cee.ug.QueryBulkCalculationValues.volumeNodeAverageValue
 Average value of the nodes referenced by the volume elements in the part (applicable for PER_NODE and PER_ELEMENT_NODE results)
- cee.ug.QueryBulkCalculationValues.volumeNodeMaximumValue
 Maximum value of the nodes referenced by the volume elements in the part (applicable for PER_NODE and PER_ELEMENT_NODE results)
- cee.ug.QueryBulkCalculationValues.volumeNodeMaximumValuePosition
 The position of the maximum value of the nodes referenced by the volume elements in the part
volumeNodeMaximumValue
- cee.ug.QueryBulkCalculationValues.volumeNodeMinimumValue
 Minimum value of the nodes referenced by the volume elements in the part (applicable for PER_NODE and PER_ELEMENT_NODE results)
- cee.ug.QueryBulkCalculationValues.volumeNodeMinimumValuePosition
 The position of the minimum value of the nodes referenced by the volume elements in the part
volumeNodeMinimumValue
- cee.ug.QueryBulkCalculationValues.volumeResultant
 Sum of ELEMENT_VOLUME*ELEMENT_RESULT_VALUE for all volume elements (only applicable for parts with volume elements)