Point for Curves
- Last UpdatedDec 08, 2025
- 1 minute read
This sub-syntax may be used to define a topology point along a curve.
Syntax
|
,<curve_name> { ,F = <factor> ,M1 = <offset_along>} |
Description
|
<curve_name> |
The name of the curve along which the point is defined. |
|
|
F |
Factor 0…1 of the length of the curve. It may have any value between 0 and 1. F=0.5 means calculating the midpoint of the curve. |
|
|
or |
||
|
M1 |
Specifies the distance from the start point of the curve where to place the point. |
|
|
Examples: |
||
|
1. |
POI, 'CURVE1', F=0.5; |
|
|
2. |
POI, 'CURVE2', M1=1000; |
|