Description:

Pulls a collection of points to a mesh.

Syntax:
public Point3d[] PullPointsToMesh(
IEnumerable<Point3d> points
)
Parameters:
  • points
  • Type: IEnumerable<Point3d>
  • An array, a list or any enumerable set of points.
Returns:
Type: Point3d[]
An array of points. This can be empty.
Available since:
5.0

/
/
/
PullPointsToMesh

PullPointsToMesh method

Class:  Rhino.Geometry.Mesh

Nothing found