DEPRECATED: | Since Wildfire 5.0 | |||||||||||||||||||
SUPERSEDED BY: | ProProductviewFormattedMdlnameExport | |||||||||||||||||||
Description | ||||||||||||||||||||
NOTE:
This function is deprecated. Use ProProductviewFormattedMdlnameExport() instead. Exports a part, assembly or drawing to a Creo View format. |
||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProUtil.h> | ||||||||||||||||||||
ProError | ProProductviewExport | ( | ||||||||||||||||||
ProMdl mdl | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The model handle. If mdl is a drawing, it must be displayed in a window. Depending upon the model type, following output files are created:
|
||||||||||||||||||||
*/ | ||||||||||||||||||||
ProPath export_dir | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The location where the export file(s) will be produced. If NULL, the Creo Parametric working directory is used. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProName filename | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The root of the filename to export (without the extension). If NULL, the Creo Parametric model name is used as the root. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|