Try with RTArc:view := RTView new.shape := RTArc newinnerRadius: [ :i | i *15];externalRadius: [ :i | (i * 15) + 4];alphaAngle: 45;betaAngle: 135;color: Color black.view addAll: (shape elementsOn: (1 to: 11) ).viewCheers,Milton2015-05-14 16:26 GMT-04:00 Miguel Campusano <mcampusa@dcc.uchile.cl>:_______________________________________________Hi all,I want to draw curved lines in Roassal but I can't find how to.The image below is an example of what I am trying to do.Bests,Miguel
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev