TopologyEllipseDescriptor

Interface TopologyEllipseDescriptor

Describes a topological Ellipse element.

interface TopologyEllipseDescriptor {
    axis: [number, number, number];
    center: [number, number, number];
    circumference: number;
    majorRadius: number;
    minorRadius: number;
}

Properties

axis: [number, number, number]

The axis of the Ellipse.

center: [number, number, number]

The center point of the Ellipse.

circumference: number

The circumference of the Ellipse.

majorRadius: number

The major radius of the Ellipse.

minorRadius: number

The minor radius of the Ellipse.


Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: