TopologyCircularArcDescriptor

Interface TopologyCircularArcDescriptor

Describes a topological circular arc entity.

interface TopologyCircularArcDescriptor {
    angle: number;
    arcLength: number;
    axis: [number, number, number];
    center: [number, number, number];
    end: [number, number, number];
    radius: number;
    start: [number, number, number];
}

Properties

angle: number

The angle of the circular arc.

arcLength: number

The length of the circular arc.

axis: [number, number, number]

The axis of the circular arc.

center: [number, number, number]

The center point of the circular arc.

end: [number, number, number]

The end point of the circular arc.

radius: number

The radius of the circular arc.

start: [number, number, number]

The start point of the circular arc.