mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-08 13:26:34 +00:00
Some basic code to lookup lengths for pre ADD2 schemas
This commit is contained in:
@@ -49,13 +49,6 @@ inline namespace settings {
|
||||
static constexpr bool defaultvalue = false;
|
||||
};
|
||||
|
||||
struct UseMaterialNames : public SettingBase<UseMaterialNames, bool> {
|
||||
static constexpr const char* const name = "use-material-names";
|
||||
static constexpr const char* const description = "Use material names instead of unique IDs for naming materials upon serialization. "
|
||||
"Applicable for OBJ and DAE output.";
|
||||
static constexpr bool defaultvalue = false;
|
||||
};
|
||||
|
||||
struct UseElementTypes : public SettingBase<UseElementTypes, bool> {
|
||||
static constexpr const char* const name = "use-element-types";
|
||||
static constexpr const char* const description = "Use element types instead of unique IDs for naming elements upon serialization. "
|
||||
|
||||
Reference in New Issue
Block a user