Grip code that reads in a CSV text file of points?
Grip code that reads in a CSV text file of points?
(OP)
Hey all, I am a VB.net guy and I was just told that GRIP is all we have to work with! I need to read in x, y, z points line by line from a text file, then create a line through each set of points. Do you guys have any grip code examples on how to do this? All points are on a 2D plane so z always = 0
AutoCAD and UGS NX 5 & 7 User
South Coast Mass





RE: Grip code that reads in a CSV text file of points?
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Grip code that reads in a CSV text file of points?
Thanks John!
AutoCAD and UGS NX 5 & 7 User
South Coast Mass
RE: Grip code that reads in a CSV text file of points?
RE: Grip code that reads in a CSV text file of points?
AutoCAD and UGS NX 5 & 7 User
South Coast Mass
RE: Grip code that reads in a CSV text file of points?
Set your preference to Visual Basic (Preferences -> User Interface) and record a quick journal. The output is a .vb file that you can open and edit with any text editor. You'll see VB code just as you would enter it into the IDE and you can make changes and run the journal to see what happens. I'd suggest going to the GTAC site, there are some good examples there.
RE: Grip code that reads in a CSV text file of points?
Thanks!
AutoCAD and UGS NX 5 & 7 User
South Coast Mass
RE: Grip code that reads in a CSV text file of points?
RE: Grip code that reads in a CSV text file of points?
AutoCAD and UGS NX 5 & 7 User
South Coast Mass
RE: Grip code that reads in a CSV text file of points?
RE: Grip code that reads in a CSV text file of points?
AutoCAD and UGS NX 5 & 7 User
South Coast Mass