Lines Matching refs:filletChamferData

190     std::vector<Point> filletChamferData = fillet_chamfer_values.data();
192 for (std::vector<Point>::const_iterator point_it = filletChamferData.begin();
193 point_it != filletChamferData.end(); ++point_it) {
206 std::vector<Point> filletChamferData = fillet_chamfer_values.data();
209 for (std::vector<Point>::const_iterator point_it = filletChamferData.begin();
210 point_it != filletChamferData.end(); ++point_it) {
295 std::vector<Point> filletChamferData = fillet_chamfer_values.data();
322 if (ignore_radius_0 && (filletChamferData[counter][X] == 0 ||
323 filletChamferData[counter][X] == counter)) {
324 powerend = filletChamferData[counter][X];
326 if (filletChamferData[counter][Y] == 0) {
327 powerend = filletChamferData[counter][X];
330 powerend = filletChamferData[counter][X];
332 result.push_back(Point(powerend, filletChamferData[counter][Y]));
343 std::vector<Point> filletChamferData = fillet_chamfer_values.data();
363 if (filletChamferData[counter][Y] == 0 ||
364 (ignore_radius_0 && (filletChamferData[counter][X] == 0 ||
365 filletChamferData[counter][X] == counter)) ||
371 if(filletChamferData[counter][Y] >= 3000 && filletChamferData[counter][Y] < 4000){
373 } else if (filletChamferData[counter][Y] >= 4000 && filletChamferData[counter][Y] < 5000){
377 result.push_back(Point(filletChamferData[counter][X], type));
379 result.push_back(filletChamferData[counter]);
466 std::vector<Point> filletChamferData = fillet_chamfer_values.data();
467 if (!filletChamferData.empty() && getKnotsNumber(c) != (int)
468 filletChamferData.size()) {
508 std::vector<Point> filletChamferData = fillet_chamfer_values.data();
590 type = std::abs(filletChamferData[counter - counterCurves][Y]);
594 type = std::abs(filletChamferData[counter + 1][Y]);