Files
IfcOpenShell/src/ifcgeom/Serialization/Serialization.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
404 B
C++
Raw Normal View History

#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);
} // namespace IfcGeom