OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl::viz::ViewOptions Struct Reference

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.
 

Detailed Description

Options for creating a native or offscreen view.


The documentation for this struct was generated from the following file: