.\" @(#)PEXGSE.3 1.7 95/03/24 SMI; .so man3/pex.macs .TH PEXGSE 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXGSE - Generalized Structure Element .SH SYNTAX .HP void PEXGSE\^(\^Display *\fIdisplay\fP\^, XID \fIresource_id\fP\^, PEXOCRequestType \fIreq_type\fP\^, long \fIid\fP\^, int \fIlength\fP\^, char *\fIdata\fP\^) .SH PARAMETERS .TP 1i \fIdisplay\fP 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 \fIid\fP 1i The identifier of the GSE. .IP \fIlength\fP 1i The length, in bytes, of the GSE data. .IP \fIdata\fP 1i A pointer to the GSE data. .SH RETURNS None .SH DESCRIPTION .\" indexing .IX PEXGSE .IX "GSE" "PEXGSE" .LP This function creates a generalized structure element. .LP The complete interface and behavior for each GSE identifier should be available with the individual PEX server implementations. If the specified GSE identifier is not supported, then the output command is ignored. The table below lists the supported GSE identifiers. .\"@ .\" start equation_nroff_version .if t .ig xx .sp .nf GSE Identifier Description PEXSunGSEIdSetHighlightColor Set highlighting color PEXSunGSEIdSetTextSlantAngle Set text slant angle PEXSunGSEIdSetAnnotTextSlantAngle Set annotation text slant angle PEXSunGSEIdSetStrokeAAliasParams Set stroke anti-aliasing parameters PEXSunGSEIdSetEndcap Set stroke end cap PEXSunGSEIdSetStrokeJoin Set stroke join PEXSunGSEIdSetSilhouetteEdgeFlag Set silhouette edge flag PEXSunGSEIdSetSurfTranspCoef Set surface transparency coefficient ESGseSphereRadius Set sphere radius ESGseSphereDivisions Set sphere precision ESGseCylinderRadius Set cylinder radius ESGseCylinderDivisions Set cylinder precision .sp .fi .xx .\"@ .\" start equation_troff_version .if n .ig yy .LP .TS H center, box; lfB lfB l l. GSE Identifier Description _ .TH PEXSunGSEIdSetHighlightColor Set highlighting color PEXSunGSEIdSetTextSlantAngle Set text slant angle PEXSunGSEIdSetAnnotTextSlantAngle Set annotation text slant angle PEXSunGSEIdSetStrokeAAliasParams Set stroke anti-aliasing parameters PEXSunGSEIdSetEndcap Set stroke end cap PEXSunGSEIdSetStrokeJoin Set stroke join PEXSunGSEIdSetSilhouetteEdgeFlag Set silhouette edge flag PEXSunGSEIdSetSurfTranspCoef Set surface transparency coefficient ESGseSphereRadius Set sphere radius ESGseSphereDivisions Set sphere precision ESGseCylinderRadius Set cylinder radius ESGseCylinderDivisions Set cylinder precision .TE .yy .bp .SH ERRORS .TP .SB BadPEXRenderer The specified renderer resource identifier is invalid. .TP .SB BadPEXStructure The specified structure resource identifier is invalid.