Ah yes exactly, I was not explaining it correctly as I am so used to it, sorry But it is good now, by the way I am interested in how you did this Werner, actually if it would be an easy and simple algorithm to fill a defined circle for example like a mesher. Cheers, Pierre
On 23 févr. 2015, at 7:35 PM, Werner Kassens <wkassens@libello.com> wrote:
ahh, yes understood, now things work as i want them to work! thank you, werner
On 02/23/2015 11:02 PM, Peter Uhnák wrote:
that is exactly the problem i have <embarrassed grin>, RTBox does not understand #translateTo: or #translateBy: a:=RTBox new . a translateTo: 1@2.-->Error:__MessageNotUnderstood iow at which point exactly do i apply #translateTo: ?
That's because RTBox is just a shape, and shape doesn't have position. You need to apply it to an element (RTElement).