M_Rhino_Geometry_Curve_PullToBrepFace_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.PullToBrepFace Method (Curve, BrepFace, Double)

Pull a curve to a BrepFace using closest point projection.

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

Syntax

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()

Parameters

 

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.

Return Value

Type: Curve[]
An array of pulled curves, or an empty array on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
PullToBrepFace Overload
Rhino.Geometry Namespace

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