Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingPlyViewCreate
Function ProDrawingPlyViewCreate
Description
Creates a ply view in specified drawing. Drawing must be displayed.
Synopsis
#include <ProDrawingView.h>
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
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
¿Fue esto útil?