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

doc bbox

parent 07dfc7c0
No related branches found
No related tags found
No related merge requests found
...@@ -949,6 +949,7 @@ List of expressions are also widely used, and are defined as: ...@@ -949,6 +949,7 @@ List of expressions are also widely used, and are defined as:
Point @{ @var{expression} @} | Point @{ @var{expression} @} |
<Physical> Point|Line|Surface|Volume "*" | <Physical> Point|Line|Surface|Volume "*" |
Point|Line|Surface|Volume In BoundingBox @{ @var{expression-list} @} | Point|Line|Surface|Volume In BoundingBox @{ @var{expression-list} @} |
BoundingBox Point|Line|Surface|Volume @{ @var{expression} @} |
Physical Point|Line|Surface|Volume @{ @var{expression-list} @} Physical Point|Line|Surface|Volume @{ @var{expression-list} @}
@c @var{duplicata} - already implemented: should we explain this? @c @var{duplicata} - already implemented: should we explain this?
@end example @end example
...@@ -969,11 +970,12 @@ permit to reference an expression sublist (whose elements are those ...@@ -969,11 +970,12 @@ permit to reference an expression sublist (whose elements are those
corresponding to the indices provided by the @var{expression-list}). corresponding to the indices provided by the @var{expression-list}).
The next two cases permit to retrieve the indices of entities created The next two cases permit to retrieve the indices of entities created
through geometrical transformations and extrusions (see through geometrical transformations and extrusions (see
@ref{Transformations}, and @ref{Extrusions}). The last three cases @ref{Transformations}, and @ref{Extrusions}). The next two cases allow
permit to retrieve the coordinates of a given geometry point to retrieve antities in a given bounding box, or get the bounding box of
(@pxref{Points}), to retrieve the id numbers of all points, lines, a given entity. The last three cases permit to retrieve the coordinates
surfaces or volumes in the model, or to retrieve the elementary entities of a given geometry point (@pxref{Points}), to retrieve the id numbers
making up physical groups. of all points, lines, surfaces or volumes in the model, or to retrieve
the elementary entities making up physical groups.
To see the practical use of such expressions, have a look at the first To see the practical use of such expressions, have a look at the first
couple of examples in @ref{Tutorial}. Note that, in order to lighten the couple of examples in @ref{Tutorial}. Note that, in order to lighten the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment