Hurco Unified Integration

Using a single script universal_loader.js to handle all documentation types.

Priority Detection Logic

The system automatically checks for the best available content for the Model ID:

  1. 3D Model (.gltf / .glb) - Highest Priority
  2. PDF + CSV (.pdf + .csv) - If no 3D
  3. Image + CSV (.png + .csv) - If no 3D or PDF
  4. Assembly Components (BOM segments) - If no 3D/PDF/Image exist
  5. Request Form - If the assembly has no components / is not found

How to Implement

1. Include the single script:

<script src="http://hurco-player.signeo.io/universal_loader.js"></script>

2. Open any model with one command:

HurcoUniversalViewer.show('MODEL-ID')