luz.paz
2019-01-12 12:04:34 -05:00
committed by wmayer
parent 4898bb76c9
commit 3fb71fbe2a
6 changed files with 12 additions and 12 deletions

View File

@@ -947,7 +947,7 @@ void PartGui::goDimensionAngularNoTask(const VectorAdapter &vector1Adapter, cons
dimensionOriginPoint = extremaPoint1;
else
{
//find half way point in between extrema points for dimension origin.
//find halfway point in between extrema points for dimension origin.
gp_Vec vec1(extremaPoint1.XYZ());
gp_Vec vec2(extremaPoint2.XYZ());
gp_Vec connection(vec2-vec1);