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

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.
