PLY_CLIPConstant Class

Polygon clipping mode
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXPLY_CLIPConstant

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static class PLY_CLIPConstant

public static class PLY_CLIPConstant

The PLY_CLIPConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberA_IN_B
Polygon A is completely inside polygon B
Public fieldStatic memberB_IN_A
Polygon B is completely inside polygon A
Public fieldStatic memberINTERSECT
The polygons do intersect
Public fieldStatic memberNO_INTERSECT
The polygons do not intersect
Top
See Also