Table of Contents

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, (double x, double y, double z), int, int)

public ValuesInPoint(int pointId, (double x, double y, double z) coordinates, int loadingCount, int valuesInPoint)

Parameters

pointId int
coordinates (double x, double y, double z)
loadingCount int
valuesInPoint int

Properties

Coordinates

Absolute cooordinates in global coordinate system

public (double x, double y, double z) Coordinates { get; set; }

Property Value

(double x, double y, double z)

LoadingCount

Number of stored loading types

public int LoadingCount { get; set; }

Property Value

int

PointId

ID of the point unique within the inner points of imported area

public int PointId { get; set; }

Property Value

int

ValueCountInSection

The number of values which are stored in the section for each loading

public int ValueCountInSection { get; set; }

Property Value

int

Values

Values in the point for each loading

public List<T> Values { get; set; }

Property Value

List<T>