M_Rhino_Geometry_Curve_PullToBrepFace - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public Curve[] PullToBrepFace(
BrepFace face,
double tolerance
)
VB
Public Function PullToBrepFace (
face As BrepFace,
tolerance As Double
) As Curve()
- face
- Type: Rhino.Geometry.BrepFace
A brep face. - tolerance
- Type: System.Double
A tolerance value.
Type: Curve[]
An array containing the resulting curves after pulling. This array could be empty.
Exception | Condition |
---|---|
ArgumentNullException | If face is null. |
Supported in: 6.0.16224.21491, 5D58w