Category 2D interface, Object ProQuickprintoptions

Function ProQuickprintoptionsThreeviewlayoutSet


Description
Assigns the layout type to use, when three views are being used in a manual layout (the layout type is PRO_QPRINT_LAYOUT_MANUAL).
Synopsis
#include <ProQuickprint.h>
ProErrorProQuickprintoptionsThreeviewlayoutSet(
ProQuickprintOptions options
/* (In)
The options handle.
*/
ProQuickprintmanual3ViewLayoutType layout_type
/* (In)
The layout type to use.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe layout type is not 'manual', or there are not exactly three views stored in the layout.

Manual References:

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