|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Options for creating a native or offscreen view. More...
#include <viz.hpp>
Public Member Functions | |
| ::occtl_viz_view_options_t | to_c () const noexcept |
Public Attributes | |
| int | width = 640 |
| View width in pixels. | |
| int | height = 480 |
| View height in pixels. | |
| void * | native_handle = nullptr |
| Borrowed native window/view handle; nullptr for offscreen. | |
| bool | offscreen = true |
| Create an offscreen-capable view when true. | |
Options for creating a native or offscreen view.