Interface ICamApiNurbsSurface
  
  
  
  Assembly: CAMAPI.SurfaceTypes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("AA339001-A6E2-44F6-8C66-63B819414268")]
public interface ICamApiNurbsSurface
   
  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