PEXSCAttributes Data Structure


 
   typedef struct {
         PEXCoord                    position;
         float                       distance;
         unsigned short              ceiling;
         Bool                        model_clip_flag;
         PEXStructurePath            start_path;
         PEXListOfNameSetPair        normal;
         PEXListOfNameSetPair        inverted;
   } PEXSCAttributes;
 

PEXSCAttributes is a data structure that is common to the following functions:

For a list of data structures for search context, see Data Structures for Search Context.