Fix missing arc on 3pt angle
This commit is contained in:
@@ -1219,7 +1219,7 @@ void QGIViewDimension::draw()
|
||||
// dim->getViewPart()->addVertex(curveCenter,true);
|
||||
// }
|
||||
} else if( (strcmp(dimType, "Angle") == 0) ||
|
||||
(strcmp(dimType, "Angel3Pt") == 0)) {
|
||||
(strcmp(dimType, "Angle3Pt") == 0)) {
|
||||
anglePoints pts = dim->getAnglePoints();
|
||||
Base::Vector3d X(1.0,0.0,0.0);
|
||||
Base::Vector3d vertex = Rez::guiX(pts.vertex);
|
||||
|
||||
Reference in New Issue
Block a user