QueryPartSurfacePositions
- class cee.ug.QueryPartSurfacePositions()
Query information about positions on the visible surface of a part
See
QueryPartSurfacePositionsDatafor more information about the result of the query.
Constructors
Methods
Constructors
constructor
- cee.ug.QueryPartSurfacePositions.constructor(model)
- Arguments
model (
cee.ug.RemoteModel) –
- Return type
cee.ug.QueryPartSurfacePositions
Methods
executeQuery
- cee.ug.QueryPartSurfacePositions.executeQuery(positionType, frameIndex, geometryIndex, partId, callback)
Executes the query to get information about the display part
- Arguments
positionType (
cee.ug.SurfacePositionType) –frameIndex (
number) –geometryIndex (
number) –partId (
number) –callback (
cee.ug.QueryPartSurfacePositionsCallback) –
- Return type
void