C# 클래스 CyPhy2CAD_CSharp.TestBenchModel.BallisticTestBench

상속: TestBenchBase
파일 보기 프로젝트 열기: metamorph-inc/meta-core 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AddAnalysisToXMLOutput ( CAD cadassembly ) : void

비공개 메소드들

메소드 설명
VerifyBallisticThreat ( ISIS.GME.Dsml.CyPhyML.Interfaces threat ) : void
VerifyPredefinedBallisticSuite ( ISIS.GME.Dsml.CyPhyML.Interfaces suite ) : void
VerifyShotLineModel ( ISIS.GME.Dsml.CyPhyML.Interfaces slinemodel ) : bool

메소드 상세

AddAnalysisToXMLOutput() 보호된 메소드

protected AddAnalysisToXMLOutput ( CAD cadassembly ) : void
cadassembly CAD
리턴 void

BallisticTestBench() 공개 메소드

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

GenerateBallisticConfigJson() 공개 메소드

public GenerateBallisticConfigJson ( ) : void
리턴 void

GenerateCADXMLOutput() 공개 메소드

public GenerateCADXMLOutput ( ) : void
리턴 void

GenerateOutputFiles() 공개 메소드

public GenerateOutputFiles ( ) : bool
리턴 bool

GenerateRunBat() 공개 메소드

public GenerateRunBat ( ) : void
리턴 void

GenerateScriptFiles() 공개 메소드

public GenerateScriptFiles ( ) : void
리턴 void

TraverseTestBench() 공개 메소드

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