M_Rhino_Geometry_Curve_PullToBrepFace_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Pull a curve to a BrepFace using closest point projection.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Curve[] PullToBrepFace(
Curve curve,
BrepFace face,
double tolerance
)
VB
Public Shared Function PullToBrepFace (
curve As Curve,
face As BrepFace,
tolerance As Double
) As Curve()
- curve
- Type: Rhino.Geometry.Curve
Curve to pull. - face
- Type: Rhino.Geometry.BrepFace
Brepface that pulls. - tolerance
- Type: System.Double
Tolerance to use for pulling.
Type: Curve[]
An array of pulled curves, or an empty array on failure.
Supported in: 6.0.16224.21491, 5D58w