M_Rhino_Geometry_Curve_PlanarClosedCurveRelationship - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.PlanarClosedCurveRelationship Method

Determines whether two coplanar simple closed curves are disjoint or intersect; otherwise, if the regions have a containment relationship, discovers which curve encloses the other.

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

Syntax

C#

public static RegionContainment PlanarClosedCurveRelationship(
	Curve curveA,
	Curve curveB,
	Plane testPlane,
	double tolerance
)

VB

Public Shared Function PlanarClosedCurveRelationship ( 
	curveA As Curve,
	curveB As Curve,
	testPlane As Plane,
	tolerance As Double
) As RegionContainment

Parameters

 

curveA
Type: Rhino.Geometry.Curve
A first curve.
curveB
Type: Rhino.Geometry.Curve
A second curve.
testPlane
Type: Rhino.Geometry.Plane
A plane.
tolerance
Type: System.Double
A tolerance value.

Return Value

Type: RegionContainment
A value indicating the relationship between the first and the second curve.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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