QueryPartResults

class cee.ug.QueryPartResults()

Get the results of a part.

Constructors

Methods


Constructors

QueryPartResults.constructor(model)
Arguments:
Return type:

QueryPartResults

Methods

executeQuery

QueryPartResults.executeQuery(frameIndex, geometryIndex, partId, resultId, resultType, callback)
Arguments:
  • frameIndex (number) – The frame index for which to get the data.

  • geometryIndex (number) – The zero-based geometryIndex of the part.

  • partId (number) – The id of the part.

  • resultId (number) – Id of the result for which the query fetches the values.

  • resultType (ResultType) – Type of the resultId (ResultType.SCALAR or ResultType.VECTOR).

  • callback (QueryPartResultsCallback) – None

Executes the query to get result information about the given part.

Return type:

void