Creates an ellipse or an elliptical arc.
Summary
The first two points of the ellipse determine the location and length of the first axis. The third point determines the distance between the center of the ellipse and the end point of the second axis.
List of Prompts
The following prompts are displayed.
Defines the first axis by its two endpoints. The angle of the first axis determines the angle of the ellipse. The first axis can define either the major or the minor axis of the ellipse.
The angle of the first axis determines the angle of the elliptical arc. The first axis can define either the major or the minor axis depending on its size.
The first two points of the elliptical arc determine the location and length of the first axis. The third point determines the distance between the center of the elliptical arc and the endpoint of the second axis. The fourth and fifth points are the start and end angles.
- Axis Endpoint
- Rotation
-
Defines the major to minor axis ratio of the ellipse by rotating a circle about the first axis. The higher the value from 0 through 89.4 degrees, the greater the ratio of minor to major axis. Values between 89.4 degrees and 90.6 degrees are invalid because the ellipse would otherwise appear as a straight line. Multiples of these angle values result in a mirrored effect every 90 degrees.
- Start Angle
- Parameter
-
Requires the same input as Start Angle, but creates the elliptical arc using the following parametric vector equation:
p(u) = c + a ACR_Commands ACR_Sysvars body.xml chunkingACR.ksh chunkingACR.xsl current.xml files header.xml tmp.xml utf.xml cos(u) + b ACR_Commands ACR_Sysvars body.xml chunkingACR.ksh chunkingACR.xsl current.xml files header.xml tmp.xml utf.xml sin(u)
where c is the center of the ellipse and a and b are its major and minor axes, respectively.
- End Parameter: Defines the end angle of the elliptical arc by using a parametric vector equation. The Start Parameter option toggles from Angle mode to Parameter mode. The mode controls how the ellipse is calculated.
- Angle: Defines the end angle of the elliptical arc. The Angle option toggles from Parameter mode to Angle mode. The mode controls how the ellipse is calculated.
- Included Angle: Defines an included angle beginning at the start angle.