Evaluating Control Link Expressions
* Get the Vertices' Texture Coordinate components
* Texture Coordinates can not be inherited (so don't process inheritance),
* but Texture Coordinates can appear in Hierarchical Tables (so *do*
* directly attach table components), and Texture Coordinates can have
* Control Links (so *do* evaluate static Control Links).
if (SE_InitializeComponentIterator
NULL, /* no spatial boundary */
SE_TRUE, /* yes, directly attach table components */
SE_FALSE, /* don't process inheritance */
SE_FALSE, /* don't transform locations */
SE_FALSE, /* don't follow model instances */
SE_TRUE, /* yes, evaluate static control links */
NULL, /* select parameters */
NULL, /* traversal order parameters */
SE_DEPTH_FIRST, /* general traversal order */
fprintf(stderr,"Error - can't initialize Texture-Coordinate " \