Description | ||||||||||||||
Creates a ply view in specified drawing. Drawing must be displayed. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawingView.h> | ||||||||||||||
ProError | ProDrawingPlyViewCreate | ( | ||||||||||||
ProDrawing drawing | ||||||||||||||
/* (In) | ||||||||||||||
The drawing. | ||||||||||||||
*/ | ||||||||||||||
ProSolid composite | ||||||||||||||
/* (In) | ||||||||||||||
The solid. Must be composite solid. | ||||||||||||||
*/ | ||||||||||||||
int sheet_number | ||||||||||||||
/* (In) | ||||||||||||||
The number of the sheet on which to place the view. | ||||||||||||||
*/ | ||||||||||||||
ProPly ply | ||||||||||||||
/* (In) | ||||||||||||||
active ply. | ||||||||||||||
*/ | ||||||||||||||
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. | ||||||||||||||
*/ | ||||||||||||||
ProView* view | ||||||||||||||
/* (Out) | ||||||||||||||
The view. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|