path planning issue in void CRegion::RasterizeOffset(double width, CVec dirx)

Bug #323244 reported by CTI_Brazil
2
Affects Status Importance Assigned to Milestone
Model 1
Fix Committed
High
Evan

Bug Description

The method RasterizeOffset in the class CRegion was not returning contour path type and the part of code below was never executed.

if(tempLayer.region[i].path[j].type == PATHTYPE_CONTOUR)
 {

  int nseg = rand()%tempLayer.region[i].path[j].v.GetSize();
  tempLayer.region[i].path[j].CircShift(nseg);

  CString LogRand;
  LogRand.Format("Shift (%0.2f) segemts!!!",nseg);
  ((CFabAtHomeApp *)AfxGetApp())->Log(LogRand);
 }

CTI_Brazil (ctibrazil)
Changed in fabathome:
importance: Undecided → High
Evan (emalone108110)
Changed in fabathome:
assignee: nobody → emalone108110
Revision history for this message
Evan (emalone108110) wrote :
Changed in fabathome:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.