The SPHERESEG Statement
- Last UpdatedJan 07, 2026
- 1 minute read
SPHERESEG,<seg_name>,<rad>
/COORDSEG=(<cl_pnt_1>,cl_pnt_2>);
<seg_name> is the name of the spherical segment and has the type SPHERESEG_3D. The maximum length of <seg_name> is 32 characters.
<rad> is the radius of the spherical segment. It has the type DECIMAL.
COORDSEG=(<cl_pnt_1>,<cl_pnt_2>)
<cl_pnt_1> is the starting point and <cl_pnt_2> is the ending point of the center line both with the type POINT_3D.
Structure:
|
PNT(1:3) |
(DECIMAL) |
|||
|
UVEC(1:3) |
(DECIMAL) |
|||
|
RADIUS |
(DECIMAL) |
|||
|
Example: |
||||
|
GET/STRUCTURE=(X,<seg_name>,'PNT',1) |
||||
|
/STRUCTURE=(Z,<seg_name>,'UVEC',3) |
||||
|
/STRUCTURE=(R,<seg_name>,'RADIUS'); |
||||