C# 클래스 SharpFE.ReactionVector

상속: ForceVector
파일 보기 프로젝트 열기: iainsproat/SharpFE

공개 메소드들

메소드 설명
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