QueryFeatureExtractionSurface
-
class
cee.ug.
QueryFeatureExtractionSurface
() Data for one surface (part) of a feature extraction (cut, iso, isovolume).
Properties
Properties
-
QueryFeatureExtractionSurface.
edgeDataArr
Type: [function] Data per edge of the feature extraction surface
Source element index and results per edge
-
QueryFeatureExtractionSurface.
edgeLineVertices
Type: [number] optional Edges (e.g. cutting plane intersecting with 2d elements) This array contains x,y,z values for each edge. So there will be 6 values (2 vertices * (x,y,z)) per edge (from -> to).
-
QueryFeatureExtractionSurface.
elementMeshVertices
Type: [number] optional Line segments representing the element mesh on the feature extraction surface. There will be 6 values (2 vertices * (x,y,z)) per edge (from -> to).
-
QueryFeatureExtractionSurface.
faceTriangleVertices
Type: [number] The triangulation of the feature extraction surface
This array contains x,y,z values for each triangle vertex. So there will be 9 values (3 vertices * (x,y,z)) per triangle.
-
QueryFeatureExtractionSurface.
geometryIndex
Type: number The index of the geometry the item belongs to.
-
QueryFeatureExtractionSurface.
partId
Type: number The id of the part the item belongs to.
-
QueryFeatureExtractionSurface.
triangleDataArr
Type: [function] Data per triangle of the feature extraction surface
Source element index and results per triangle