Click or drag to resize
GeRelation Enumeration
Topological relation between a point and a geometry.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[FlagsAttribute]
public enum GeRelation
Members
  Member nameValueDescription
Interior0The interior is the space occupied by the geometry.
Exterior1The exterior of a geometry is all space not occupied by the geometry.
Boundary2The boundary of a geometry serves as the interface between its interior and exterior.
Remarks