Category Solids and parts, Object ProSolid

Function ProSolidShrinkwrapCreate


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProSolidShrinkwrapMdlnameCreate
Description
Note: This function is deprecated Use ProSolidShrinkwrapMdlnameCreate instead. Exports a shrinkwrap version of the provided model.
Synopsis
#include <ProShrinkwrap.h>
ProErrorProSolidShrinkwrapCreate(
ProSolid solid
/* (In)
The model to be exported as a shrinkwrap.
*/
ProSolid output_model
/* (In)
The model where the shrinkwrap geometry will be created. This could be an empty model produced by ProSolidCreate(), or a template model with predefined geometry. If exporting VRML or STL, this can be NULL.
*/
ProName output_file
/* (In)
The name of the file to create, if exporting VRML or STL. (The ".stl" or ".wrl" extension will be appended automatically, and the file created in the current directory.) If exporting as a Creo Parametric model, this can be NULL.
*/
ProShrinkwrapOptions output_options
/* (In)
The structure defining the shrinkwrap options.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully produced the shrinkwrap model.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_BAD_CONTEXTInvalid combination of input arguments.
PRO_TK_GENERAL_ERRORan error occurred and the function failed.

Manual References:

  1. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Data Exchange