Interface IST_OpContainer
  
  
  
  Assembly: STOperationTypes.dll
  Syntax
  
    [Guid("7015A85F-5C40-471C-883E-45452AE333A6")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_OpContainer
   
  Properties
  
  CheckWorkpiece
  
  
  Declaration
  
    bool CheckWorkpiece { get; set; }
   
  Property Value
  
  
  LCS
  
  
  Declaration
  
  Property Value
  
  
  
  
  
  Declaration
  
    IST_MCDFormerDual MCDFormer { get; }
   
  Property Value
  
  
  MFJobAssignment
  
  
  Declaration
  
    IST_ModelFormer MFJobAssignment { get; }
   
  Property Value
  
  
  MFPart
  
  
  Declaration
  
    IST_ModelFormer MFPart { get; }
   
  Property Value
  
  
  MFRestrictions
  
  
  Declaration
  
    IST_ModelFormer MFRestrictions { get; }
   
  Property Value
  
  
  MFWorkpiece
  
  
  Declaration
  
    IST_ModelFormer MFWorkpiece { get; }
   
  Property Value
  
  
  Machine
  
  
  Declaration
  
    IST_XMLPropPointer Machine { get; }
   
  Property Value
  
  
  MachineSchema
  
  
  Declaration
  
    IST_Machine MachineSchema { get; }
   
  Property Value
  
  
  Operation
  
  
  Declaration
  
    IST_Operation Operation { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    IST_CuttingTool Tool { get; }
   
  Property Value
  
  
  Units
  
  
  Declaration
  
    TSTSystemUnits Units { get; }
   
  Property Value
  
  
  XMLProp
  
  
  Declaration
  
    IST_XMLPropPointer XMLProp { get; }
   
  Property Value
  
  Methods
  
  Configuration(int)
  
  
  Declaration
  
    int Configuration(int ID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | ID |  | 
    
  
  Returns
  
  
  GetG54Matrix()
  
  
  Declaration
  
    TST3DMatrix GetG54Matrix()
   
  Returns
  
  
  Get_ChildOp()
  Access to operation geometry
Declaration
  
    IST_OpContainer Get_ChildOp()
   
  Returns
  
  
  Get_NextSibling()
  
  
  Declaration
  
    IST_OpContainer Get_NextSibling()
   
  Returns
  
  
  HelpPath()
  Get help files search path
Declaration
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | string | Directory path for operation documentation | 
    
  
  
  LoadFromXML(IST_XMLPropPointer)
  
  
  Declaration
  
    void LoadFromXML(IST_XMLPropPointer XMLProp)
   
  Parameters
  
  
  SaveToXML(IST_XMLPropPointer)
  
  
  Declaration
  
    void SaveToXML(IST_XMLPropPointer XMLProp)
   
  Parameters
  
  
  UpdateApplication()
  
  
  Declaration