newEllipse

fun newEllipse(classID: Long, rect: GeoRect, atts: Array<Attribute>?): Ellipse2D?

Adds a simple 2D-ellipse into the specified class.

Return

A valid Ellipse2D form or null if an error occurs.

Parameters

classID
The class identifier.
rect
Coordinates of the 2D-ellipse
atts
An optional array of SVS attributes.

Throws