Category Drawings and detail, Object ProDrawing

Function ProDrawingViewZclippingGet


Description
Gets the drawing view Z-clipping reference (the edge, datum or point on surface).
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewZclippingGet(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProView view
/* (In)
The view handle.
*/
ProSelection* zclip_geometry
/* (Out)
The edge, datum, or point on surface used to calculate Z-clipping.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more invalid arguments was supplied.
PRO_TK_INVALID_TYPEThis type of view cannot be assigned Z-clipping.
PRO_TK_E_NOT_FOUNDThe view has not been assigned Z-clipping.

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views