MeshPullPointsToMesh Method |
Pulls a collection of points to a mesh.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d[] PullPointsToMesh(
IEnumerable<Point3d> points
)
Public Function PullPointsToMesh (
points As IEnumerable(Of Point3d)
) As Point3d()
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
An array, a list or any enumerable set of points.
Return Value
Type:
Point3dAn array of points. This can be empty.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also