Documentazione API > Drawings and detail > Object ProDrawing > Function ProDrawingView3DSectionSet
Function ProDrawingView3DSectionSet
Description
Set the 3D section for a view
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingView3DSectionSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName sec_name
/* (In)
Name of the 3D section
*/
ProBoolean show_x_hatch
/* (In)
PRO_B_TRUE, is X-hatching is to be shown
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The function failed
User Guide References
È stato utile?