Click or drag to resize
Ab4d.SharpEngine logo

HeightMapContoursNodeCreateContourLine Method

Overload List
 NameDescription
Public methodCreateContourLine(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.
Public methodStatic memberCreateContourLine(StandardMesh, Single, Single) Returns a list of positions that represents the contour line segments at the specified height for the specified mesh.
Public methodStatic memberCreateContourLine(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.
Public methodStatic memberCreateContourLine(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.
Top
See Also