C# Class SpeckleGSAProxy.ResultsNodeProcessor

Inheritance: SpeckleGSAProxy.ResultsProcessorBase
Mostra file Open project: arup-group/speckleGSA

Public Methods

Method Description
LoadFromFile ( int &numErrorRows, bool parallel = true ) : bool
ResultsNodeProcessor ( string filePath, Dictionary unitData, List resultTypes = null, List cases = null, List elemIds = null ) : SpeckleGSAInterfaces

Protected Methods

Method Description
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

Method Details

LoadFromFile() public method

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

ResultTypeColumnValues_ConstraintForces() protected method

protected ResultTypeColumnValues_ConstraintForces ( List indices ) : object>.Dictionary
indices List
return object>.Dictionary

ResultTypeColumnValues_NodalAcceleration() protected method

protected ResultTypeColumnValues_NodalAcceleration ( List indices ) : object>.Dictionary
indices List
return object>.Dictionary

ResultTypeColumnValues_NodalDisplacements() protected method

protected ResultTypeColumnValues_NodalDisplacements ( List indices ) : object>.Dictionary
indices List
return object>.Dictionary

ResultTypeColumnValues_NodalReaction() protected method

protected ResultTypeColumnValues_NodalReaction ( List indices ) : object>.Dictionary
indices List
return object>.Dictionary

ResultTypeColumnValues_NodalVelocity() protected method

protected ResultTypeColumnValues_NodalVelocity ( List indices ) : object>.Dictionary
indices List
return object>.Dictionary

ResultsNodeProcessor() public method

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
return SpeckleGSAInterfaces