mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
SvgSerializer fix: Z == 2
This commit is contained in:
@@ -2328,7 +2328,7 @@ void SvgSerializer::setFile(IfcParse::IfcFile* f) {
|
|||||||
gp_Trsf trsf;
|
gp_Trsf trsf;
|
||||||
if (matrix) {
|
if (matrix) {
|
||||||
// @todo shouldn't this take into account configurable section height?
|
// @todo shouldn't this take into account configurable section height?
|
||||||
setSectionHeight(matrix->translation_part()(3) + 1.);
|
setSectionHeight(matrix->translation_part()(2) + 1.);
|
||||||
#ifdef TAXONOMY_USE_NAKED_PTR
|
#ifdef TAXONOMY_USE_NAKED_PTR
|
||||||
delete matrix;
|
delete matrix;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user