Class ResultOfNLAPoint2 Deprecated
- Namespace
 - IdeaRS.OpenModel.Result
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Result of internal forces in the one position
[Obfuscation(Feature = "renaming")]
[Obsolete]
public class ResultOfNLAPoint2Inheritance
Inherited Members
Constructors
ResultOfNLAPoint2()
Constructor
public ResultOfNLAPoint2()Properties
Id
Id of point
public int Id { get; set; }Property Value
ResultOfIncrements
Results in load case
public List<ResultOfIncrement2> ResultOfIncrements { get; set; }Property Value
X
X coordinates on cross-section
public double X { get; set; }Property Value
Y
Y coordinates on cross-section
public double Y { get; set; }