@@ -122,25 +122,31 @@ def geode_objects_dict():
122122 "save_viewable" : g_v .save_viewable_hybrid_solid3D ,
123123 "inspector" : og_inspector .SolidMeshInspector3D ,
124124 },
125- "PointSet2D" : {
126- "input_factory" : og .PointSetInputFactory2D ,
127- "output_factory" : og .PointSetOutputFactory2D ,
128- "missing_files" : og .check_point_set_missing_files2D ,
129- "is_loadable" : og .is_point_set_loadable2D ,
130- "load" : og .load_point_set2D ,
131- "is_saveable" : og .is_point_set_saveable2D ,
132- "save" : og .save_point_set2D ,
133- "builder" : og .PointSetBuilder2D .create ,
134- "crs" : {
135- "assign" : og_gs .assign_point_set_geographic_coordinate_system_info2D ,
136- "convert" : og_gs .convert_point_set_coordinate_reference_system2D ,
137- "create" : og .create_point_set_coordinate_system2D ,
138- },
125+ "LightRegularGrid2D" : {
126+ "input_factory" : og .LightRegularGridInputFactory2D ,
127+ "output_factory" : og .LightRegularGridOutputFactory2D ,
128+ "missing_files" : og .check_light_regular_grid_missing_files2D ,
129+ "is_loadable" : og .is_light_regular_grid_loadable2D ,
130+ "load" : og .load_light_regular_grid2D ,
131+ "is_saveable" : og .is_light_regular_grid_saveable2D ,
132+ "save" : og .save_light_regular_grid2D ,
139133 "is_model" : False ,
140134 "is_3D" : False ,
141- "is_viewable" : True ,
142- "save_viewable" : g_v .save_viewable_point_set2D ,
143- "inspector" : og_inspector .PointSetInspector2D ,
135+ "is_viewable" : False ,
136+ "save_viewable" : g_v .save_viewable_light_regular_grid2D ,
137+ },
138+ "LightRegularGrid3D" : {
139+ "input_factory" : og .LightRegularGridInputFactory3D ,
140+ "output_factory" : og .LightRegularGridOutputFactory3D ,
141+ "missing_files" : og .check_light_regular_grid_missing_files3D ,
142+ "is_loadable" : og .is_light_regular_grid_loadable3D ,
143+ "load" : og .load_light_regular_grid3D ,
144+ "is_saveable" : og .is_light_regular_grid_saveable3D ,
145+ "save" : og .save_light_regular_grid3D ,
146+ "is_model" : False ,
147+ "is_3D" : True ,
148+ "is_viewable" : False ,
149+ "save_viewable" : g_v .save_viewable_light_regular_grid3D ,
144150 },
145151 "PointSet3D" : {
146152 "input_factory" : og .PointSetInputFactory3D ,
0 commit comments