Category Assembly, Object ProAsm

Function ProAsmSkeletonAdd


Description
Add an existing skeleton model as a skeleton in the specified assembly.
Replacement in Object TOOLKIT: pfcAssembly::AssembleSkeleton
Synopsis
#include <ProSkeleton.h>
ProErrorProAsmSkeletonAdd(
ProAssembly assembly
/* (In)
Handle to the assembly.
*/
ProMdl skeleton
/* (In)
Handle to the skeleton model.
*/
)
Returns
PRO_TK_NO_ERRORSkeleton addition is successful.
PRO_TK_BAD_INPUTSInvalid assembly handle or skeleton handle.
PRO_TK_INVALID_TYPESkeleton is a handle not to a skeleton model.
PRO_TK_E_FOUNDSkeleton model already exists in the assembly.
PRO_TK_GENERAL_ERRORSkeleton could not be created.
PRO_TK_NOT_VALIDRequired license not found.

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 )