TopologyEllipseDescriptor

Interface TopologyEllipseDescriptor

Describes a topological ellipse entity.

interface TopologyEllipseDescriptor {
    axis: Vector3;
    center: Vector3;
    circumference: number;
    majorRadius: number;
    minorRadius: number;
}
Index

Properties

axis: Vector3

The axis of the ellipse.

center: Vector3

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.




Was this page helpful? Please leave a thumbs up or down.