Interface IST_AbstractNurbsCurve
  
  
  
  Assembly: STCurveTypes.dll
  Syntax
  
    [Guid("10364B3F-3552-4775-A57D-AB385A937A1B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_AbstractNurbsCurve
   
  Properties
  
  CP[int]
  
  
  Declaration
  
    TST3DPoint CP[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  CPCount
  
  
  Declaration
  
  Property Value
  
  
  CW[int]
  
  
  Declaration
  
    double CW[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  Degree
  
  
  Declaration
  
  Property Value
  
  
  Is3d
  
  
  Declaration
  
  Property Value
  
  
  IsRational
  
  
  Declaration
  
  Property Value
  
  
  Knot[int]
  
  
  Declaration
  
    double Knot[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  KnotCount
  
  
  Declaration
  
  Property Value