QueryElementInfoData

class cee.ug.QueryElementInfoData()

Info about an element in a given frame


Properties

cee.ug.QueryElementInfoData.elementCentroid

The centroid of the element.

cee.ug.QueryElementInfoData.elementId

The id of the element

cee.ug.QueryElementInfoData.elementIndex

The index of the element

cee.ug.QueryElementInfoData.elementNodes

Data for all element nodes

cee.ug.QueryElementInfoData.elementTriangleVertices

A tessellation of triangles of the element.

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 element using the geometry or the markup model. ```

cee.ug.QueryElementInfoData.elementType

The type of the element, for example ‘Quad’, ‘Tetrahedron’, ‘Hexahedron’

cee.ug.QueryElementInfoData.elementVolume

The volume of the element (if applicable)

cee.ug.QueryElementInfoData.frameIndex

The index of the frame

cee.ug.QueryElementInfoData.geometryIndex

The index of the CAE geometry. In almost all cases this will be 0

cee.ug.QueryElementInfoData.partId

The id of the part containing the element

cee.ug.QueryElementInfoData.scalarResult

The scalar value of the element.

cee.ug.QueryElementInfoData.stateId

The state id of the frame

cee.ug.QueryElementInfoData.vectorResultArr

The vector result(s) in the element. The array will contain 3 values (x,y,z) for each vector result.