Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewBrokenVisibleAreaSet
Function ProDrawingViewBrokenVisibleAreaSet
Description
Set the partial visible area for a drawing view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewBrokenVisibleAreaSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView parent_view
/* (In)
Parent view
*/
/* (In)
direction of the broken line
*/
ProSelection first_sel
/* (In)
First selection point
*/
ProSelection second_sel
/* (In)
Second selection point
*/
/* (In)
Broken line style
*/
ProCurvedata* curve_data
/* (In)
spline curve data, valid for the line style PRO_VIEW_BROKEN_LINE_S_CURVE_GEOMETRY
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The visible area of the broken view could not set
User Guide References
¿Fue esto útil?