Add string decode/encode api

This commit is contained in:
Thomas Krijnen
2026-08-22 13:12:36 +02:00
parent a5e94cf0d8
commit 87bc6bfbab
8 changed files with 55 additions and 5 deletions
+6
View File
@@ -962,6 +962,12 @@ private:
};
%include "../ifcparse/ifc_parse_api.h"
namespace ifcopenshell {
std::string encode_spf_string(const std::string& value);
std::string decode_spf_string(const std::string& value);
}
%include "../ifcparse/spf_header.h"
%pythoncode %{