Interface IST_CurveList
  
  
  
  Assembly: STCurveTypes.dll
  Syntax
  
    [Guid("08E28156-531C-4BDC-8080-04BE20D9D687")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_CurveList
   
  Properties
  
  Box
  Bounding box of curve list
Declaration
  
  Property Value
  
  
  Count
  Number of curves in the list
Declaration
  
  Property Value
  
  
  this[int]
  
  
  Declaration
  
    IST_Curve this[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  Methods
  
  AddCurve(IST_Curve)
  
  
  Declaration
  
    int AddCurve(IST_Curve c)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | int | index of added curve | 
    
  
  
  Clear()
  
  
  Declaration
  
  
  DeleteCurve(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  
  Invers()
  Reverse direction of all curves in list
Declaration
  
  
  SaveToCurveReceiver(IST_CurveReceiver, double)
  
  
  Declaration
  
    void SaveToCurveReceiver(IST_CurveReceiver Receiver, double Tol)
   
  Parameters
  
  
  SubtractCurve(int)
  
  
  Declaration
  
    IST_Curve SubtractCurve(int i)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Returns