ToolEllipseCreateMode Enumeration
Specifies the type of ellipse created by the CreateTool.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ToolEllipseCreateMode
Values
Value name | Value | Description |
---|---|---|
Ellipse | 0 | Creates an ellipse based on radius, direction and a ratio. |
Circle | 1 | Creates a circle based on radius and direction. Can also have an inner radius which causes the circle to become a ring. |
Sector | 2 | Creates a circle sector based on radius and two angles. Can also have an inner radius. |
Platforms
Windows, Linux, Android