mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
Format obj and dae output predictably based on rfc notation of GlobalId. As discussed in https://sourceforge.net/p/ifcopenshell/discussion/1782717/thread/cbb0c8ca/
This commit is contained in:
@@ -136,17 +136,6 @@ namespace IfcWrite {
|
||||
IfcUtil::ArgumentType type() const;
|
||||
};
|
||||
|
||||
/// A helper class for the creation of IFC GlobalIds.
|
||||
class IfcGuidHelper {
|
||||
private:
|
||||
std::string data;
|
||||
static bool seeded;
|
||||
public:
|
||||
static const unsigned int length = 22;
|
||||
IfcGuidHelper();
|
||||
operator std::string() const;
|
||||
};
|
||||
|
||||
// Accumulates all schema instances created from constructors
|
||||
// This way they can be added in a single batch to the IfcFile
|
||||
class EntityBuffer {
|
||||
|
||||
Reference in New Issue
Block a user