mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 04:04:00 +00:00
12 lines
394 B
C++
12 lines
394 B
C++
#include "../ifcgeom/ifc_geom_api.h"
|
|
#include "../ifcparse/IfcBaseClass.h"
|
|
|
|
#include <TopoDS_Shape.hxx>
|
|
|
|
#include <string>
|
|
|
|
namespace IfcGeom {
|
|
IFC_GEOM_API IfcUtil::IfcBaseClass* tesselate(const std::string& schema_name, const TopoDS_Shape& shape, double deflection);
|
|
IFC_GEOM_API IfcUtil::IfcBaseClass* serialise(const std::string& schema_name, const TopoDS_Shape& shape, bool advanced);
|
|
}
|