T_Rhino_Geometry_RegionContainment - mcneel/rhinocommon-api-docs GitHub Wiki

RegionContainment Enumeration

Defines enumerated values for closed curve/closed curve relationships.

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

Syntax

C#

public enum RegionContainment

VB

Public Enumeration RegionContainment

Members

 

Member name Value Description
Disjoint 0 There is no common area between the two regions.
MutualIntersection 1 The two curves intersect. There is therefore no full containment relationship either way.
AInsideB 2 Region bounded by curveA (first curve) is inside of curveB (second curve).
BInsideA 3 Region bounded by curveB (second curve) is inside of curveA (first curve).

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

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