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
Properties
LoadingCount
Number of stored loading types
public int LoadingCount { get; set; }
Property Value
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
ValueCountInSection
The number of values which are stored in the section for each loading
public int ValueCountInSection { get; set; }
Property Value
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
Y
Absolute coordinate Y in global coordinate system
public double Y { get; set; }
Property Value
Z
Absolute coordinate Z in global coordinate system
public double Z { get; set; }