mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
BaseUri setting for TTL+WKT
This commit is contained in:
@@ -76,11 +76,16 @@ inline namespace settings {
|
||||
" and any other value means that 6 or 7 decimals are used.";
|
||||
static constexpr int defaultvalue = 15;
|
||||
};
|
||||
|
||||
struct BaseUri : public SettingBase<BaseUri, std::string> {
|
||||
static constexpr const char* const name = "base-uri";
|
||||
static constexpr const char* const description = "Base URI for products to be used in RDF-based serializations.";
|
||||
};
|
||||
}
|
||||
|
||||
class SerializerSettings : public SettingsContainer <
|
||||
// @todo should we use tuple_cat here to unify the settings into a single class?
|
||||
std::tuple<UseElementNames, UseElementGuids, UseElementStepIds, UseElementTypes, UseYUp, WriteGltfEcef, FloatingPointDigits>
|
||||
std::tuple<UseElementNames, UseElementGuids, UseElementStepIds, UseElementTypes, UseYUp, WriteGltfEcef, FloatingPointDigits, BaseUri>
|
||||
>
|
||||
{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user