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 and zoom scroll scale are stored under gui (view_roll_step_deg, view_zoom_scroll_scale) because they are edited in Settings → 3D view navigation. 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