3D viewer (Open CASCADE)

EzyCad’s 3D viewport uses Open CASCADE Technology (OCCT) for displaying solids, sketches, the camera, lighting, and picking. For mouse and keyboard behavior, start with usage.md (View Controls).

On-screen aids

The coordinate axes (small triedron) and optional view cube are part of the OCCT-based viewer and help you stay oriented.

Settings file

Background gradient, grid lines, and related 3D appearance are stored under occt_view in your settings JSON. View rotation step, zoom scroll scale, default 2D view width/height (New Project framing), and element hover color are stored under gui. Full lists of keys: usage-settings.md — Settings file reference.

If you use scripts, ezy.occt_view_settings_json() returns a small JSON snapshot of some of these values — see scripting.md.


Back to usage guide | Settings