Class PreprocessVRED
  
  
  
  
    Inheritance
    System.Object
    
    
    
    PreprocessVRED
   
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
   
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class PreprocessVRED : SubProcess
   
  Fields
  
  
  
  importAnimations
  
  
  Declaration
  
    public bool importAnimations
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  importVariants
  
  
  Declaration
  
    public bool importVariants
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  isEnabledC
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  isIOFieldsVisibleC
  
  
  Declaration
  
    public bool isIOFieldsVisibleC
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  materialMappingTable
  
  
  Declaration
  
    public FilePath materialMappingTable
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | FilePath | 
         | 
      
    
  
  
  
  preferPiXYZMesh
  
  
  Declaration
  
    public bool preferPiXYZMesh
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  smartMerging
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Properties
  
  
  
  
  functionName
  
  
  Declaration
  
    public string functionName { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  id
  
  
  Declaration
  
    public override int id { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override string menuPathRuleEngine { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override string menuPathToolbox { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  
  
  
  name
  
  
  Declaration
  
    public override string name { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  
  
  
  pluginName
  
  
  Declaration
  
    public string pluginName { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
  
  
  isEnabled()
  
  
  Declaration
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  isIOVisible()
  
  
  Declaration
  
    public bool isIOVisible()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  isVisibleMode(Int32)
  
  
  Declaration
  
    public bool isVisibleMode(int i)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        i | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  onBeforeDraw(ImportSettings)
  
  
  Declaration
  
    public override void onBeforeDraw(ImportSettings importSettings)
   
  Parameters
  
  Overrides
  
  
  
  
  run(Importer)
  
  
  Declaration
  
    public override void run(Importer importer)
   
  Parameters
  
  Overrides
  PiXYZ.Tools.ActionIn<PiXYZ.Import.Importer>.run(PiXYZ.Import.Importer)