Function ProDrawingViewZclippingSet
Description
Sets the Z-clipping on the drawing view to reference the given edge, datum, or point on surface.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewZclippingSet
(
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
The function succeeded.
Model is in read-only state.
One or more invalid arguments was supplied.
This type of view cannot be assigned Z-clipping.
User Guide References
これは役に立ちましたか?