Category Assembly, Object ProAsm

Function ProAsmSkeletonGet


Description
Get a skeleton model of the specified assembly and initializes the model handle.
Replacement in Object TOOLKIT: pfcAssembly::GetSkeleton
Synopsis
#include <ProSkeleton.h>
ProErrorProAsmSkeletonGet(
ProAssembly assembly
/* (In)
Handle to the assembly.
*/
ProMdl* p_skel
/* (Out)
Pointer to the assembly skeleton model handle.
*/
)
Returns
PRO_TK_NO_ERRORThe skeleton handle is initiated.
PRO_TK_BAD_INPUTSInvalid assembly handle.
PRO_TK_E_NOT_FOUNDThe specified assembly has no skeleton model.
PRO_TK_CANT_ACCESSThe skeleton exists, but can not be used.
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 )