SectorDefinition Enumeration
Specifies which angles an EllipseOperator uses to generate ellipse sectors.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum SectorDefinition
Values
Value name | Value | Description |
---|---|---|
StartClockwiseToFinish | 0 | The sector starts at EllipseOperator.SectorStart and continues clockwise to EllipseOperator.SectorFinish. |
StartClockwiseByWidth | 1 | The sector starts at EllipseOperator.SectorStart and continues clockwise by EllipseOperator.SectorWidth. A negative width is allowed, and means that the sector instead goes counterclockwise from the start angle. |
MiddleAndWidth | 2 | The middle of the sector is given by EllipseOperator.SectorMiddle; its width is given by EllipseOperator.SectorWidth. |
Platforms
Windows, Linux, Android