C# Class CyPhy2CAD_CSharp.TestBenchModel.BlastTestBench

Inheritance: TestBenchBase
Datei anzeigen Open project: metamorph-inc/meta-core Class Usage Examples

Public Methods

Method Description
BlastTestBench ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
GenerateCADXMLOutput ( ) : void
GenerateConfigJson ( ) : void
GenerateOutputFiles ( ) : bool
GenerateRunBat ( ) : void
GenerateScriptFiles ( ) : void
TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void

Protected Methods

Method Description
AddAnalysisToXMLOutput ( CAD cadassembly ) : void

Method Details

AddAnalysisToXMLOutput() protected method

protected AddAnalysisToXMLOutput ( CAD cadassembly ) : void
cadassembly CAD
return void

BlastTestBench() public method

public BlastTestBench ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
cadSetting CyPhy2CADSettings
outputdir string
projectdir string
auto bool
return System

GenerateCADXMLOutput() public method

public GenerateCADXMLOutput ( ) : void
return void

GenerateConfigJson() public method

public GenerateConfigJson ( ) : void
return void

GenerateOutputFiles() public method

public GenerateOutputFiles ( ) : bool
return bool

GenerateRunBat() public method

public GenerateRunBat ( ) : void
return void

GenerateScriptFiles() public method

public GenerateScriptFiles ( ) : void
return void

TraverseTestBench() public method

public TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void
testBenchBase ISIS.GME.Dsml.CyPhyML.Interfaces
return void