Click or drag to resize

RegionContainment Enumeration

Defines enumerated values for closed curve/closed curve relationships.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum 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).
See Also