M_Rhino_Geometry_Curve_PlanarClosedCurveRelationship - mcneel/rhinocommon-api-docs GitHub Wiki
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
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
- 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.
Type: RegionContainment
A value indicating the relationship between the first and the second curve.
Supported in: 6.0.16224.21491, 5D58w