PEXTrimCurve Data Structure


 
   typedef struct {
         PEXSwitch           visibility;
         unsigned char       reserved;
         unsigned short      order;
         PEXCoordType        rationality;
         PEXEnumTypeIndex    approx_method;
         float               tolerance;
         float               tmin, tmax;
         PEXListOfFloat      knots;
         unsigned short      count;
         PEXArrayOfCoord     control_points;
   } PEXTrimCurve;
 

PEXListOfFloat is a type definition that is referenced by the following data structure:

For a list of data structures for trimming curves, see Data Structures for Trimming Curves.