Skip to content

Commit dc050cf

Browse files
authored
Merge pull request #927 from Geode-solutions/fix/missing-deprecated-convert
fix(Model): add deprecated convert model meshes
2 parents aeda0c7 + 3fbd64d commit dc050cf

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

include/geode/model/helpers/convert_model_meshes.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ namespace geode
4949
const geode::Surface3D& surface,
5050
const geode::MeshType& mesh_type );
5151

52-
void opengeode_model_api convert_surface_meshes_into_triangulated_surfaces(
53-
BRep& brep );
52+
void OPENGEODE_MODEL_DEPRECATED_EXPORT
53+
convert_surface_meshes_into_triangulated_surfaces( BRep& brep );
5454
void opengeode_model_api convert_surface_meshes_into_triangulated_surfaces(
5555
const BRep& brep, BRepBuilder& builder );
5656

57-
void opengeode_model_api convert_surface_meshes_into_triangulated_surfaces(
58-
Section& section );
57+
void OPENGEODE_MODEL_DEPRECATED_EXPORT
58+
convert_surface_meshes_into_triangulated_surfaces( Section& section );
5959
void opengeode_model_api convert_surface_meshes_into_triangulated_surfaces(
6060
const Section& section, SectionBuilder& builder );
6161

@@ -64,12 +64,13 @@ namespace geode
6464
const Block3D& block,
6565
const MeshType& new_mesh_type );
6666

67-
void opengeode_model_api convert_block_meshes_into_tetrahedral_solids(
68-
BRep& brep );
67+
void OPENGEODE_MODEL_DEPRECATED_EXPORT
68+
convert_block_meshes_into_tetrahedral_solids( BRep& brep );
6969
void opengeode_model_api convert_block_meshes_into_tetrahedral_solids(
7070
const BRep& brep, BRepBuilder& builder );
7171

72-
void opengeode_model_api triangulate_surface_meshes( BRep& brep );
72+
void OPENGEODE_MODEL_DEPRECATED_EXPORT triangulate_surface_meshes(
73+
BRep& brep );
7374
void opengeode_model_api triangulate_surface_meshes(
7475
const BRep& brep, BRepBuilder& builder );
7576

0 commit comments

Comments
 (0)