Seam Statement
- Last UpdatedDec 08, 2025
- 1 minute read
To allow a panel with several plates it is necessary to be able to define a butt connection. It is possible to define both laminate and bead for these connections. The laminate is always defined on both sides.
Syntax
|
SEA, [,LAMINATE = <lam>] [,BEA = <bead>] [,BPO = <posno>] [,BQU = <quality>] , ... ; |
Description
|
LAM |
Specifies the laminate code for the seam. |
|
BEA |
Name of the bead that might be defined for the seam. |
|
BPO |
The position number of the bead. |
|
BQU |
The quality of the bead. |
|
Example: |
|
|
SEA, … ,BEA=SEAM_BEAD200 ,BQU=H200 ,BPO=2 ,LAM=S200 , … ; |
|