integer, intent(in) :: unit,nseg type (GPICATT), intent(out) :: att
Arguments
fp
GINO-C file pointer
unit
Fortran 90 File unit
nseg
Picture segment number
att.exist
Flag indicating existence of segment
= 0,
Segment nseg does not exist
= 1,
Segment nseg exists
= 2,
Segment nseg exists as a group
att.vis
Visibility status
= GOFF,
invisible (not displayed)
= GON,
visible (displayed)
att.sens
Sensitivity status
= GOFF,
Non hit-sensitive
= GON,
Hit-sensitive
att.mark
'Marked' status
= GUNMARK,
Not marked
= GMARK,
Marked
att.anchor
Picture anchor point (GPOINT3 structure)
Description
The routine gEnqSavdraSegAttribs() returns the segment attributes of segment nseg in a GINO SAVDRA metafile. The metafile is scanned until the requested segment is found but no graphical information is interpreted.
The metafile should be opened prior to calling this routine using the function gFopen(), with the file pointer or unit number passed as appropriate.