Previous Next Up Title Contents Index Functions Index Top Library

ELLIPSE (FILL AREA SET)

PXELLIPSE


CALL SEQUENCE

void pxellipse (
)

EFFECT

Insert an elliptical Fill Area Set primitive into the open structure.

A Fill Area Set element is created by computing the specified number of points on an ellipse with the specified center and radii. The fill area set has a single boundary. All Z values are equal to zero.

Depending on the edit mode, the fill area set is inserted into the open structure after the current element or replaces the current element. The newly inserted element becomes the current element.

This function is equivalent to computing the points and using them in a call to the Fill Area Set function (routine pfill_area_set).

ERRORS

5
Ignoring function, function requires either state STNOP or state STOP.

SEE ALSO

Fill area set, see pfill_area_set, pfill_area_set3


Previous Next Up Title Contents Index Functions Index Top Library