Category 2D interface, Object ProQuickprint

Function ProQuickprintExecute


Description
Executes a quick print of a given solid model.
Replacement in Object TOOLKIT: wfcWSolid::QuickPrint
Synopsis
#include <ProQuickprint.h>
ProErrorProQuickprintExecute(
ProSolid solid
/* (In)
The solid model to print. The model's simplified rep and layer status will be maintained.
*/
ProPath pcf_path
/* (In)
Path to the plotter configuration file to use. If NULL, the value of the config option 'quick_print_plotter_config_file'.
*/
ProQuickprintOptions options
/* (In)
Details on how the quick print should be carried out.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDpcf_path is null, and no default plotter config file is set.
PRO_TK_GENERAL_ERRORCould not complete the printing operation.
PRO_TK_NO_PERMISSIONThe function does not have permission to operate on this model.
PRO_TK_BAD_CONTEXTThe function is not available in Design Test Mode.

Manual References:

  1. Interface: Data Exchange: Automatic Printing of 3D Models