API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingViewPartialVisibleAreaSet
Function ProDrawingViewPartialVisibleAreaSet
Description
Set the partial visible area for a drawing view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewPartialVisibleAreaSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
Parent view
*/
ProSelection ref_point
/* (In)
Reference selection point on the view
*/
ProCurvedata* curve_data
/* (In)
Spline curve data
*/
ProBoolean show_boundary
/* (In)
PRO_B_TRUE, to show the boundary
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The function failed
User Guide References
這是否有幫助?