LineIntersectionType Enumeration
Indicates whether a line is intersecting or to be intersected.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public enum LineIntersectionType
Public Enumeration LineIntersectionType
public enum class LineIntersectionType
type LineIntersectionType
cutting |
0 |
Designates a line segments that cuts another line segment.
|
cut |
1 |
Designates a line segments that is potentially cut by another line segment.
|