mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +00:00
Refactoring
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
********************************************************************************/
|
||||
|
||||
#include "../ifcgeom/IfcGeom.h"
|
||||
#include "../ifcgeom_schema_agnostic/profile_helper.h"
|
||||
|
||||
#define Kernel MAKE_TYPE_NAME(Kernel)
|
||||
|
||||
@@ -60,6 +61,6 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcCraneRailAShapeProfileDef* l,
|
||||
+hw / 2., +oh / 2.
|
||||
};
|
||||
|
||||
return profile_helper(14, coords, 0, 0, 0, trsf2d, face);
|
||||
return util::profile_helper(14, coords, 0, 0, 0, trsf2d, face);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user