Click or drag to resize
Ab4d.SharpEngine logo

HeightMapContoursNodeGetMajorLinesNode Method

Retrieve the MultiLineNode corresponding to combined major contour lines. Returns null if CombineContourLines is disabled, or if no major lines are available.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public MultiLineNode? GetMajorLinesNode()

Return Value

MultiLineNode
The MultiLineNode corresponding to combined major contour lines, or null.
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneNodes.HeightMapContoursNode.GetMajorLinesNode"]

See Also