Face.Triangulate
Description:
Returns a triangular mesh approximation to the face.
Returns a triangular mesh approximation to the face.
Overloads (2):
public Mesh Triangulate(
double levelOfDetail
)
-
DoublelevelOfDetailThe level of detail. Its range is from 0 to 1. 0 is the lowest level of detail and 1 is the highest.
-
Thrown when level of detail is less than 0 or greater than 1.