Table of Contents

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 ResultOfNLAPoint2

Inheritance

Inherited Members

Constructors

ResultOfNLAPoint2()

Constructor

public ResultOfNLAPoint2()

Properties

Id

Id of point

public int Id { get; set; }

Property Value

int

ResultOfIncrements

Results in load case

public List<ResultOfIncrement2> ResultOfIncrements { get; set; }

Property Value

List<ResultOfIncrement2>

X

X coordinates on cross-section

public double X { get; set; }

Property Value

double

Y

Y coordinates on cross-section

public double Y { get; set; }

Property Value

double