From e5af08bb51903d7edb3851c1ae4190c7d23be5db Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 2 Sep 2010 19:40:01 +0000 Subject: [PATCH] --- doc/texinfo/gmsh.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 749c717352..2927c9159c 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -2431,6 +2431,11 @@ the X, Y and Z components of the translation vector. (Not a transformation per-se.) Returns the boundary of the elementary entities in @var{transform-list}. +@item CombinedBoundary @{ @var{transform-list} @} +(Not a transformation per-se.) Returns the boundary of the elementary +entities, combined as if a single entity, in +@var{transform-list}. Useful to compute the boundary of a complex part. + @c @item Intersect Line @{ @var{expression-list} @} Surface @{ @var{expression} @} @c (Not a transformation per-se.) Returns the intersections of the lines @c given in @var{expression-list} with the specified surface. -- GitLab