Seam for Curve
- Last UpdatedDec 04, 2025
- 1 minute read
This syntax generates seams along given curves. The curves are supposed to be available in the uv-coordinate system of the panel and would normally be the result of a CURVE statement in the same input scheme.
The resulting seam will be cut off at its intersection point with outer contour or with another specified seam.
|
<seam_for_curve>::= |
|
|
<curve_name> (1...25) [,REF] [,DIR=<direction>] |
|
For the interpretation, see Seam for Panel. However, DIR is always optional for a curve. If given, it defines the direction of the tangent of the curve in its starting point.
|
Example: |
|---|
|
SEAM, Z=2100, BEV=018; SEAM, V=2200, LBEV=022, RBEV=018, EXC=30; SEAM, Y=1100, 3100, FROM=1; SEAM, LIM=1, U=17000, FROM=1; SEAM, 'PAN_1', 'PAN_2'; SEAM, 'CURVE_1', REFL; |