TopologyCircleDescriptor

Interface TopologyCircleDescriptor

Describes a topological circle entity.

interface TopologyCircleDescriptor {
    axis: [number, number, number];
    center: [number, number, number];
    circumference: number;
    radius: number;
}

Properties

axis: [number, number, number]

The axis of the circle.

center: [number, number, number]

The center point of the circle.

circumference: number

The circumference of the circle.

radius: number

The radius of the circle.