Enum RelationToPlane
An enumeration of relations to a plane.
Namespace: Elements.Geometry
Assembly: Hypar.Elements.dll
Syntax
public enum RelationToPlane
Fields
Name | Description |
---|---|
Above | On the normal-facing side of the plane. |
Below | On the non-normal-facing side of the plane. |
Intersects | Intersects |
None | None |