TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: xugaoming on February 11, 2020, 02:30:33 PM

Title: there is making a invisble hatch ? is bug?
Post by: xugaoming on February 11, 2020, 02:30:33 PM
(command "pline" pause)
(while(< 0 (getvar "cmdactive"))
(makehatch ) ; any hatch ,your function
(command pause)
)


;when input "a" ,there is making a invisble hatch ? is bug?
Title: Re: there is making a invisble hatch ? is bug?
Post by: kozmos on February 11, 2020, 10:03:27 PM
it should not be a bug, entering a will invoke "_arc" option in pline command
Title: Re: there is making a invisble hatch ? is bug?
Post by: xugaoming on February 12, 2020, 04:32:24 AM
However, it is ok in the  line state. Only after arc is activated, the hatch will not be displayed, but the trace hatch ent exists.

(https://i.loli.net/2020/02/12/ZAUxh2mXklPMTdv.gif)