[TD]fix dimension autocorrect
- autocorrect was not handling scaled and rotated reference geometry properly.
This commit is contained in:
@@ -1944,7 +1944,7 @@ void DrawUtil::dumpEdge(const char* label, int i, TopoDS_Edge e)
|
||||
vEnd.Z(),
|
||||
static_cast<int>(e.Orientation()));
|
||||
double edgeLength = GCPnts_AbscissaPoint::Length(adapt, Precision::Confusion());
|
||||
Base::Console().Message(">>>>>>> length: %.3f distance: %.3f ration: %.3f type: %d\n",
|
||||
Base::Console().Message(">>>>>>> length: %.3f distance: %.3f ratio: %.3f type: %d\n",
|
||||
edgeLength,
|
||||
vStart.Distance(vEnd),
|
||||
edgeLength / vStart.Distance(vEnd),
|
||||
|
||||
Reference in New Issue
Block a user