2026-01-04 10:40:02 +01:00
|
|
|
#include "../../ifcparse/express.h"
|
2017-12-22 17:37:58 +01:00
|
|
|
|
2025-09-26 14:24:49 +02:00
|
|
|
#include "ifc_geomserialization_api.h"
|
2022-06-15 13:56:47 +02:00
|
|
|
|
2017-12-22 17:37:58 +01:00
|
|
|
#include <TopoDS_Shape.hxx>
|
|
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
namespace IfcGeom {
|
2026-03-31 15:32:36 +02:00
|
|
|
IFC_GEOMSERIALIZATION_API express::Base tesselate(ifcopenshell::file& f, const TopoDS_Shape& shape, double deflection);
|
|
|
|
|
IFC_GEOMSERIALIZATION_API express::Base serialise(ifcopenshell::file& f, const TopoDS_Shape& shape, bool advanced);
|
2026-01-04 10:40:02 +01:00
|
|
|
} // namespace IfcGeom
|