M_Rhino_Geometry_Mesh_PullPointsToMesh - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.PullPointsToMesh Method

Pulls a collection of points to a mesh.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point3d[] PullPointsToMesh(
	IEnumerable<Point3d> points
)

VB

Public Function PullPointsToMesh ( 
	points As IEnumerable(Of Point3d)
) As Point3d()

Parameters

 

points
Type: System.Collections.Generic.IEnumerable(Point3d)
An array, a list or any enumerable set of points.

Return Value

Type: Point3d[]
An array of points. This can be empty.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️