Function Pro2dExport
Description
Exports 2d models to a file. The following output formats are supported:
Note that the output can be controlled by a combination of the input argument 'data' and several Creo Parametric configuration options related to entity type export options.
Synopsis
#include <ProUtil.h>
Pro2dExport
(
/* (In)
The type of file to be exported.
*/
ProPath filename
/* (In)
The name and absolute path of the export file to be created.
*/
ProMdl model
/* (In)
The 2d model from which the information is to be exported.
*/
/* (In)
The instructions used for the export. Can be NULL.
*/
)
Returns
The function succeeded.
Illegal import file type.
The model was not a 2D model.
There is no license for this import option.
The file format selected is no longer supported on this platform.
The function is not available in Design Test Mode.
Sample Code References
User Guide References
¿Fue esto útil?