Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlIsSkeleton


Description
Determine whether the specified model is a skeleton model.
Replacement in Object TOOLKIT: pfcSolid::IsSkeleton
Synopsis
#include <ProSkeleton.h>
ProErrorProMdlIsSkeleton(
ProMdl model
/* (In)
Handle to the model to be checked.
*/
ProBoolean* p_is_skel
/* (Out)
PRO_B_TRUE if specified model is a skeleton model, otherwise PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSInvalid model handler.
PRO_TK_NOT_VALIDRequired license not found.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestAsm.c )