AutoCAD Plant 3D Forum
Welcome to Autodesk’s AutoCAD Plant 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Plant 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vclip - getting original view back

1 REPLY 1
SOLVED
Reply
Message 1 of 2
eskisa0100
1126 Views, 1 Reply

Vclip - getting original view back

Hi,

In regular Autocad, when you use vclip and then want to get back to your original view, you would go to "View", "3d view", "Plan view", "World UCS".  I cannot find a way to do this in P3D.  Does anyone know how I get do this?

 

Thank you.

Tags (2)
1 REPLY 1
Message 2 of 2
jabowabo
in reply to: eskisa0100

If you want to just go back to plan view with world UCS and no clipping planes use:

UCS
WORLD
PLAN
WORLD

 

or for a LISP routine:

(defun c:ENDCLIP (/)
  (command "ucs" "w")
  (command "plan" "w")
  (setvar "regenmode" 1)
  (princ)
)

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost