|
TriangulatorTriangulate(PointCollection, ListInt32) Method |
Triangulate method triangulates the polygons and returns positions and triangle indices that can be used to create a 3D mesh.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void Triangulate(
out PointCollection positions,
out List<int> triangleIndices
)
Parameters
- positions PointCollection
- out PointCollection
- triangleIndices ListInt32
- out triangleIndices as list of int values
See Also