Message 1 of 3
LISP CHANGING HATCHING PROPERTIES
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This Code is got an error
(defun C:H5 (\ D)
(setq D (SSGET))
(command "-HATCHEDIT"D"" "ansi32" "300" "0" "" )
(princ)
)
this error is "unknown H5 command"
and my question is how to change with layer properties and hatch pattern of this code?
i'm new to work with lisp😄