Add viewPartAsDxf function in App

This commit is contained in:
WandererFan
2017-06-17 20:38:24 -04:00
committed by wmayer
parent ab19a5ea06
commit fc1c863034
6 changed files with 94 additions and 6 deletions

View File

@@ -537,6 +537,10 @@ TopoDS_Shape TechDrawGeometry::mirrorShape(const TopoDS_Shape &input,
double scale)
{
TopoDS_Shape transShape;
if (input.IsNull()) {
return transShape;
}
try {
// Make tempTransform scale the object around it's centre point and
// mirror about the Y axis