Category Assembly, Object ProAsm

Function ProAsmSkeletonDelete


Description
Delete a skeleton model component from the assembly.
Replacement in Object TOOLKIT: pfcAssembly::DeleteSkeleton
Synopsis
#include <ProSkeleton.h>
ProErrorProAsmSkeletonDelete(
ProAssembly assembly
/* (In)
Handle to the assembly.
*/
)
Returns
PRO_TK_NO_ERRORSkeleton model component successfully deleted.
PRO_TK_BAD_INPUTSInvalid assembly handler.
PRO_TK_E_NOT_FOUNDThe specified assembly has no skeleton model.
PRO_TK_NOT_VALIDRequired license not found.
PRO_TK_GENERAL_ERRORSkeleton component could not be deleted.

Manual References:

  1. Assembly: Top-down Design: Skeleton Model Functions
  2. Assembly: Top-down Design: Skeleton Model Functions

Sample Code References:

  1. pt_examples ( TestSkelet.c )