| 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> |
| ProError | 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 |
|
|