M_Rhino_Geometry_Curve_PullToBrepFace - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.PullToBrepFace Method (BrepFace, Double)

Pulls this curve to a brep face and returns the result of that operation.

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

Syntax

C#

public Curve[] PullToBrepFace(
	BrepFace face,
	double tolerance
)

VB

Public Function PullToBrepFace ( 
	face As BrepFace,
	tolerance As Double
) As Curve()

Parameters

 

face
Type: Rhino.Geometry.BrepFace
A brep face.
tolerance
Type: System.Double
A tolerance value.

Return Value

Type: Curve[]
An array containing the resulting curves after pulling. This array could be empty.

Exceptions

 

Exception Condition
ArgumentNullException If face is null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
PullToBrepFace Overload
Rhino.Geometry Namespace

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