API 文档 > Assembly > Object ProAsm > Function ProAsmSkeletonGet
Function ProAsmSkeletonGet
Description
Get a skeleton model of the specified assembly and initializes the model handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSkeleton.h>
ProAsmSkeletonGet
(
ProAssembly assembly
/* (In)
Handle to the assembly.
*/
ProMdl* p_skel
/* (Out)
Pointer to the assembly skeleton model handle.
*/
)
Returns
The skeleton handle is initiated.
Invalid assembly handle.
The specified assembly has no skeleton model.
The skeleton exists, but can not be used.
Required license not found.
Sample Code References
User Guide References
这对您有帮助吗?