Table of Contents

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 ResultOfNLAPoint

Inheritance

Inherited Members

Constructors

ResultOfNLAPoint()

Constructor

public ResultOfNLAPoint()

Properties

Id

Id of point

public int Id { get; set; }

Property Value

int

ResultOfIncrements

Results in load case

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

Property Value

List<ResultOfIncrement>

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