Class ResultOfNLAPoint Deprecated
- Namespace
 - IdeaRS.OpenModel.Result
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Result of internal forces in the one position
[Obfuscation(Feature = "renaming")]
[Obsolete]
public class ResultOfNLAPointInheritance
Inherited Members
Constructors
ResultOfNLAPoint()
Constructor
public ResultOfNLAPoint()Properties
Id
Id of point
public int Id { get; set; }Property Value
ResultOfIncrements
Results in load case
public List<ResultOfIncrement> 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; }