API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewExplodedSet
Function ProDrawingViewExplodedSet
Description
Set the exploded state of the view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewExplodedSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProBoolean exploded_state
/* (In)
The exploded state
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The exploded state could not set
User Guide References
Was this helpful?