TopologyCircularArcDescriptor

Interface TopologyCircularArcDescriptor

Describes a topological circular arc entity.

interface TopologyCircularArcDescriptor {
    angle: number;
    arcLength: number;
    axis: Vector3;
    center: Vector3;
    end: Vector3;
    radius: number;
    start: Vector3;
}
Index

Properties

angle: number

The angle of the circular arc.

arcLength: number

The length of the circular arc.

axis: Vector3

The axis of the circular arc.

center: Vector3

The center point of the circular arc.

end: Vector3

The end point of the circular arc.

radius: number

The radius of the circular arc.

start: Vector3

The start point of the circular arc.




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