PLY_LINE_CLIPConstant Class

Polygon line clip indicator
Inheritance Hierarchy
System.Object
  GeoEngine.Core.GXNetX.PLY_LINE_CLIPConstant

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

public static class PLY_LINE_CLIPConstant

The PLY_LINE_CLIPConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberERROR
Public fieldStatic memberINSIDE
The start point of the line is inside
Public fieldStatic memberNO_INTERSECT
This name is a misnomer - it should have been <define>PLY_LINE_CLIP_INSIDE</define>, but is retained to support legacy code
Public fieldStatic memberOUTSIDE
The start point of the line is outside
Top
See Also