querycad
Guest
Good morning
I am creating a lisp command to solve the following situation:
date a polylinea 3d
turn it into a 2d polyline.
the following code I ask if it is okay:
(defun c:river ()
c:river
(sject)
(setq a (ssget))
command flatten (ssget)
command explode (ssget)
joint command (p)
_
allego txt.
Thank you very much!!!
I am creating a lisp command to solve the following situation:
date a polylinea 3d
turn it into a 2d polyline.
the following code I ask if it is okay:
(defun c:river ()
c:river
(sject)
(setq a (ssget))
command flatten (ssget)
command explode (ssget)
joint command (p)
_
allego txt.
Thank you very much!!!