mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
13 lines
404 B
C++
13 lines
404 B
C++
#include "../../ifcparse/express.h"
|
|
|
|
#include "ifc_geomserialization_api.h"
|
|
|
|
#include <TopoDS_Shape.hxx>
|
|
|
|
#include <string>
|
|
|
|
namespace IfcGeom {
|
|
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
|