MCPcopy 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
64void opencsg_set_option(int option_type, int setting) {
65 OpenCSG::setOption(static_cast<OpenCSG::OptionType>(option_type), setting);
66}
67
68void opencsg_free_resources(void) { OpenCSG::freeResources(); }
69

Callers 1

set_optionFunction · 0.85

Calls 1

setOptionFunction · 0.85

Tested by

no test coverage detected