Click or drag to resize

BrepFacePullPointsToFace Method

Pulls one or more points to a brep face.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d[] PullPointsToFace(
	IEnumerable<Point3d> points,
	double tolerance
)

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: Point3d
An array of pulled points.
See Also