API 설명서 > 2D interface > Object ProPrint > Function ProPrintPCFOptionsGet
Function ProPrintPCFOptionsGet
Description
Get the print options from a specified PCF file.
Replacement in Object TOOLKIT:
Synopsis
#include <ProPrint.h>
ProPrintPCFOptionsGet
(
ProPath pcf_filename
/* (In)
The name of the PCF file
*/
ProMdl model
/* (In)
Model to be printed
*/
ProPrintPrinterOpts* printer_options
/* (Out)
The printer options
*/
ProPrintMdlOpts* mdl_options
/* (Out)
The model options
*/
ProPrintPlacementOpts* place_options
/* (Out)
The placement options
*/
)
Returns
User Guide References
도움이 되셨나요?