mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Add string decode/encode api
This commit is contained in:
@@ -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 %{
|
||||
|
||||
Reference in New Issue
Block a user