Click or drag to resize

MeshPullPointsToMesh Method

Pulls a collection of points to a mesh.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d[] PullPointsToMesh(
	IEnumerable<Point3d> points
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
An array, a list or any enumerable set of points.

Return Value

Type: Point3d
An array of points. This can be empty.
See Also