[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

SET INTERIOR STYLE (PHOP,*,STOP,*)

Purpose

Use Set Interior Style to insert a Set Interior Style structure element into the open structure following the element pointer or replace the element pointed at by the element pointer with a Set Interior Style structure element, depending on the current edit mode.

At structure traversal time, this structure element specifies the way the graPHIGS API draws the interior of a polygon when rendering all subsequent fill area and fill area set primitives. At structure traversal time, the graPHIGS API uses this style value when the interior style aspect source flag is set to INDIVIDUAL (Set Individual ASF). Transformations do not affect interior styles of HATCH and PATTERN. For interior style HOLLOW, the bounding polyline is SOLID and the line width is the nominal line width for the workstation.

The traversal default for interior style is HOLLOW.

If the workstation does not support the specified interior style value or the specified value is outside the allowable range, then the interior style defaults to HOLLOW.

Language Bindings

C

pset_int_style (int_style)

Input Parameters

Pint_style int_style
Interior style (0=PSTYLE_HOLLOW, 1=PSTYLE_SOLID, 2=PSTYLE_PAT, 3=PSTYLE_HATCH, 4=PSTYLE_EMPTY).

FORTRAN

PSIS (ints)

Input Parameters

integer ints
Interior style (0=PHOLLO, 1=PSOLID, 2=PPATTR, 3=PHATCH, 4=PISEMP).

Errors

5
Function Requires State (PHOP,*,STOP,*)

Related Subroutines

  • Inquire Interior Facilities

  • Inquire Interior Representation

  • Inquire Predefined Interior Representation

  • Set Individual ASF

  • Set Interior Style Index


  • [ Previous | Next | Contents | Glossary | Home | Search ]