Table of Contents

Class Member2DReactions<T>

Namespace
IdeaRS.OpenModel.Result
Assembly
IdeaRS.OpenModel.dll

The storage of reactions from surrounding structural elements for Member2D

[Obfuscation(Feature = "renaming")]
public class Member2DReactions<T> where T : struct

Type Parameters

T

Type of the primitive values which are stored in sections

Inheritance

Inherited Members

Constructors

Member2DReactions()

Constructor

public Member2DReactions()

Properties

BoundaryReactions

Reactions on the boundary IdeaRS.OpenModel.Geometry3D.PolyLine3D Values correspond to each other by their array indices

public List<ValuesInSegmentSections<T>> BoundaryReactions { get; set; }

Property Value

List<ValuesInSegmentSections<T>>

Loadings

Definitions of loadings which are stored

public List<Loading> Loadings { get; set; }

Property Value

List<Loading>

MemberId

ID of Member2D in OpenModel

public int MemberId { get; set; }

Property Value

int

UnbalancedForcesInInnerPoints

Unbalanced forces in inner points in the imported area of the member. Each point is define by mesh intersection of the member.

public List<ValuesInPoint<T>> UnbalancedForcesInInnerPoints { get; set; }

Property Value

List<ValuesInPoint<T>>