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
426 B
C++
Raw Normal View History

2023-03-21 20:15:01 +01:00
#include "../../ifcparse/IfcBaseClass.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 {
2025-09-26 14:24:49 +02:00
IFC_GEOMSERIALIZATION_API IfcUtil::IfcBaseClass* tesselate(const std::string& schema_name, const TopoDS_Shape& shape, double deflection);
IFC_GEOMSERIALIZATION_API IfcUtil::IfcBaseClass* serialise(const std::string& schema_name, const TopoDS_Shape& shape, bool advanced);
2017-12-22 17:37:58 +01:00
}