[Gmsh] naming of transformed entities

Alexander Rabtchevich alexander.v.rabtchevich at iaph.bas-net.by
Thu Apr 3 14:29:55 CEST 2008


Maka Mohu wrote:
>
> On Thu, Apr 3, 2008 at 11:09 AM, Alexander Rabtchevich 
> <alexander.v.rabtchevich at iaph.bas-net.by 
> <mailto:alexander.v.rabtchevich at iaph.bas-net.by>> wrote:
>
>     Is there a possibility to name transformed entities in a common
>     manner?
>     Trying to assign
>
>     tmp[] = Rotate {{0, 0, 1}, {0,0,0}, Pi/2} { Duplicata{ Point{2}; } } ;
>     p = newp;
>     Point(p) = tmp[0];
>
>     or simply
>     Point(3) = Point(2);
>
>     makes an error.
>
>     --
>     With respect
>     Alexander Rabtchevich
>
>
> You may try:
>
> p = tmp[0];
>
> Best regards,
> Maka.

Thank you, Maka. But this does not coincide with Point(). I'm trying to 
obtain that to make easier copy/paste of transformations and further 
model editing.

-- 
With respect
Alexander Rabtchevich