Risks of scaling up and down

Hi there,

I have a question regarding the risks of using successive scaling on a geometry regarding its quality.

If I use a lot of successive scalings like that:

xform = rs.XformScale( (2.0,2.0,2.0) )
rs.TransformObjects( objs, xform, True)
xform = rs.XformScale( (0.5,0.5,0.5) )
rs.TransformObjects( objs, xform, True)
xform = rs.XformScale( (2.0,2.0,2.0) )
rs.TransformObjects( objs, xform, True)
xform = rs.XformScale( (0.5,0.5,0.5) )
rs.TransformObjects( objs, xform, True)

Is there a possibility to deteriorate the quality of my geometry?

Best regards,
Nathan