C# Класс SpeckleGSAProxy.ResultsNodeProcessor

Наследование: SpeckleGSAProxy.ResultsProcessorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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