A Plain Object containing all possible values for result.reason from ADSK.C360.checkCompatibility().
Example of an enumeration (enum) type:
{ GPUAccelerationDisabled: value, SecurityBlocked: value, Not3DCapable: value, TemporarilyUnavailable: value, Error: value, Loaded: value, NoSilverlight: value, NotStandardsCompliant: value, WebGLNotSupported: value, ThirdPartyCookiesDisabled: value, DesignOpenInOtherWindowOrTab: value, ServerMaintenance: value, BadRequest: value, Forbidden: value, NotFound: value }
- Loaded - compatible: true
- Model is loaded or loads successfully.
- SecurityBlocked - compatible: true
- Blocked for security reasons. Some browsers (for example, Safari) block WebGL by default. The user is prompted to enable WebGL.
- GPUAccelerationDisabled - compatible: false
- GPU hardware acceleration is disabled.
- Not3DCapable - compatible: false
- The graphics card is not 3D capable or WebGL is disabled. The user is prompted to enable WebGL when it is disabled or to download a browser that supports WebGL.
- TemporarilyUnavailable - compatible: false -Deprecated
- The GPU acceleration is temporarily unavailable.
- NoSilverlight - compatible: false -Deprecated
- Silverlight not installed or outdated.
- NonStandardComplaint - compatible: false
- Browser is not standards-compliant.
- Error - compatible: false
- Unknown error.
- WebGLNotSupported - compatible: false
- The browser does not support WebGL. The user is prompted to enable WebGL when it is disabled or to download a browser that supports WebGL.
- ThirdPartyCookiesDisabled - compatible: false
- Third party cookies are disabled for the browser.
- DesignOpenInOtherWindowOrTab - compatible: false
- A Configurator 360 design is open in another browser window or tab.
- ServerMaintenance - compatible: false
- Configurator 360 is undergoing maintenance.
- BadRequest - compatible: false
- Bad request for the design.
- Forbidden - compatible: false
- Access to the design is forbidden.
- NotFound - compatible: false
- The design was not found.