C# 클래스 CyPhy2CAD_CSharp.TestBenchModel.KinematicTestBench

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

공개 프로퍼티들

프로퍼티 타입 설명
Gravity KinematicGravity
GroundCyphyID string
Name string
SimulationStep int
SimulationTime double
TerrainFileName string

공개 메소드들

메소드 설명
GenerateCADXMLOutput ( ) : void
GenerateMultiBodyOutput ( ) : void
GenerateOutputFiles ( ) : bool
GenerateRunBat ( ) : void
KinematicTestBench ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void

비공개 메소드들

메소드 설명
GetGravityLoadParam ( ISIS.GME.Dsml.CyPhyML.Interfaces gravityload, string name, double &param ) : ISIS.GME.Dsml.CyPhyML.Interfaces.Parameter
GetJoint ( ISIS conn ) : ISIS.GME.Dsml.CyPhyML.Interfaces.KinematicJoint
ProcessContacts ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench ) : void

메소드 상세

GenerateCADXMLOutput() 공개 메소드

public GenerateCADXMLOutput ( ) : void
리턴 void

GenerateMultiBodyOutput() 공개 메소드

public GenerateMultiBodyOutput ( ) : void
리턴 void

GenerateOutputFiles() 공개 메소드

public GenerateOutputFiles ( ) : bool
리턴 bool

GenerateRunBat() 공개 메소드

public GenerateRunBat ( ) : void
리턴 void

KinematicTestBench() 공개 메소드

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

TraverseTestBench() 공개 메소드

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

프로퍼티 상세

Gravity 공개적으로 프로퍼티

public KinematicGravity Gravity
리턴 KinematicGravity

GroundCyphyID 공개적으로 프로퍼티

public string GroundCyphyID
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

SimulationStep 공개적으로 프로퍼티

public int SimulationStep
리턴 int

SimulationTime 공개적으로 프로퍼티

public double SimulationTime
리턴 double

TerrainFileName 공개적으로 프로퍼티

public string TerrainFileName
리턴 string