Parametric color map corresponding to particular morphology

You can define and display any parametric color maps.

This one should be easy. See steps described here. You can also use SlicerVMTK extension to extract centerline curve and get radius at each centerline point.

If you want to extract part of a model corresponding to a certain radius range, then you can apply vtkThreshold filter to the model (see example here).