mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Fixes after settings rework
This commit is contained in:
@@ -221,7 +221,7 @@ namespace ifcopenshell {
|
||||
struct OutputDimensionality : public SettingBase<OutputDimensionality, OutputDimensionalityTypes> {
|
||||
static constexpr const char* const name = "dimensionality";
|
||||
static constexpr const char* const description = "Specifies whether to include curves and/or surfaces and solids in the output result. Defaults to only surfaces and solids.";
|
||||
static constexpr OutputDimensionalityTypes defaultvalue = CURVES_SURFACES_AND_SOLIDS;
|
||||
static constexpr OutputDimensionalityTypes defaultvalue = SURFACES_AND_SOLIDS;
|
||||
};
|
||||
|
||||
enum IteratorOutputOptions {
|
||||
|
||||
Reference in New Issue
Block a user