Jump to content

Repeating dimaligned


clint0577

Recommended Posts

I have to 2 lisp routines that I need to Loop but I need some help. This is just so the user doesn't have to hit enter to return to the command.

 

; TIES TO BOUNDARY
(DEFUN C:DAT ()
(command ".osnap" "end,per")
(COMMAND "LAYER" "S" "BUILDING_LABELS" "")
(COMMAND "DIM" "RES" "HOUSE" "EXIT")
(COMMAND "DIMALIGNED")
(command ".osnap" "NOD,end,INT,CEN,mid")
)

; BUILDING DIMS
(DEFUN C:DAH ()
(command ".osnap" "mid")
(COMMAND "LAYER" "S" "BUILDING_LABELS" "")
(COMMAND "DIM" "RES" "WALLS" "EXIT")
(command ".osnap" "NOD,end,INT,CEN,mid")
(COMMAND "DIMALIGNED" "")
)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...