C# Class CyPhy2CAD_CSharp.TestBenchModel.BallisticTestBench

Inheritance: TestBenchBase
Mostra file Open project: metamorph-inc/meta-core Class Usage Examples

Public Methods

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

Protected Methods

Method Description
AddAnalysisToXMLOutput ( CAD cadassembly ) : void

Private Methods

Method Description
VerifyBallisticThreat ( ISIS.GME.Dsml.CyPhyML.Interfaces threat ) : void
VerifyPredefinedBallisticSuite ( ISIS.GME.Dsml.CyPhyML.Interfaces suite ) : void
VerifyShotLineModel ( ISIS.GME.Dsml.CyPhyML.Interfaces slinemodel ) : bool

Method Details

AddAnalysisToXMLOutput() protected method

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

BallisticTestBench() public method

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

GenerateBallisticConfigJson() public method

public GenerateBallisticConfigJson ( ) : void
return void

GenerateCADXMLOutput() public method

public GenerateCADXMLOutput ( ) : 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