RhinoCommon API
CurvePullToBrepFace 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)
Since: 5.0

public Curve[] PullToBrepFace( BrepFace face, double tolerance )
Public Function PullToBrepFace ( face As BrepFace, tolerance As Double ) As Curve()
Parameters
- face
- Type: Rhino.GeometryBrepFace
A brep face. - tolerance
- Type: SystemDouble
A tolerance value.
Return Value
Type: CurveAn array containing the resulting curves after pulling. This array could be empty.

Exception | Condition |
---|---|
ArgumentNullException | If face is null. |
