Function ProEcadExport
Description
Export ECAD Assembly design into EDMD or EDA format.
Synopsis
#include <ProEcadUtils.h>
ProEcadExport
(
ProPath filename
/* (In)
Name of the output file to be exported.
*/
/* (In)
Reserved for future expansion. Pass NULL.
*/
ProTKEcadType ecad_type
/* (In)
The type of the exported file. EDMD (*.idx) and IDF (*.emn) file formats are supported.
*/
ProMdl assem_model
/* (In)
The assembly to be exported.
*/
)
Returns
Export finished successfully.
The file name is NULL or extension of file name is invalid
The directory of file name is invalid or is read only
ecad_type is not supported.
options parameter is not NULL.
Used in collaboration mode.
One of the inputs has bad value which is not of the above errors.
Export failed for any other reason.
これは役に立ちましたか?