We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd46ae commit 8abbdd9Copy full SHA for 8abbdd9
bindings/python/src/model/model.cpp
@@ -159,4 +159,5 @@ PYBIND11_MODULE( opengeode_py_model, module )
159
geode::define_model_component_filter( module );
160
geode::define_model_concatener( module );
161
geode::define_model_coordinate_reference_system( module );
162
+ geode::define_model_ray_tracing( module );
163
}
0 commit comments