Files
IfcOpenShell/src/ifcgeom/schema_agnostic/Serialization.h
T
2019-01-18 16:43:38 +01:00

13 lines
417 B
C++

#include "../../ifcparse/IfcBaseClass.h"
#include "../../ifcgeom/schema_agnostic/ifc_geom_api.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);
}