Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Please help me to improve below lisp.
The lisp works to create new layer for new dimension and revert back to previous layer.
But once you cancelled the command it wont back to previous layer instead it stay to the new layer created.
Any suggestion to return it to previous layer even after cancelling the command?
Thanks.
(defun c:dimstraight()
(command ".layer" "M" "dimension" "C" "white" "dimension" "L" "continuous" "dimension" ""
".dimlinear" pause pause pause ".layerp")
(princ)
)
Solved! Go to Solution.