Click or drag to resize
AB4D logo

HeightMapMesh3DGetWireframePositions Method

Returns a list of Point3D that represent the positions that can be used to create multi-line to show wireframe.

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public List<Point3D> GetWireframePositions()

Return Value

ListPoint3D
a list of Point3D that represent the positions that can be used to create multi-line to show wireframe
See Also