Changes between Initial Version and Version 1 of Ticket #4683


Ignore:
Timestamp:
May 25, 2012, 4:39:03 AM (12 years ago)
Author:
pduarte
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4683 – Description

    initial v1  
    7777                break;
    7878
    79 '''              case 70:
    80                 nVertexFlag = atoi(szLineBuf);
    81                 break;
    82 '''
     79'''              case 70:'''
     80
     81'''                nVertexFlag = atoi(szLineBuf);'''
     82
     83'''                break;'''
     84
     85
    8386              default:
    8487                break;
     
    8689        }
    8790
    88 '''        if (nVertexFlag!=16) { // Ignore Spline frame control points
    89 '''          smoothPolyline.AddPoint( dfX, dfY, dfZ, dfBulge );
     91'''        if (nVertexFlag!=16) { // Ignore Spline frame control points'''
     92          smoothPolyline.AddPoint( dfX, dfY, dfZ, dfBulge );
    9093'''        }'''
    9194        dfBulge = 0.0;