UCS face and view change (plan)...

We want ucs face and view change (plan)...

 1. UCS face select 3d face  ..... (command "ucs" "face")
 2. Did selection screen ucs change,( before select ucs face)  ....(command "plan" "")

(defun c:mur ()
   (command "ucs" "face")
(command "plan" "")
  (PRINC "\ucs face and screen change ..")
)

?? how to ??

Comments

This discussion has been closed.