Interface IST_NurbsSurface
  
  
  
  Assembly: STSurfaceTypes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("744744A4-864D-41C3-83CD-07D5F4CD260B")]
public interface IST_NurbsSurface
   
  Properties
  
  CPCount[int]
  
  
  Declaration
  
    int CPCount[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  ControlPoint[int, int]
  
  
  Declaration
  
    TST3DPoint ControlPoint[int i, int j] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
      
        | int | j |  | 
    
  
  Property Value
  
  
  ControlWeight[int, int]
  
  
  Declaration
  
    double ControlWeight[int i, int j] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
      
        | int | j |  | 
    
  
  Property Value
  
  
  Degree[int]
  
  
  Declaration
  
    int Degree[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  IsClosed[int]
  
  
  Declaration
  
    bool IsClosed[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  IsRational
  
  
  Declaration
  
    bool IsRational { get; set; }
   
  Property Value
  
  
  Knot[int, int]
  
  
  Declaration
  
    double Knot[int i, int j] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
      
        | int | j |  | 
    
  
  Property Value
  
  
  KnotCount[int]
  
  
  Declaration
  
    int KnotCount[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value