Table of Contents

Class ValuesInPoint<T>

Namespace
IdeaRS.OpenModel.Result
Assembly
IdeaRS.OpenModel.dll
public class ValuesInPoint<T> where T : struct

Type Parameters

T

Inheritance

Inherited Members

Extension Methods

Constructors

ValuesInPoint()

public ValuesInPoint()

ValuesInPoint(int, int)

public ValuesInPoint(int loadingCount, int valuesInPoint)

Parameters

loadingCount int
valuesInPoint int

Properties

LoadingCount

Number of stored loading types

public int LoadingCount { get; set; }

Property Value

int

NodeOriginalId

The identifier of the node in the original FEA model. It will be used for merging the reactions from more walls that meet in this node.

public string NodeOriginalId { get; set; }

Property Value

string

ValueCountInSection

The number of values which are stored in the section for each loading

public int ValueCountInSection { get; set; }

Property Value

int

Values

Values in the point for each loading

public List<T> Values { get; set; }

Property Value

List<T>

X

Absolute coordinate X in global coordinate system

public double X { get; set; }

Property Value

double

Y

Absolute coordinate Y in global coordinate system

public double Y { get; set; }

Property Value

double

Z

Absolute coordinate Z in global coordinate system

public double Z { get; set; }

Property Value

double