.\"## .\" $XConsortium: p334,v 5.2 94/04/17 20:58:18 rws Exp $ .\"## .\"## $XMCOPY .\"## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. .\"## .\"## All Rights Reserved .\"## .\"## Permission to use, copy, modify, and distribute this software and its .\"## documentation for any purpose and without fee is hereby granted, .\"## provided that the above copyright notice appear in all copies and that .\"## both that copyright notice and this permission notice appear in .\"## supporting documentation, and that the name of Sun Microsystems, .\"## not be used in advertising or publicity .\"## pertaining to distribution of the software without specific, written .\"## prior permission. .\"## .\"## SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, .\"## INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO .\"## EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR .\"## CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF .\"## USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR .\"## OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\"## PERFORMANCE OF THIS SOFTWARE. .TH "SET INTERIOR STYLE INDEX" 3P "29 February 1991" .SH NAME SET INTERIOR STYLE INDEX \- create a structure element to set the current interior style index attribute .IX "Attributes, Filled Area Interior Attributes" "SET INTERIOR STYLE INDEX" .IX "Aspect Source Flags" "SET INTERIOR STYLE INDEX" .IX "Filled Area Interior Attributes" "SET INTERIOR STYLE INDEX" .SH SYNOPSIS .SS C Syntax .ft B .ta 1.25i 3i .nf void pset_int_style_ind ( index ) Pint index; \fIinterior style index\fP .fi .ft R .SS Required PHIGS Operating States (PHOP, *, STOP, *) .SH DESCRIPTION .SS Purpose \s-2SET INTERIOR STYLE INDEX\s+2 creates a structure element containing a value for the current interior style index attribute. .LP When the current interior style index \s-2ASF\s+2 is set to \s-2INDIVIDUAL\s+2, the current value of this attribute applies to the following output primitives: .RS .ta 0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i .LP \(bu .SM "FILL AREA" .LP \(bu .SM "FILL AREA 3" .LP \(bu .SM "FILL AREA SET" .LP \(bu .SM "FILL AREA SET 3" .LP \(bu .SM "FILL AREA SET 3 WITH DATA" .LP \(bu .SM "NON-UNIFORM B-SPLINE SURFACE" .LP \(bu .SM "QUADRILATERAL MESH 3 WITH DATA" .LP \(bu .SM "TRIANGLE STRIP 3 WITH DATA" .ta .RE .LP If the current edit mode is \s-2INSERT\s+2, a \s-2SET INTERIOR STYLE INDEX\s+2 element is inserted into the currently open structure after the element pointed to by the current element pointer. If the edit mode is \s-2REPLACE\s+2, the new \s-2SET INTERIOR STYLE INDEX\s+2 element replaces the element pointed to by the element pointer. In either case, the element pointer is updated to point to the new element. .SS C Input Parameter .IP \fIindex\fP The interior style index, which selects from the workstation's \s-2PATTERN\s+2 or \s-2HATCH\s+2. .SS Execution When the \s-2SET INTERIOR STYLE INDEX\s+2 element is traversed, the current interior style index entry in the traversal state list is set to the interior style index. The default interior style index is 1. .LP When the current interior style index \s-2ASF\s+2 is set to \s-2INDIVIDUAL\s+2, filled area output primitives that follow in the structure network are filled using the interior style index specified. If the interior style index specified is not available on the workstation, \s-2HATCH\s+2 -1 (or \s-2GENERAL INTERIOR\s+2 1) is used. .LP When the interior style (either individual or bundled, depending on the interior style \s-2ASF\s+2) is \fIHollow\fP, \fISolid\fP, or \fIEmpty\fP, the interior style index does not apply. When the interior style is \fIPatterned\fP, the interior style index determines which of the workstation's pattern table entries is used; the interior style index may be called the pattern index in this case. When the interior style is \fIHatched\fP, the interior style index determines which of the workstation's predefined hatches is used; the interior style index may be called the hatch index in this case. .LP When the current interior style index \s-2ASF\s+2 is set to \s-2BUNDLED\s+2, the interior style index is taken from the workstation representation indicated by the current interior index. In this case, the interior style index set with \s-2SET INTERIOR STYLE INDEX\s+2 has no effect. .LP .SH ERRORS .IP 005 Ignoring function, function requires state (\s-2PHOP\s+2, \s-2*\s+2, \s-2STOP\s+2, \s-2*\s+2) .SH SEE ALSO .nf .IP .ta 0.5i .SM "SET INTERIOR STYLE (3P)" .SM "SET PATTERN REPRESENTATION (3P)" .SM "INQUIRE INTERIOR FACILITIES (3P)" .SM "SET INDIVIDUAL ASF (3P)" .SM "SET INTERIOR REPRESENTATION (3P)" .fi