Convert 2d polyline into 3d polyline
Convert 2d polyline into 3d polyline
(OP)
What are the tricks to converting a 2d polyline into a 3d polyline?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Convert 2d polyline into 3d polyline
|
RE: Convert 2d polyline into 3d polyline
Draw your polyline and do a "LIST" on it. It should return a "Z" at 0,0. This should be the same whether your command was PLINE or 3DPOLY.
RE: Convert 2d polyline into 3d polyline
I have quite a few drawings in 2d that I need to convert over to 3d for a cnc system.
I wrote a lisp routine to read the 3dpoly points and store the x,y,z, coordinates at each point into a file.
I want to get a ways from running this on a 2d polyline and hand editing the text file, putting the z values in. If I can automate the process I could elimates some errors.