Returns the position at parameter T along a piecewise cubic B-spline defined by an array of control point positions.
            
             Category: Curves
            
             Output Ports: Result
            
            
               
                  
                     
                     
                  
                  
                     |     
                          
                      | 
                       Array of control point positions. At least 4 positions are needed to define a B-spline segment.  
                      | 
                  
                  
                     |     
                          
                      | 
                       The parameter value for which to return the corresponding position on the curve.  
                      | 
                  
                  
                     |     
                          
                      | 
                       Repeats the first and last control point positions so that the curve passes through the end points.  
                      |