Description | ||||||||||||||
Gets the drawing view Z-clipping reference (the edge, datum or point on surface). | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | ProDrawingViewZclippingGet | ( | ||||||||||||
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 | ||||||||||||||
|