Cutouts
- Last UpdatedDec 08, 2025
- 1 minute read
A group of cutouts can be defined in a "CutoutGroup" element:

The "Shell Profile" element has attributes forming references to intersecting shell profiles:
|
ObjIds |
A string containing one or several shell profile names separated with blank(s). Repetition terms can also be used. Required attribute. Examples: "SPT10 SPT11 SPT12", "SPT10()20", "SPT10()20 SPT22 SPT30(2)38 SPT41" |
|
Refl |
Indicates whether the profiles should be used in their normal or reflected position. Possible values are "true" or "false". Required attribute. Default value is "false" |
The Position element has attributes controlling the shape of the cutout:
|
Type |
The AVEVA Marine cutout code. Required attribute. |
|
Parameters |
Additional cutout parameters separated by blanks. Optional attribute. |
|
Example: |
|
|
CutoutGroup Example: |
|
|
<CutoutGroup> <ShellProfile ObjIds="SPL910 SPL915"/> <Shape Type="10"/> </CutoutGroup> |
|