public DirectCoordinateMouseEventsPipe(V3dView view) : base(InputNames.Mouse3DEventsPipe) { Plane = new gpPln(new gpAx3()); var wnd = view.Window(); WNTWindow wnt = wnd.Convert <WNTWindow>(); }