rs2.interpreter.queryResults.MeshResults module#
- class rs2.interpreter.queryResults.MeshResults.MeshResults(results)#
Bases:
object
- Variables:
results (list[list[double]]) – Mesh results containing x-coordinate, y-coordinate and result type value for each node in your model.
Examples
Code Snippet: Get Model Mesh Results
- results = None#
- getXCoordinate(index)#
Returns the X-Coordinate of the mesh node for specified index
- getYCoordinate(index)#
Returns the Y-Coordinate of the mesh node for specified index
- getValue(index)#
Returns the value of the mesh node based on model’s current result type and specified index