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

BoundingBox
parent 6fa9cbbf
Branches
Tags
No related merge requests found
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.116 2004-05-30 21:21:42 geuzaine Exp $ @c $Id: gmsh.texi,v 1.117 2004-05-30 21:30:40 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -1231,9 +1231,9 @@ Merges a file named @var{char-expression}. This command is equivalent to the ...@@ -1231,9 +1231,9 @@ Merges a file named @var{char-expression}. This command is equivalent to the
Redraws the scene. Redraws the scene.
@item BoundingBox; @item BoundingBox;
Force the recomputation of the scene's bounding box (which is normally Recomputes the bounding box of the scene (which is normally computed only
computed only after new geometrical entities are added or after new files after new geometrical entities are added or after files are included or
are merged). The bounding box is computed as follows: merged). The bounding box is computed as follows:
@enumerate @enumerate
@item @item
If there is a geometry (i.e., at least one geometrical point), the bounding If there is a geometry (i.e., at least one geometrical point), the bounding
...@@ -1248,9 +1248,8 @@ views, the bounding box is taken as the box enclosing all the primitives of ...@@ -1248,9 +1248,8 @@ views, the bounding box is taken as the box enclosing all the primitives of
the last post-processing view. the last post-processing view.
@end enumerate @end enumerate
@item BoundingBox @{ @var{expression}, @var{expression}, @var{expression}, @item BoundingBox @{ @var{expression}, @var{expression}, @var{expression}, @var{expression}, @var{expression}, @var{expression} @};
@var{expression}, @var{expression}, @var{expression} @}; Forces the bounding box of the scene to the given @var{expression}s (X min, X
Force the bounding box of the scene to the given @var{expression}s (X min, X
max, Y min, Y max, Z min, Z max). max, Y min, Y max, Z min, Z max).
@item Delete All; @item Delete All;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment