Description | ||||||||||||||||||||
Creates a nonparametric general drawing view.
NOTE:Display the drawing using ProMdlDisplay() before calling this function. |
||||||||||||||||||||
Replacement in Object TOOLKIT: | pfcModel2D::CreateView | |||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProDrawing.h> | ||||||||||||||||||||
ProError | ProDrawingGeneralviewCreate | ( | ||||||||||||||||||
ProDrawing drawing | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The drawing. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProSolid solid | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The drawing model of which to create the view | ||||||||||||||||||||
*/ | ||||||||||||||||||||
int sheet_number | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The number of the sheet on which to place the view | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProBoolean exploded | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
Set to TRUE to make an exploded view of an assembly model. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProPoint3d position | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The position of the view on the screen | ||||||||||||||||||||
*/ | ||||||||||||||||||||
double scale | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
If scale >0, the view has an associated scale. If scale<=0, the view has the default scale. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProMatrix orientation | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The orientation of the model in the view | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProView* view | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
The view. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|