API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingViewZclippingGet
Function ProDrawingViewZclippingGet
Description
Gets the drawing view Z-clipping reference (the edge, datum or point on surface).
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
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
The function succeeded.
One or more invalid arguments was supplied.
This type of view cannot be assigned Z-clipping.
The view has not been assigned Z-clipping.
User Guide References
這是否有幫助?