PDA

View Full Version : How to draw a 3d polyline from a list of points?


boesiii
2006-12-15, 06:15 PM
I am trying to draw a 3d polyline from a list of points. I thought I saw something over at www.theswamp.org but I couldn't find it.

'MP
2006-12-15, 06:54 PM
Lotsa ways, this (http://www.theswamp.org/index.php?topic=6977.msg85862#msg85862) is but one.

(apply 'command
(append
'(".3dpoly")
points
'("")
)
)

If you want to go direct via entmake or activex it gets a bit more verbose.

:)

T.Willey
2006-12-15, 07:35 PM
You might be thinking of this post. (http://www.theswamp.org/index.php?topic=12697.0). I posted a lisp code there, and others posted code from different languages.