Category Drawings and detail, Object ProDrawing

Function ProDrawingView3DSectionGet


Description
Get the 3D section for a view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingView3DSectionGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName sec_name
/* (Out)
Name of the 3D section
*/
ProBoolean* show_x_hatch
/* (Out)
PRO_B_TRUE, is X-hatching is to be shown
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Drawings: Sections of a View
  2. Drawings: Sections of a View