| DEPRECATED: | Since Creo 3 |
| SUPERSEDED BY: | ProAsmSkeletonMdlnameCreate |
| Description |
| Note: This function is deprecated Use ProAsmSkeletonMdlnameCreate instead. Create a new skeleton model with specified name and adds it to the specified assemby. This function also initializes the model handle. |
| Synopsis |
| #include <ProSkeleton.h> |
| ProError | ProAsmSkeletonCreate | ( |
| ProAssembly assembly | |
| /*
(In) |
| Handle to the assembly. |
| */ |
| ProName 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. |
| */ |
| ) |
| Returns |
|
|