API Documentation > Assembly > Object ProAssembly > Function ProAssemblyExplode
Function ProAssemblyExplode
Description
Explodes the specified assembly. The function invalidates the display list, but the application needs to repaint the window.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAssembly.h>
ProAssemblyExplode
(
ProAssembly assembly
/* (In)
The assembly to explode
*/
)
Returns
The function successfully exploded the assembly.
Model is in read-only state.
The specified assembly is not an assembly, or is NULL.
The specified assembly is already exploded.
Sample Code References
User Guide References
Was this helpful?