Skip to content
Snippets Groups Projects
Commit 3cba8146 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 77cf4cb5
No related branches found
No related tags found
No related merge requests found
$Date: 2002-10-11 07:22:55 $
New in 1.36: Enhance view duplication (one can now use "Duplicata
View[num]" in the input file); small bug fixes ("Print" format in
parser, etc.);
$Date: 2002-10-11 07:23:56 $
New in 1.35: Graphical user interface upgraded to FLTK 1.1 (tooltips,
new file chooser with multiple selection, full keyboard navigation,
......
New in 1.36: Enhance view duplication (one can now use "Duplicata
View[num]" in the input file); small bug fixes ("Print" format in
parser, etc.);
......@@ -129,12 +129,15 @@ EndFor
// Here is the list of available scripting commands:
//
// Merge string; (to merge a file)
// Draw; (to draw the scene)
// Save string; (to save the mesh)
// Print string; (to print the graphic window)
// Sleep expr; (to sleep during expr seconds)
// Delete View[int]; (to free the view int)
// Delete Meshes; (to free all meshes)
// Duplicata View[int];(to duplicate the view int)
// System string; (to execute a system call)
// Merge string; (to merge a file)
// MergeWithBoundingBox string; (to merge a file and force the recalculation
// of the scene's bounding box)
// Draw; (to redraw the scene)
// Save string; (to save the mesh)
// Print string; (to print the graphic window in the format
// defined in Print.Format)
// Sleep expr; (to sleep during expr seconds)
// Delete View[int]; (to free the view int)
// Delete Meshes; (to free all meshes)
// Duplicata View[int]; (to duplicate the view int)
// System string; (to execute a system call)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment