Skip to content

Re: Changing Geometry

#2916
LaurentDelaon
Participant

Hi
when you do this :

Code:
IndicatorCircle2D<T> circle(center1, 0.1);

Is it possible (so far in the code ) to modify circle to ajust radius after it’s definition ?
like :

Code:
circle(center1, 0.5)

Is it possible to realise a change like this ?
Regards.