CompuServe Thread

#Vports-UCS

4 messages in this thread
#52303From: DANIEL PASHOLKAug 6, 1993 7:54 AM
Hello I would like to know if the AutoCad screen could be set up the same as 3DS. In AutoCad, I would have the 4 vports, but each vport would have it's own UCS. And each time I would change vports the UCS assigned to that vport would stay. The same as 3DS is set up. Thank you for any information about this. Daniel 'Dare' Pasholk
#52365From: Brian Rudolph [Adesk]Aug 6, 1993 3:02 PM
Daniel, You really need to ask this question in the ACAD forum. We know 3D Studio, butto set up ACAD type Go ACAD. -Brian
#52380From: yann bertaudAug 6, 1993 6:24 PM
There is an easy way to do this. Create a lisp routine which when you call it up changes your ucs to current view. Sample routine below: (defun c:UV () (command "ucs" "v") ) Add that routine to your acad.lsp file and whenever you type UV, your ucs will switch to the current view. Note, you have to be in the desired view for this to happen. Yann Bertaud – I.D.L. Autodesk.
#52461From: DANIEL PASHOLKAug 7, 1993 11:09 AM
Thanks for the help, I'll give it a try. Daniel 'Dare' Pasholk