Seam as a Combination of other Curves
- Last UpdatedDec 08, 2025
- 1 minute read
A seam can be created as a combination of two other curves by a child element called "Combined". The Combined element consists of two curve definitions:

Each curve can be a reference to an existing curved or a complete curve definition:

Each Curve element has an attribute, "Side":
|
Side |
Selects which part of the curve that should be used in the combination. Possible values are: "First", "Last", "For", "Aft", "PS", "SB", "Top" and "Bot". Required attribute. |
|
Example: |
|
|
<Seam ObjId="SPS963"> <Combined> <Curve Side="Aft"> <Stored ObjId="SPS961"/> </Curve> <Curve Side="For"> <Stored ObjId="SPS962"/> </Curve> </Combined> <Box XMin="FR40" YMin="0" XMax="FR100" YMax="30000" ZMax="40000"/> </Seam> |
|