[TD]space secondary views by row/columns

This commit is contained in:
wandererfan
2022-09-10 10:36:25 -04:00
committed by WandererFan
parent a320ecdfe6
commit 7bfcdcefd2
2 changed files with 86 additions and 39 deletions

View File

@@ -189,6 +189,11 @@ protected:
gp_Dir vec2dir(Base::Vector3d v);
void handleChangedPropertyType(Base::XMLReader &reader, const char *TypeName, App::Property * prop) override;
double getMaxRowHeight(std::array<int, 3> list,
std::array<Base::BoundBox3d, MAXPROJECTIONCOUNT> bboxes);
double getMaxColWidth(std::array<int, 3> list,
std::array<Base::BoundBox3d, MAXPROJECTIONCOUNT> bboxes);
};
} //namespace TechDraw