TopologyCircularArcDescriptor¶
Interface TopologyCircularArcDescriptor
interface TopologyCircularArcDescriptor {
angle: number;
arcLength: number;
axis: Vector3;
center: Vector3;
end: Vector3;
radius: number;
start: Vector3;
}
angle: number;
arcLength: number;
axis: Vector3;
center: Vector3;
end: Vector3;
radius: number;
start: Vector3;
}
Properties
angle
angle: number
The angle of the circular arc.
arc Length
arcLength: number
The length of the circular arc.
axis
The axis of the circular arc.
center
The center point of the circular arc.
end
The end point of the circular arc.
radius
radius: number
The radius of the circular arc.
start
The start point of the circular arc.
Was this page helpful? Please leave a thumbs up or down.
Describes a topological circular arc entity.
See