Category Drawings and detail, Object ProDrawing

Function ProDrawingViewZclippingSet


Description
Sets the Z-clipping on the drawing view to reference the given edge, datum, or point on surface.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewZclippingSet(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProView view
/* (In)
The view handle.
*/
ProSelection zclip_geometry
/* (In)
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.

Manual References:

  1. Drawings: Modifying Views
  2. Drawings: Modifying Views