Category 2D interface, Object ProPlotfile

Function ProPlotfileWrite


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProPrintExecute
Description
Outputs a standard Creo Parametric plot output file. The model to be plotted must be displayed in a window. Note:This function has been superseded by ProPrintExecute().
Replacement in Object TOOLKIT: pfcModel::Export
Synopsis
#include <ProUtil.h>
ProErrorProPlotfileWrite(
ProMdl model
/* (In)
A valid object in memory
*/
ProFileName filename
/* (In)
An output filename, including the extension
*/
ProPlotOptions* plot_options
/* (In)
Information for the plot file
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the plot file.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_NO_PERMISSIONThe function does not have permission to operate on this model.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions

Sample Code References:

  1. pt_examples ( TestInterface.c )