Erase the preset views from the list

Erase the preset views from the list

jorgearone_inssitu
Enthusiast Enthusiast
279 Views
4 Replies
Message 1 of 5

Erase the preset views from the list

jorgearone_inssitu
Enthusiast
Enthusiast

Hi there,

I would like to be able to remove the Preset Views from the list, as I want to work only with my own list.

I would greatly appreciate your help

 

jorgearone_inssitu_3-1689700353386.png

 

0 Likes
280 Views
4 Replies
Replies (4)
Message 2 of 5

paullimapa
Mentor
Mentor

Unfortunately, these preset views are built-into the AutoCAD CUIx as well as the VIEW GUI.

But if you execute the command line version -VIEW, you won't see any of these view names.

So one way to get around this is to customize via lisp & dcl your own drop down or list window.

 

paullimapa_0-1689705501090.png

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 3 of 5

pendean
Community Legend
Community Legend

Q: don't your custom named views always appear at the top of the list all the time?

 
0 Likes
Message 4 of 5

jorgearone_inssitu
Enthusiast
Enthusiast

Yes I agree Paullimapa

that's the way to get around this is to customize via lisp & dcl your own drop down or list window.

 

Thanks.

0 Likes
Message 5 of 5

Sea-Haven
Mentor
Mentor

Use the vpoint command with custom defuns.

 

(defun c:vp3 ()(command "VPOINT" "1,1,1"))

 try 1,1,0 1,0,1 and so on. 

0 Likes