Enum Containment
Represents the state of containment of a point relative to an enclosing polygon, profile, or solid.
Namespace: Elements.Geometry
Assembly: Hypar.Elements.dll
Syntax
public enum Containment
Fields
Name | Description |
---|---|
CoincidesAtEdge | The point lies exactly or nearly at an edge. |
CoincidesAtFace | The point lies exactly or nearly at a face. |
CoincidesAtVertex | The point lies exactly or nearly at a vertex. |
Inside | The point lies entirely inside. |
Outside | The point lies entirely outside. |