RhinoCommon API
BrepFacePullPointsToFace Method |
Pulls one or more points to a brep face.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Point3d[] PullPointsToFace( IEnumerable<Point3d> points, double tolerance )
Public Function PullPointsToFace ( points As IEnumerable(Of Point3d), tolerance As Double ) As Point3d()
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
Points to pull. - tolerance
- Type: SystemDouble
Tolerance for pulling operation. Only points that are closer than tolerance will be pulled to the face.
Return Value
Type: Point3dAn array of pulled points.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14