Sketcher: Bspline comb - change representation to be convex

This commit is contained in:
Abdullah Tahiri
2017-02-12 22:09:26 +01:00
committed by wmayer
parent 2ecfb6743b
commit fcc08656d3

View File

@@ -3636,7 +3636,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer
std::vector<Base::Vector3d> pointatcomblist(ndiv);
for(int i = 0; i < ndiv; i++) {
pointatcomblist[i] = pointatcurvelist[i] + repscale * curvaturelist[i] * normallist[i];
pointatcomblist[i] = pointatcurvelist[i] - repscale * curvaturelist[i] * normallist[i];
}
if(rebuildinformationlayer) {