Description | ||||||||||||||
Retrieves the current view (the orientation) of the specified object, as stored under the given name. The function is equivalent to the Creo Parametric View, Saved Views, Set. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcViewOwner::RetrieveView | |||||||||||||
Synopsis | ||||||||||||||
#include <ProView.h> | ||||||||||||||
ProError | ProViewRetrieve | ( | ||||||||||||
ProMdl model | ||||||||||||||
/* (In) | ||||||||||||||
The handle to a part or assembly. If this is NULL, the function uses the current object. | ||||||||||||||
*/ | ||||||||||||||
ProLine view_name | ||||||||||||||
/* (In) | ||||||||||||||
The name of the view to be retrieved. | ||||||||||||||
*/ | ||||||||||||||
ProView* p_view | ||||||||||||||
/* (Out) | ||||||||||||||
The handle to the retrieved view. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|