Open CASCADE Technology 6.6.0
|
Define an orthographic view.
See the methods of the Class View
#include <V3d_OrthographicView.hxx>
Public Member Functions | |
V3d_OrthographicView (const Handle< V3d_Viewer > &VM) | |
Define an orthographic view in the viewer VM. | |
V3d_OrthographicView (const Handle< V3d_Viewer > &VM, const Handle< V3d_PerspectiveView > &V) | |
Defines an orthographic view from a Perspective view. The parameters of the original view are duplicated in the resulting view (Projection,Mapping,Context) . The view thus created must be activated in a new window. | |
V3d_OrthographicView (const Handle< V3d_Viewer > &VM, const Handle< V3d_OrthographicView > &V) | |
Defines one orthographic view from another. The parameters of the original view are duplicated in the resulting view. (Projection,Mapping,Context) . The view thus created must be activated in a new window. | |
Handle_V3d_OrthographicView | Copy () const |
V3d_OrthographicView::V3d_OrthographicView | ( | const Handle< V3d_Viewer > & | VM | ) |
V3d_OrthographicView::V3d_OrthographicView | ( | const Handle< V3d_Viewer > & | VM, |
const Handle< V3d_PerspectiveView > & | V | ||
) |
V3d_OrthographicView::V3d_OrthographicView | ( | const Handle< V3d_Viewer > & | VM, |
const Handle< V3d_OrthographicView > & | V | ||
) |
Handle_V3d_OrthographicView V3d_OrthographicView::Copy | ( | ) | const |