mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 23:02:39 +00:00
Don't set xstep.cascade.unit as it appears to result in scaling during export #6623
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
|||||||
void setUnitNameAndMagnitude(const std::string& /*name*/, float magnitude) {
|
void setUnitNameAndMagnitude(const std::string& /*name*/, float magnitude) {
|
||||||
const char* symbol = getSymbolForUnitMagnitude(magnitude);
|
const char* symbol = getSymbolForUnitMagnitude(magnitude);
|
||||||
if (symbol) {
|
if (symbol) {
|
||||||
Interface_Static::SetCVal("xstep.cascade.unit", symbol);
|
// Interface_Static::SetCVal("xstep.cascade.unit", symbol);
|
||||||
Interface_Static::SetCVal("write.step.unit", symbol);
|
Interface_Static::SetCVal("write.step.unit", symbol);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user