RC MakeDeformable() question

had a short view at the documentation and it s not fully clear to me either:

at least:

… it s an inherited method from Geometry Base, - so maybe the only purpose is to return false / “can not be made deformable” for arcs…

MakeDeformable does not return a new Object, so it has to modify the input object - and therefor can not change its type - the (non-deformable) Arc-Curve will stay an Arc-Curve. (and can not become an Nurbs-Curve)
.

EDIT:
”Transform” is not a squishy transformation - it s affine - it should work with non-deformable objects - at least that s what i think.

but i wonder - is there

any Example ?

where an object is not IsDeformable and can be made deformable MakeDeformable
… would be nice to see an use-case where this function makes sense / was thought for.

kind regards - tom