Category View manager, Category Assembly, Object ProAssembly

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: pfcAssembly::Explode
Synopsis
#include <ProAssembly.h>
ProErrorProAssemblyExplode(
ProAssembly assembly
/* (In)
The assembly to explode
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully exploded the assembly.
PRO_TK_BAD_INPUTSThe specified assembly is not an assembly, or is NULL.
PRO_TK_NO_CHANGEThe specified assembly is already exploded.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Basic Assembly Access: Exploded Assemblies
  3. Assembly: Basic Assembly Access: Exploded Assemblies

Sample Code References:

  1. pt_examples ( TestAsm.c )