M

AnalyticalMember.GetMemberForces

Description:
Gets the member forces associated with this Analytical Member.
Remarks:
Member forces are strictly related with releases. This means that we can obtain member forces values only for directions that have releases set to false. Force or moment component on direction that have release set to true is skipped (zeroed) during getting.
public IList<MemberForces> GetMemberForces()
IList<MemberForces> Returns a collection of Member Forces associated with this Analytical Member. Empty collection will be returned if Analytical Member doesn't have any Member Forces. To find out with which end member forces are associated use Position property to obtain a position of Member Forces on element.