QueryFeatureExtraction

class cee.ug.QueryFeatureExtraction()

Get the geometry and results of a feature extraction item (cutting plane, isosurface, isovolume)

The query will return the tesselation (triangles and edges) of the requested item for the given frame index. If a scalar result was mapped onto the surface, the query result will contain one scalar value per triangle or edge vertex.

Constructors

Methods


Constructors

constructor

cee.ug.QueryFeatureExtraction.constructor(model)
Arguments
Return type

cee.ug.QueryFeatureExtraction

Methods

executeQuery

cee.ug.QueryFeatureExtraction.executeQuery(featureExtractionType, featureId, frameIndex, callback)

Executes the query to get information about the feature extraction item (cutting plane, isosurface, isovolume)

Arguments
Return type

void