M_Rhino_Geometry_BrepFace_PullPointsToFace - mcneel/rhinocommon-api-docs GitHub Wiki
Pulls one or more points to a brep face.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d[] PullPointsToFace(
IEnumerable<Point3d> points,
double tolerance
)
VB
Public Function PullPointsToFace (
points As IEnumerable(Of Point3d),
tolerance As Double
) As Point3d()
- 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.
Type: Point3d[]
An array of pulled points.
Supported in: 6.0.16224.21491, 5D58w