Orcaflex File Conversion Common Issues

Sub-skill of orcaflex-file-conversion: Common Issues.

vamseeachanta 7be87c4 481 B Updated

File contents

Common Issues

Common Issues

1. OrcFxAPI Not Available

try:
    import OrcFxAPI
except ImportError:
    print("ERROR: OrcFxAPI not available")
    print("Install: pip install <OrcaFlex_install_dir>/OrcFxAPI/Python")
    # Fall back to mock mode
    converter = OrcaFlexBatchConverter(use_mock=True)

See sub-skills for full details.

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/engineering/marine-offshore/orcaflex-file-conversion/common-issues commit 7be87c42e0

Frequently asked questions

npx skillmds@latest add vamseeachanta/orcaflex-file-conversion-common-issues