C# 클래스 SpeckleGSAProxy.ResultsNodeProcessor

상속: SpeckleGSAProxy.ResultsProcessorBase
파일 보기 프로젝트 열기: arup-group/speckleGSA

공개 메소드들

메소드 설명
LoadFromFile ( int &numErrorRows, bool parallel = true ) : bool
ResultsNodeProcessor ( string filePath, Dictionary unitData, List resultTypes = null, List cases = null, List elemIds = null ) : SpeckleGSAInterfaces

보호된 메소드들

메소드 설명
ResultTypeColumnValues_ConstraintForces ( List indices ) : object>.Dictionary
ResultTypeColumnValues_NodalAcceleration ( List indices ) : object>.Dictionary
ResultTypeColumnValues_NodalDisplacements ( List indices ) : object>.Dictionary
ResultTypeColumnValues_NodalReaction ( List indices ) : object>.Dictionary
ResultTypeColumnValues_NodalVelocity ( List indices ) : object>.Dictionary

메소드 상세

LoadFromFile() 공개 메소드

public LoadFromFile ( int &numErrorRows, bool parallel = true ) : bool
numErrorRows int
parallel bool
리턴 bool

ResultTypeColumnValues_ConstraintForces() 보호된 메소드

protected ResultTypeColumnValues_ConstraintForces ( List indices ) : object>.Dictionary
indices List
리턴 object>.Dictionary

ResultTypeColumnValues_NodalAcceleration() 보호된 메소드

protected ResultTypeColumnValues_NodalAcceleration ( List indices ) : object>.Dictionary
indices List
리턴 object>.Dictionary

ResultTypeColumnValues_NodalDisplacements() 보호된 메소드

protected ResultTypeColumnValues_NodalDisplacements ( List indices ) : object>.Dictionary
indices List
리턴 object>.Dictionary

ResultTypeColumnValues_NodalReaction() 보호된 메소드

protected ResultTypeColumnValues_NodalReaction ( List indices ) : object>.Dictionary
indices List
리턴 object>.Dictionary

ResultTypeColumnValues_NodalVelocity() 보호된 메소드

protected ResultTypeColumnValues_NodalVelocity ( List indices ) : object>.Dictionary
indices List
리턴 object>.Dictionary

ResultsNodeProcessor() 공개 메소드

public ResultsNodeProcessor ( string filePath, Dictionary unitData, List resultTypes = null, List cases = null, List elemIds = null ) : SpeckleGSAInterfaces
filePath string
unitData Dictionary
resultTypes List
cases List
elemIds List
리턴 SpeckleGSAInterfaces