Jump to content

Mirror + Yes included?


archkre
 Share

Recommended Posts

mirror - "NO" answer

 

(defun c:mn() (setq no (ssget))

(command ".cmdecho" "1" ".mirror" no "" pause pause "n" ".cmdecho" "0")(princ))

 

mirror - "YES" answer

 

(defun c:my() (setq yes (ssget))

(command ".cmdecho" "1" ".mirror" yes "" pause pause "y" ".cmdecho" "0")(princ))

 

...hope this helps

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...