Documentación de la API > Assembly > Object ProAssembly > Function ProAssemblyUnexplode
Function ProAssemblyUnexplode
Description
Unexplodes 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>
ProAssemblyUnexplode
(
ProAssembly assembly
/* (In)
The assembly to unexplode
*/
)
Returns
The function successfully unexploded the assembly.
Model is in read-only state.
The specified assembly is not an assembly, or is NULL.
The specified assembly is already unexploded.
Sample Code References
User Guide References
¿Fue esto útil?