| | Name | Description |
|---|
 | CreateContourLine(Single, Single, Boolean) |
Returns a list of positions that represents the contour line segments at the specified height for the height map specified by the ParentSurfaceNode or HeightData.
|
  | CreateContourLine(StandardMesh, Single, Single) |
Returns a list of positions that represents the contour line segments at the specified height for the specified mesh.
|
  | CreateContourLine(PositionNormalTextureVertex, Int32, Single, Single) |
Returns a list of positions that represents the contour line segments at the specified height for the mesh specified by the vertices and triangleIndices.
|
  | CreateContourLine(Vector3, Int32, Single, Single) |
Returns a list of positions that represents the contour line segments at the specified height for the mesh specified by the positions and triangleIndices.
|