API 文件集 > Miscellaneous > Object ProQuickprint > Function ProQuickprintExecute
Function ProQuickprintExecute
Description
Executes a quick print of a given solid model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProQuickprint.h>
ProQuickprintExecute
(
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'.
*/
/* (In)
Details on how the quick print should be carried out.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
pcf_path is null, and no default plotter config file is set.
Could not complete the printing operation.
The function does not have permission to operate on this model.
The function is not available in Design Test Mode.
User Guide References
這是否有幫助?