Category Drawings and detail, Object ProDrawing

Function ProDrawingView2DSectionTotalSet


Description
Set the model edge visibility to Total for a 2D section in a view.
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingView2DSectionTotalSet(
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 Total.
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
  2. Drawings: Sections of a View