@rajaa wrote:
I have a couple questions about this RhinoCommon function:
public static Mesh CreateFromLines(
Curve[ ] lines,
int maxFaceValence,
double tolerance)
- Why lines parameter is of type Curve[ ], and not Line[ ]?
- Is maxFaceValance = max number of sides per face?
- I assume lines array have to form a closed polyline?
- The result can be a non-planar mesh, while Mesh.FromPolyline triangulats if non-planar polyline is passed. Is this the main difference between the 2 functions?
Posts: 1
Participants: 1