Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

scot-65
en respuesta a: MRummler

I stumbled across an older program of mine and saw that
OFFSET can accept an entity (I said earlier that it expects a point).
Apologies for this.

With that, change
(setq ss1 (ssget pt1))
to
(setq ss1 (entlast))

2) If you are going to employ session Gremlins, assign a unique name
that virtually eliminates the possibility of another program overwriting.
'ds' is too easy to overwrite...
I personally name session Gremlins as "USER_" plus "ProgramName".
For your case: "USER_NewLineDuct".

???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.