Dayananda Posted Sunday at 11:24 AM Posted Sunday at 11:24 AM I need a lisp code to open named viewports one after another. To view as animation. Quote
Steven P Posted Sunday at 01:57 PM Posted Sunday at 01:57 PM 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 Sunday at 10:21 PM Posted Sunday at 10:21 PM 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 23 hours ago Author Posted 23 hours ago It can open in view command. I need to feed relevant names one after another including delay function. Quote
Dayananda Posted 22 hours ago Author Posted 22 hours ago 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 9 hours ago Posted 9 hours ago Try the DELAY command - the argument represents a time in millisecs. Quote
BIGAL Posted 1 hour ago Posted 1 hour ago 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") 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.