Function ProViewRefit
Description
Refits the display of an object in the window specified by the model and view. The type of the object should be either drawing, part or assembly.
Synopsis
#include <ProView.h>
ProViewRefit
(
ProMdl model
/* (In)
Handle to the object which is displayed in a window. The type of the object should be either drawing, part or assembly.
*/
ProView view
/* (In)
Handle to the view used to display the object. For a drawing model, this should be the background view, as can be obtained by ProDrawingBackgroundViewGet. Can be NULL for a solid model in the current window.
*/
)
Returns
The function successfully refits the model to the window.
Model is in read-only state.
One or more of the input arguments are invalid.
Either view or model was not found.
A general error occurred and the function failed.
Sample Code References
User Guide References
¿Fue esto útil?