The TOROID Statement
- Last UpdatedJan 07, 2026
- 1 minute read
TOROID,<tor_name>,<rad>
/COORDTOR=(<cl_pnt_1>,cl_pnt_2>,<cl_pnt_3>);
<tor_name> is the name of the toroid and has the type TOROID_3D. The maximum length of <tor_name> is 32 characters.
<rad> is the radius of the toroid. It has the type DECIMAL.
/COORDTOR=(<cl_pnt_1>,cl_pnt_2>,<cl_pnt_3>);
<cl_pnt_1> is the starting point, <cl_pnt_2> is the mid point and <cl_pnt_3> is the ending point of the toroid centre line. All have the type POINT_3D.
Structure:
|
STARTPNT(1:3) |
(DECIMAL) |
|
|
ENDPNT(1:3) |
(DECIMAL) |
|
|
AMPLITUDE(1:3) |
(DECIMAL) |
|
|
Example: |
||
|
GET/STRUCTURE=(X,<tor_name>,'STARTPNT',1) |
||
|
/STRUCTURE=(Y,<tor_name>,'ENDPNT',2) |
||
|
/STRUCTURE=(Z,<tor_name>,'AMPLITUDE',3); |
||