XSI_NurbsTrim

Defines the list of curves that make the trim.

 

This template corresponds to the CSLNurbsTrim class.

Introduced

3.6

Template

XSI_NurbsTrim {
   <hole>, 
   <projection>, 
   XSI_CurveList {
       ... // can be 0 or more curve lists
   }
}

Members

Member name

Description

hole

Specifies whether this is a hole or a boundary. Possible values are:

• 0 = boundary

• 1 = hole

projection

Type of projection. Possible values are:

• 0 = UV Space

• 1 = World space

Example

XSI_NurbsTrim { 
              1, 
              0, 
              XSI_CurveList { 
                 SI_NurbsCurve { 
                     3, 
                     1, 
                     1, 
                     23, 
                     -2.000000,-2.000000,-1.000000,0.000000,1.000000,2.000000,3.000000,4.000000,5.000000,6.000000,7.000000,8.000000,9.000000,10.000000,11.000000,12.000000,13.000000,14.000000,15.000000,16.000000,17.000000,18.000000,18.000000,
                     19, 
                     2.902063,2.902063,0.000000,1.000000,
                     3.791728,1.570585,0.000000,1.000000,
                     4.104136,0.000000,0.000000,1.000000,
                     3.791728,-1.570585,0.000000,1.000000,
                     2.902063,-2.902063,0.000000,1.000000,
                     1.570585,-3.791728,0.000000,1.000000,
                     0.000000,-4.104136,0.000000,1.000000,
                     -1.570585,-3.791728,0.000000,1.000000,
                     -2.902063,-2.902063,0.000000,1.000000,
                     -3.791728,-1.570585,0.000000,1.000000,
                     -4.104136,0.000000,0.000000,1.000000,
                     -3.791728,1.570585,0.000000,1.000000,
                     -2.902063,2.902063,0.000000,1.000000,
                     -1.570585,3.791728,0.000000,1.000000,
                     0.000000,4.104136,0.000000,1.000000,
                     1.570585,3.791728,0.000000,1.000000,
                     2.902063,2.902063,0.000000,1.000000,
                     3.791728,1.570585,0.000000,1.000000,
                     4.104136,0.000000,0.000000,1.000000,
                 }

              }

 



Autodesk Crosswalk v5.0