Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8550

Trying to understand Mesh CreateFromLines

$
0
0

@rajaa wrote:

I have a couple questions about this RhinoCommon function:

public static Mesh CreateFromLines(
Curve[ ] lines,
int maxFaceValence,
double tolerance)

  1. Why lines parameter is of type Curve[ ], and not Line[ ]?
  2. Is maxFaceValance = max number of sides per face?
  3. I assume lines array have to form a closed polyline?
  4. 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

Read full topic


Viewing all articles
Browse latest Browse all 8550

Trending Articles