void pinq_edge_facs(
Pint type /* workstation type */ Pint length /* length of application list */ Pint start /* starting position */ Pint *error_ind /* (out) error indicator */ Pedge_facs *facilities /* (out) list of edge facilities */ Pint *total_length /* (out) length of list in GPHIGS */
)
typedef struct {
Pint_list types; /* list of edge types */
Pint num_widths; /* number of available edge width */
Pfloat nom_width; /* nominal edge width */
Pfloat min_width; /* min edge width */
Pfloat max_width; /* max edge width */
Pint num_pred_inds; /* number of predefined bundle indices */
} Pedge_facs ;
The data is read from the workstation description table.
set edge representation, inquire edge representation, inquire predefined edge representation.