C# Класс SharpFE.ReactionVector

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

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

Метод Описание
ReactionVector ( IFiniteElementNode locationNode ) : System

Initializes a new instance of the ReactionVector class.

ReactionVector ( IFiniteElementNode locationNode, double valueOfXComponent, double valueOfYComponent ) : System

Initializes a new instance of the ReactionVector class.

Описание методов

ReactionVector() публичный Метод

Initializes a new instance of the ReactionVector class.
public ReactionVector ( IFiniteElementNode locationNode ) : System
locationNode IFiniteElementNode The node at which these reaction forces occur.
Результат System

ReactionVector() публичный Метод

Initializes a new instance of the ReactionVector class.
public ReactionVector ( IFiniteElementNode locationNode, double valueOfXComponent, double valueOfYComponent ) : System
locationNode IFiniteElementNode The node at which these reaction forces occur.
valueOfXComponent double The component of translational force along the global x-axis.
valueOfYComponent double The component of translational force along the global y-axis.
Результат System