M_Rhino_Geometry_Intersect_Intersection_CurveBrepFace - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.CurveBrepFace Method

Intersects a curve with a Brep face.

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

Syntax

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

Parameters

 

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.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

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