| name | orcaflex-installation-analysis-reference-elevation-file |
| description | Sub-skill of orcaflex-installation-analysis: Reference Elevation File (+2). |
| version | 1.0.0 |
| category | engineering |
| type | reference |
| scripts_exempt | true |
Reference Elevation File (+2)
Reference Elevation File
Contains the initial Z positions for all objects:
6DBuoys:
Subsea_Structure:
InitialZ: -50.0
InitialRotation3: 45
*See sub-skills for full details.*
For each `delta_elevation`:
1. **6DBuoys**: `NewZ = ReferenceZ + delta_elevation`
2. **3DBuoys**: `NewZ = ReferenceZ + delta_elevation`
3. **Line EndBZ**: `NewEndBZ = ReferenceEndBZ + delta_elevation`
4. **Line Length**: `NewLength = ReferenceLength + |delta_elevation|`
As structure lowers, crane wire extends:
```python
new_wire_length = reference_length + abs(delta_elevation)