API-Dokumentation > Drawings and detail > Object ProDrawing > Function ProDrawingFlatPlyViewCreate
Function ProDrawingFlatPlyViewCreate
Description
Creates a flat ply view in specified drawing. Drawing must be displayed.
Synopsis
#include <ProDrawingView.h>
ProDrawingFlatPlyViewCreate
(
ProDrawing drawing
/* (In)
The drawing.
*/
ProSolid composite
/* (In)
The solid. Must be composite solid.
*/
int sheet_number
/* (In)
sheet - Reserved for future use.
*/
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
The function succeeded.
One or more input arguments was invalid.
A miscellaneous error occurred, and the function failed.
Drawing is not displayed.
User Guide References
War dies hilfreich?