[TD]split GeometryObject

This commit is contained in:
wandererfan
2023-08-18 15:18:42 -04:00
committed by WandererFan
parent d23ca906b0
commit 3e164a5700
20 changed files with 577 additions and 470 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ gp_Ax2 DrawProjGroupItem::getViewAxis(const Base::Vector3d& pt,
catch (Standard_Failure& e4) {
Base::Console().Message("PROBLEM - DPGI (%s) failed to create viewAxis: %s **\n",
getNameInDocument(), e4.GetMessageString());
return TechDraw::getViewAxis(pt, axis, false);
return ShapeUtils::getViewAxis(pt, axis, false);
}
return viewAxis;