Next: , Previous: Circular arcs, Up: GO Creating Modes



5.3.4.4 Elliptic arcs

The ellipse is just a special case of an elliptic arc; it can be changed into an elliptic arc just by changing the “conic” property. The “conic” property is quite important and very useful. It controls the type of the arc. The available values depend on the object type. The values for all types are:

The available values for arcs with at least one point on the perimeter:

The available values for arcs with three points on the perimeter:

sshots/smallest_ellipse_3points.png The smallest ellipse defined by three points

Creates the smallest (in area) ellipse determined by three points on its perimeter. The points must not be collinear.

Type: elliptic-arc
Subtype: ellipse-by-3-points-smallest
Hangers: curve, start, end, center
Anchors: point-1, point-2, point-3

sshots/ellipse_3points.png Ellipse defined by three points, rotation and eccentricity

Creates an ellipse defined by three points on its perimeter, the rotation and eccentricity. The points must not be collinear. The rotation and eccentricity properties can be edited in the Property editor.

Type: elliptic-arc
Subtype: ellipse-by-3-points-rotation-eccentricity
Hangers: curve, start, end, center
Anchors: point-1, point-2, point-3

sshots/ellipse_foci_pt.png Ellipse defined by two foci and a point

Creates an ellipse defined by the foci and a point on its perimeter. The two foci points must not be equal.

Type: elliptic-arc
Subtype: ellipse-by-2-foci-point
Hangers: curve, start, end, center
Anchors: focus-1, focus-2, point

sshots/ellipse_center_pt.png Ellipse defined by the center point, a point and eccentricity

Creates an ellipse defined by the center point, a point on its perimeter and eccentricity. The eccentricity property can be edited in the Property editor.

Type: elliptic-arc
Subtype: ellipse-by-center-point-rotation-eccentricity
Hangers: curve, start, end, center
Anchors: center, point

sshots/ellipse_center_radii.png Ellipse defined by the center point and radii

Creates an ellipse defined by the center point and the two radii. The radii can be edited in the Property editor.

Type: elliptic-arc
Subtype: ellipse-by-center-2-radii-rotation
Hangers: curve, start, end, center
Anchors: center

sshots/ellarc_center_radii.png Elliptic arc defined by the center point and radii

Creates an elliptic arc defined by the center point and the two radii. The radii can be edited in the Property editor.