RegionContainment Enumeration

RegionContainment Enumeration

Defines enumerated values for closed curve/closed curve relationships.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum RegionContainment
Public Enumeration RegionContainment
Members
  Member nameValueDescription
Disjoint0 There is no common area between the two regions.
MutualIntersection1 The two curves intersect. There is therefore no full containment relationship either way.
AInsideB2 Region bounded by curveA (first curve) is inside of curveB (second curve).
BInsideA3 Region bounded by curveB (second curve) is inside of curveA (first curve).
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also