LineClipOperation Enumeration
Specifies the clip operations that GeometryClipper can perform on lines.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum LineClipOperation
Values
Value name | Value | Description |
---|---|---|
Intersection | 0 | Returns the parts of a line that intersect a polygon. |
Difference | 1 | Returns the parts of a line that does not intersect a polygon. |
Remarks
The following table demonstrates the result of clipping a line against a polygon using the available clip operations.
Clip operation | Result | |
---|---|---|
Intersection |
Returns the red line which is the part that lies inside the polygon. | |
Difference |
Returns the red lines which are the parts that lie outside the polygon. |
Platforms
Windows, Linux, Android