RE: MI-L Creation of lines from table with points and angles/bearing

2003-07-02 Thread Peter Horsbøll Møller
c: [EMAIL PROTECTED] > Subject: Re: MI-L Creation of lines from table with points > and angles/bearing > > > Hi Marius, > 1.. Make a copy of the table (myTable) > 2.. Open the MapBasic window and enter > 3.. Set CoordSys Table myTable > 4.. Update myTable Set OB

Re: MI-L Creation of lines from table with points and angles/bearing

2003-07-02 Thread Lars V. Nielsen
Hi Marius, 1.. Make a copy of the table (myTable) 2.. Open the MapBasic window and enter 3.. Set CoordSys Table myTable 4.. Update myTable Set OBJ = CreateLine(myXCol, myYCol, myXCol + Cos(myAngleCol) * desiredLength, myYCol + Sin(myAngleCol) * desiredLength) 5.. Hit return after each co