pset_edge_flag(3g) — Subroutines
Name
pset_edge_flag − Specifies the edge flag value.
Operating States: PHOP, ∗, STOP, ∗
PHIGS standard function
Creates a structure element
Syntax
void pset_edge_flag (
Pedge_flag flag /∗ Edge on-off flag ∗/
)
Data Structures
typedef enum {
PEDGE_OFF, /∗ Edges off. This is the default value. ∗/
PEDGE_ON /∗ Edges on. ∗/
} Pedge_flag;
Description
pset_edge_flag specifies the edge flag value. Depending on the current edit mode, this function either inserts the new structure element directly after the element indicated by the pointer or replaces the element indicated by the pointer. The pointer then points to the new set edge flag element.
During structure traversal, Digital PHIGS sets the current edge flag entry in the PHIGS traversal state list to the specified value. If the current edge flag ASF entry is INDIVIDUAL, Digital PHIGS uses this value during the subsequent traversal of the following primitives:
•Fill area set
•Fill area set 3
•Fill area set with data
•Quadrilateral mesh with data
•Set of fill area set with data
•Triangle set with data
•Triangle strip with data
If the corresponding ASF is BUNDLED, the value has no effect.
If Digital PHIGS is in immediate mode, it performs this function immediately, but the function does not create a structure element.
See Also
pfill_area_set
pfill_area_set3
pfill_area_set_data
pfill_area_set3_data
pe_fill_area_set_wshape
pe_fill_area_set3_wshape
pinq_edge_facs
pnon_uniform_b_spline_surf3
pquad_mesh3_data
pset_edge_rep
pset_edge_rep_plus
pset_indiv_asf
pset_of_fill_area_sets3_data
ptri_strip3_data