Enum PlanarState
Enumeration for the classification of the planar state of a curve
Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
public enum PlanarState
Fields
| Name | Description |
|---|---|
| NonPlanar | The curve is not planar |
| Planar | The curve resides in a certain plane |
| UnderDetermined | There are several planes for this curve, i.e. the curve is a line |
| Unknown | The state is unknown or not yet calculated |