geometry_backend_status
Reports the active 3D geometry backend (OCCT or mock) so you can verify if STEP/STL/IGES/GLTF tools use real OCCT or stubbed geometry.
Instructions
Report the current 3D geometry backend. Returns one of: { backend: "occt", available: true, version? } when OpenCascade.js is loaded, { backend: "occt-error", available: false, reason } when load failed, or { backend: "mock", available: false, reason } when running with the lightweight fallback. Use this to verify whether STEP/STL/IGES/GLTF tools are running on real OCCT or on stubbed geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||