M_Rhino_Geometry_BrepFace_PullPointsToFace - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFace.PullPointsToFace Method

Pulls one or more points to a brep face.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point3d[] PullPointsToFace(
	IEnumerable<Point3d> points,
	double tolerance
)

VB

Public Function PullPointsToFace ( 
	points As IEnumerable(Of Point3d),
	tolerance As Double
) As Point3d()

Parameters

 

points
Type: System.Collections.Generic.IEnumerable(Point3d)
Points to pull.
tolerance
Type: System.Double
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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFace Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️