Message 1 of 6

Not applicable
08-18-2019
07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all,
I want to create a hatch inside a closed polyline with Lisp. Unfortunaly it won't work. My Lisp Code:
(defun FKT:ARROW ()
(command "_.pline" '(0 150) '(600 0) '(0 -150) "_c" "")
(setq ENT (entlast))
(command "_hatch" "SOLID" ENT "")
);defun
I use AutoCAD 2017. Thanks for all your help.
Solved! Go to Solution.