GINO Graphics Suite - GINO v9.0  

gInsertSegTag

Syntax

[C/C++:]
void gInsertSegTag(int tag);
[F90:]
subroutine gInsertSegTag(tag)
integer, intent(in) :: tag

Arguments

tag
Identifier

Description

The routine gInsertSegTag() is called to set a user supplied identifier in a picture segment to facilitate later editing.

It can be called anywhere within a segment but can only usefully be used immediately prior to a routine which changes or sets the modelling transformation matrix. In this way the matrix can be replaced using the routines gEditSeg2D() or gEditSeg3D().

See Also

gInsertSegTag Usage
gEditSeg2D
gEditSeg3D