Description | ||||||||||||||
Adds a new general view to be printed.
Note: For manual view layouts, the order in which the views are added determine their final location in the drawing. |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProQuickprint.h> | ||||||||||||||
ProError | ProQuickprintoptionsViewAdd | ( | ||||||||||||
ProQuickprintOptions options | ||||||||||||||
/* (In) | ||||||||||||||
The options handle. | ||||||||||||||
*/ | ||||||||||||||
ProQuickprintprojectedGeneralViewLocation location | ||||||||||||||
/* (In) | ||||||||||||||
For projected view layout, this is the location of the view being added. Ignored for manual view layout. | ||||||||||||||
*/ | ||||||||||||||
ProLine view_name | ||||||||||||||
/* (In) | ||||||||||||||
Name of the saved model view. | ||||||||||||||
*/ | ||||||||||||||
double scale | ||||||||||||||
/* (In) | ||||||||||||||
The view scale to use. | ||||||||||||||
*/ | ||||||||||||||
ProDrawingViewDisplay* display_style | ||||||||||||||
/* (In) | ||||||||||||||
The view display style to use. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|