mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
dimensionality - add description
This commit is contained in:
@@ -253,7 +253,10 @@ 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 const char* const description =
|
||||
"Specifies whether to include curves and/or surfaces and solids in the output result. "
|
||||
"Defaults to only surfaces and solids (SURFACES_AND_SOLIDS). "
|
||||
"Other possible values are CURVES, CURVES_SURFACES_AND_SOLIDS.";
|
||||
static constexpr OutputDimensionalityTypes defaultvalue = SURFACES_AND_SOLIDS;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user