Record Type 3
- Last UpdatedJan 31, 2023
- 1 minute read
A coordinate value or an angle is given (via AXIS-IN, COORD) and the result will be the intersection point, the tangency point or the angle (depending on AXIS-OUT) on a single curve at the given coordinate or angle. The resulting coordinates or angles will be presented as results in the generic file. The record is similar to the type 2 record, but makes calculations only on one specific curve.
Record Format:
|
3 |
AXIS-IN |
COORD |
CURVE |
AXIS-OUT |
|
|
AXIS-IN |
Coordinate-axis for the given coordinate: X/Y/Z/U/V/T/TX/TY/ TZ or 1/2/3/4/5/6/ 7/ 8/ 9. |
||||
|
T is the angle to the u-axis for curves of geometry type 21/ 22/23/24. |
|||||
|
TX is the angle to the u-axis in the yz projection of curves of geometry type 25. |
|||||
|
TY,TZ is the corresponding angles in the xz and xy projections respectively. |
|||||
|
The projections defined by TX/TY/TZ must exist in the curves if used. |
|||||
|
COORD |
Coordinate/angle on AXIS-IN. |
||||
|
CURVE |
Name of a curve with geometry types 21/22/23/ 24/25. (<=24 characters) |
||||
|
AXIS-OUT |
Coordinate-axis for the resulting coordinate. See AXIS-IN. |
||||