Function ProIntfSliceFileExport
DEPRECATED:
Since Creo 2
Description
Exports 5 of the 7 "slice" formats (STL, Render, Inventor, CatiaFacets, Optegra Visualizer).
NOTE:
On UNIX machines, file names are case sensitive.
This API is deprecated. Use ProIntfSliceFileWithOptionsMdlnameExport instead. This API is equivalent to ProIntfSliceFileWithOptionsMdlnameExport with only PRO_FACET_STEP_SIZE_OFF set for config_flags.
Synopsis
#include <ProUtil.h>
ProIntfSliceFileExport
(
ProMdl model
/* (In)
The pointer to the model to export.
*/
ProFileName out_file_name
/* (In)
The name of the output file.
*/
/* (In)
The type of file to export (STL, Inventor, and so on).
*/
double quality[2]
/* (In)
The array that contains the maximum chord height and angle control. If quality[0] < 0.0, the minimum chord height will be used.
*/
ProMatrix transf
/* (In)
The transformation matrix.
*/
ProAsmcomppath* comp_path
/* (In)
The component path, in the case of an assembly component. If the model is a part, set this to NULL.
*/
)
Returns
The function successfully exported the file.
You specified incorrect quality settings, or a nonexistent file type.
There was a triangulation failure.
You do not have a license.
The function is not available in Design Test Mode.
User Guide References
Was this helpful?