M_Rhino_Geometry_Intersect_Intersection_CurveBrepFace - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects a curve with a Brep face.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool CurveBrepFace(
Curve curve,
BrepFace face,
double tolerance,
out Curve[] overlapCurves,
out Point3d[] intersectionPoints
)
VB
Public Shared Function CurveBrepFace (
curve As Curve,
face As BrepFace,
tolerance As Double,
<OutAttribute> ByRef overlapCurves As Curve(),
<OutAttribute> ByRef intersectionPoints As Point3d()
) As Boolean
- curve
- Type: Rhino.Geometry.Curve
A curve. - face
- Type: Rhino.Geometry.BrepFace
A brep face. - tolerance
- Type: System.Double
Fitting and near miss tolerance. - overlapCurves
- Type: Rhino.Geometry.Curve[]
A overlap curves array argument. This out reference is assigned during the call. - intersectionPoints
- Type: Rhino.Geometry.Point3d[]
A points array argument. This out reference is assigned during the call.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w