MGED CMD preview
From BRL-CAD
preview[edit]
Contents
Syntax[edit]
- preview [-v] [-d delay] [-D start_frame_number] [-K end_frame_number] rt_script_file
Argument(s)[edit]
- -v
- Evaluate objects
- -d delay
- Delay in seconds between each frame.
- -D StartingFrame
- Starting Frame Number
- -K EndingFrame
- Ending Frame Number
- rt_script_file
- AnimMate file.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "preview" command allows the user to preview animation scripts in MGED. The -d option provides a delay in seconds to be applied between each frame (the default is no delay). The -D option allows the user to specify a starting frame number, and the -K option allows the specification of an ending frame number. The -v flag indicates that the objects displayed in the MGED graphics window should be displayed in "evaluated" mode, as would be the result of the ev command. Note that this may significantly slow the preview.
Example(s)[edit]
- mged> preview -D 101 -K 237 script.rt
- Preview the animation script stored in the file named script.rt from frame number 101 through frame number 237.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:58:54 PM