Common Features
- Last UpdatedDec 08, 2025
- 2 minute read
The general layout of the point statement is as follows.
Syntax
|
POINT[, NO = <point_No> (1 ... 25)] [, R3] [, MSIDE = <dir>] [ <deltas>]
|
Description
|
NO |
Points are normally numbered automatically and will get the first free number in the range 1-999. When given by the user the number must be in this interval and a point with that number must not exist before. |
|
<point_No>::= <integer> |
|
|
R3 |
Indicates a 3D point. If not given, the resulting point will be projected onto the surface or mold plane of the current panel. For space points the directions associated with the points are irrelevant (they are set to 0). |
|
MSIDE |
If not given (and R3 missing) the point will be projected onto the mold plane of the panel. If given, the point will be moved to the plate surface of the panel in the calculated point in the indicated direction. |
|
<dir>::=AFT|FOR|SB|PS|TOP|BOT |
|
|
<deltas> |
|
|
Used to move the calculated point parallel to the axes of the selected coordinate system. |
|
|
<deltas>::= |
|
|
|
|
|
<delta_<>>::=<number> |
|
|
For 2D points the deltas in the xyz system will be projected onto the uv-plane of the panel before being applied. The deltas and the offsets along directions (see below) form two independent and complementary ways of adjusting the position of the point. |

