TopologyCircularArcDescriptor#
Type alias TopologyCircularArcDescriptor
Topology
angle: number;
arcLength: number;
axis: [number, number, number];
center: [number, number, number];
end: [number, number, number];
radius: number;
start: [number, number, number];
}
angle: number;
arcLength: number;
axis: [number, number, number];
center: [number, number, number];
end: [number, number, number];
radius: number;
start: [number, number, number];
}
Type declaration
- 
angle: numberThe angle of the circular Arc. 
- 
arcLength: number The arc 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: numberThe radius of the circular Arc. 
- 
start: [number, number, number]The start point of the circular Arc. 
Describes a topological circular Ark element.