Previous Next Up Title Contents Index Functions Index Top Library

FILL AREA SET WITH DATA

PFASD


CALL SEQUENCE

CALL PFASD	(FFLAG, EFLAG, VFLAG, CTYPE, NCC, FCOLI, FCOLR, FNXA, FNYA, FNZA, FDLEN, FDATA, NPL, IXA, EDATA, PXA, PYA, VCOLI, VCOLR, VNXA, VNYA, VNZA, VDLEN, VDATA)

INPUT PARAMETERS

INTEGER FFLAG
Data per facet data flag
(PFNO,PFC,PFN,PFD,PFCN,PFCD,PFND,PFCND)
INTEGER EFLAG
Data per edge data flag (PENO,PEVF)
INTEGER VFLAG
Data per vertex data flag
(PCD,PCDC,PCDN,PCDD,PCDCN,PCDCD,PCDND,PCDCND)
INTEGER CTYPE
Colour type
INTEGER NCC
Number of components of colour value
INTEGER FCOLI
Facet colour index
REAL FCOLR (NCC)
Facet colour values
REAL FNXA,FNYA,FNZA
Facet normal data(MC)
INTEGER FDLEN
Length of application-specific data list per facet
REAL FDATA (FDLEN)
Facet application-specific data
INTEGER NPL
Number of points list
INTEGER IXA (NPL)
Array of end indices for points lists
INTEGER EDATA (IXA(NPL))
Edge data
REAL PXA (IXA(NPL))
REAL PYA(IXA(NPL))
Coordinates of points (MC)
INTEGER VCOLI (IXA(NPL))
Vertex colour indices
REAL VCOLR (NCC*IXA(NPL))
Vertex colour values
REAL VNXA (IXA(NPL))
REAL VNYA(IXA(NPL))
REAL VNZA(IXA(NPL))
Vertex normal data (MC)
INTEGER VDLEN
Length of application-specific data list per vertex
REAL VDATA (VDLEN*IXA(NPL))
Vertex application-specific data

PHIGS STATE

(PHOP,*,STOP,*)

EFFECT

This function restricts the 3D fill area set with data function to 2D (x, y). The z coordinate is set to 0.

The FILL AREA SET WITH DATA element is inserted in the open structure after element pointer or replaces the element indicated by element pointer, depending on the edit mode value. Element pointer is updated and points to the FILL AREA SET WITH DATA structure element. The values specified in the function are associated with the element.

Attributes associated with Fill Area Set With Data:

INTERIOR STYLE

INTERIOR STYLE INDEX

INTERIOR COLOUR

EDGE FLAG

EDGE TYPE

EDGE WIDTH SCALE FACTOR

EDGE COLOUR

DATA MAPPING METHOD

EXTENSION TO THE PHIGS STANDARD

If used in NRS mode, the effect of this function is different from the effect described in the standard.

In NRS mode, (see OPEN PIPE), the element is not stored in a structure. It is sent to the workstation on which the pipe is opened.

ERRORS

5
Ignoring function, function requires state (PHOP,*, STOP,*)
513
Ignoring function, inconsistent edge flag specification

SEE ALSO

open structure, open pipe (ext), set interior index, set interior style, set interior style index, set interior colour, set interior colour index, set edge flag, set edgetype, set edgewidth scale factor, set edge colour, set edge colour index, fill area set with data, fill area set, inquire current element content, inquire current element type and size, set data mapping representation


Previous Next Up Title Contents Index Functions Index Top Library