File renames, build script and cmake updates

This commit is contained in:
Thomas Krijnen
2022-11-15 13:19:24 +01:00
parent 8f33c2ca9d
commit ccde605029
133 changed files with 63 additions and 218 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef PROFILE_HELPER_H
#define PROFILE_HELPER_H
#include <gp_Trsf2d.hxx>
#include <TopoDS_Shape.hxx>
namespace IfcGeom {
namespace util {
bool profile_helper(int numVerts, double* verts, int numFillets, int* filletIndices, double* filletRadii, gp_Trsf2d trsf, TopoDS_Shape& face);
}
}
#endif