Enum SimpleShape.Position
Relative position of two shapes
Namespace: CADability.Shapes
Assembly: CADability.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| disjunct | Disjunct (non overlapping) |
| firstcontainscecond | First shape totally covers second shape |
| identical | The two shapes are identical |
| intersecting | Intersecting, overlapping, but not including |
| secondcontainsfirst | Second shape totally covers first shape |