Skip to content

Commit 0cceb4a

Browse files
save_viewable_implicit_structural_model
1 parent 1c0cfa5 commit 0cceb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/geode_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def geode_objects_dict():
161161
"is_model": True,
162162
"is_3D": True,
163163
"is_viewable": True,
164-
"save_viewable": g_v.save_viewable_structural_model,
164+
"save_viewable": g_v.save_viewable_implicit_structural_model,
165165
"inspector": og_inspector.inspect_brep,
166166
},
167167
"LightRegularGrid2D": {

0 commit comments

Comments
 (0)