Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a command in visual lisp that make some complex drawings, and also some hatches. The problem is the hatch is being draw many times in the same object for some reason.
This are the lines i'm using to draw the hatch and to change the global variables i want to change to make different hatches. (i also will put the lisp file but it's big)
(setvar "HPSEPARATE" 1)
(setvar "HPDRAWORDER" 1)
(command "._hatch" "s" "p" point "" "")
and here you can see what's the problem, there's a lot of hatches on the same box
Solved! Go to Solution.