M_Rhino_Geometry_Mesh_PullPointsToMesh - mcneel/rhinocommon-api-docs GitHub Wiki
Pulls a collection of points to a mesh.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d[] PullPointsToMesh(
IEnumerable<Point3d> points
)
VB
Public Function PullPointsToMesh (
points As IEnumerable(Of Point3d)
) As Point3d()
- points
- Type: System.Collections.Generic.IEnumerable(Point3d)
An array, a list or any enumerable set of points.
Type: Point3d[]
An array of points. This can be empty.
Supported in: 6.0.16224.21491, 5D58w