Description | ||||||||||||||||||||
Exports a part, assembly or drawing to a user-specified Creo View format. Note: In Creo 3 this function does not support names longer than 31 characters. It will return PRO_TK_BAD_INPUTS for longer names. The support for ProMdlName will be added in a future release. | ||||||||||||||||||||
Replacement in Object TOOLKIT: | pfcModel::Export | |||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProUtil.h> | ||||||||||||||||||||
ProError | ProProductviewFormattedMdlnameExport | ( | ||||||||||||||||||
ProMdl mdl | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The model handle. If mdl is a drawing, it must be displayed in a window. Depending upon the model type and export options, following output files are created:
PRO_PV_FORMAT_PVS: |
||||||||||||||||||||
*/ | ||||||||||||||||||||
ProPath export_dir | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The location where the export file(s) will be produced. If NULL, the Creo Parametric working directory is used. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProMdlName filename | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The root of the filename to export (without the extension). If NULL, the Creo Parametric model name is used as the root. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProProductviewExportOptions opts | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The export options handle. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|