Warning
Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.
TopologyCircularArcDescriptor¶
Type Alias TopologyCircularArcDescriptor
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: number
The 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: number
The radius of the circular Arc.
start: [number, number, number]
The start point of the circular Arc.
Describes a topological circular Ark element.