Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ad-si/LuaCAD
/ opencsg_set_option
Function
opencsg_set_option
OpenCSG/src/opencsg_ffi.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void opencsg_set_option(int option_type, int setting) {
65
OpenCSG::setOption(static_cast<OpenCSG::OptionType>(option_type), setting);
66
}
67
68
void opencsg_free_resources(void) { OpenCSG::freeResources(); }
69
Callers
1
set_option
Function · 0.85
Calls
1
setOption
Function · 0.85
Tested by
no test coverage detected