[TD]Section UI changes

This commit is contained in:
wandererfan
2019-11-13 14:45:57 -05:00
committed by WandererFan
parent 9898f3b242
commit 51d4c16e47
6 changed files with 355 additions and 153 deletions

View File

@@ -810,7 +810,7 @@ TopoDS_Shape TechDraw::rotateShape(const TopoDS_Shape &input,
return transShape;
}
//!scales a shape about a origin
//!scales a shape about origin
TopoDS_Shape TechDraw::scaleShape(const TopoDS_Shape &input,
double scale)
{