Your comments

Your class is very usefull. You could further enhance it by using the extension method

    public static void SetCameraView(this HelixViewport3D viewPort, ...

this way you can call this method directly :

    myViewport.SetCameraView(...)