From 3a509b92bba2f4de631e91d82c44a7b71ed6824b Mon Sep 17 00:00:00 2001 From: martinhammerschmidt <139151722+martinhammerschmidt@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:50:09 +0200 Subject: [PATCH] Expose identification functionality for OCC geometries in C interface --- libsrc/occ/occgeom.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/occ/occgeom.hpp b/libsrc/occ/occgeom.hpp index 6734b851..cc162fc7 100644 --- a/libsrc/occ/occgeom.hpp +++ b/libsrc/occ/occgeom.hpp @@ -415,8 +415,8 @@ namespace netgen //bool FastProject (int surfi, Point<3> & ap, double& u, double& v) const; }; - void Identify(const ListOfShapes & me, const ListOfShapes & you, string name, Identifications::ID_TYPE type, Transformation<3> trafo); - void Identify(const TopoDS_Shape & me, const TopoDS_Shape & you, string name, Identifications::ID_TYPE type, std::optional> opt_trafo); + DLL_HEADER void Identify(const ListOfShapes & me, const ListOfShapes & you, string name, Identifications::ID_TYPE type, Transformation<3> trafo); + DLL_HEADER void Identify(const TopoDS_Shape & me, const TopoDS_Shape & you, string name, Identifications::ID_TYPE type, std::optional> opt_trafo); void PrintContents (OCCGeometry * geom);