
Replacement in Object TOOLKIT: |

ProAsmSkeletonMdlnameCreate | |
( ProAssembly assembly /* (In) Handle to the assembly. */ ProMdlName skel_name /* (In) Name of the skeleton model. */ ProMdl template_model /* (In) Handle to a part or skeleton to be used as a template. The template is copied into the created skeleton model. If the handler to the template is NULL, the new skeleton is created empty. */ ProMdl* p_skel /* (Out) Handle to the created skeleton model. */ ) |

Skeleton creation was successful. | |
Model is in read-only state. | |
Invalid assembly handle, skeleton name, or template handle. | |
Skeleton model already exists in the assembly. | |
Template type is invalid (for example, is a manufacturing part), or has external external dependencies. Copying is aborted. | |
Skeleton could not be created. | |
Required license is absent. | |
Models which come from Multi-CAD approach are not supported as template model. | |
Name length of skeleton model is more than 31 chars. |


