Category Drawings and detail, Object ProDrawing

Function ProDrawingView2DSectionAreaSet


Description
Set the model edge visibility to Area for a 2D section in a view.
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingView2DSectionAreaSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_CHANGEVisibility is already set to Area.
PRO_TK_CANT_MODIFYTotal Visibility cannot be set because there may be multiple section or section is not a full section.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Drawings: Sections of a View