C# Class SpeckleGSAProxy.ResultsNodeProcessor

Inheritance: SpeckleGSAProxy.ResultsProcessorBase
Afficher le fichier Open project: arup-group/speckleGSA

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

public LoadFromFile ( int &numErrorRows, bool parallel = true ) : bool
numErrorRows int
parallel bool
Résultat bool

ResultTypeColumnValues_ConstraintForces() protected méthode

protected ResultTypeColumnValues_ConstraintForces ( List indices ) : object>.Dictionary
indices List
Résultat object>.Dictionary

ResultTypeColumnValues_NodalAcceleration() protected méthode

protected ResultTypeColumnValues_NodalAcceleration ( List indices ) : object>.Dictionary
indices List
Résultat object>.Dictionary

ResultTypeColumnValues_NodalDisplacements() protected méthode

protected ResultTypeColumnValues_NodalDisplacements ( List indices ) : object>.Dictionary
indices List
Résultat object>.Dictionary

ResultTypeColumnValues_NodalReaction() protected méthode

protected ResultTypeColumnValues_NodalReaction ( List indices ) : object>.Dictionary
indices List
Résultat object>.Dictionary

ResultTypeColumnValues_NodalVelocity() protected méthode

protected ResultTypeColumnValues_NodalVelocity ( List indices ) : object>.Dictionary
indices List
Résultat object>.Dictionary

ResultsNodeProcessor() public méthode

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
Résultat SpeckleGSAInterfaces