.\" @(#)PEXSetModelClipFlag.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXSetModelClipFlag 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXSetModelClipFlag - Set Model Clipping Flag .SH SYNTAX .HP void PEXSetModelClipFlag\^(\^Display *\fIdisplay\fP\^, XID \fIresource_id\fP\^, PEXOCRequestType \fIreq_type\fP\^, int \fIflag\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIresource_id\fP 1i The resource identifier of the renderer or structure. .IP \fIreq_type\fP 1i The request type for the output command ( .B PEXOCRender, .B PEXOCStore, .B PEXOCRenderSingle or .B PEXOCStoreSingle ). .IP \fIflag\fP 1i The model clipping flag ( .B PEXClip or .B PEXNoClip ). .SH RETURNS .LP None .SH DESCRIPTION .\" indexing .IX PEXSetModelClipFlag .LP This function creates an output primitive attribute which sets the model clip attribute. Values for the model clip flag are .B PEXClip (enable modeling clipping) and .B PEXNoClip (disable modeling clipping). .SH ERRORS .TP .SB BadPEXOutputCommand The output command contains an invalid value. .TP .SB BadPEXRenderer The specified renderer resource identifier is invalid. .TP .SB BadPEXStructure The specified structure resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXSetModelClipVolume (3) .BR PEXSetModelClipVolume2D (3) .BR PEXRestoreModelClipVolume (3) .fi