Description | |||||||||||
Retrieves the transformation matrix for the specified view. This matrix provides the transformation from the object's coordinate system to logical screen coordinates. This matrix does not contain any transformation for the members of an assembly. | |||||||||||
Replacement in Object TOOLKIT: | pfcView::Transform | ||||||||||
Synopsis | |||||||||||
#include <ProView.h> | |||||||||||
ProError | ProViewMatrixGet | ( | |||||||||
ProMdl model | |||||||||||
/* (In) | |||||||||||
The handle to a part, assembly, or drawing. If this is NULL, the function uses the current object. | |||||||||||
*/ | |||||||||||
ProView view_handle | |||||||||||
/* (In) | |||||||||||
The view handle. If the view is NULL, the function uses the current view. | |||||||||||
*/ | |||||||||||
ProMatrix matrix | |||||||||||
/* (Out) | |||||||||||
The view transformation matrix. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|