Dayananda Posted September 28 Posted September 28 I need a lisp code to open named viewports one after another. To view as animation. Quote
Steven P Posted September 28 Posted September 28 Maybe this might help: Lee Macs option at the end might give you a start. Do you want it to open the viewports automatically or with the user perhaps pressing say 'space' bar? 1 Quote
BIGAL Posted September 28 Posted September 28 The probable answer is CVPORT but how are you making the animation ? You can in a lisp change layouts and viewports use the DELAY command to slow down the changing between layouts etc. 1 Quote
Dayananda Posted September 29 Author Posted September 29 It can open in view command. I need to feed relevant names one after another including delay function. Quote
Dayananda Posted September 29 Author Posted September 29 finally I wrote a script. Now I want to add delay between each views 1954 delay 1955 etc. ^C^C_-view;R;1954;1955; Quote
Lee Mac Posted September 29 Posted September 29 Try the DELAY command - the argument represents a time in millisecs. 1 Quote
BIGAL Posted September 29 Posted September 29 Like @Lee Mac a simple change layouts script file. (command "Script" "myviews") (setvar 'ctab "D01") zoom e delay 500 (setvar 'ctab "D02") zoom e delay 500 (alert "All done") 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.