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
Properties
Coordinates
Absolute cooordinates in global coordinate system
public (double x, double y, double z) Coordinates { get; set; }
Property Value
LoadingCount
Number of stored loading types
public int LoadingCount { get; set; }
Property Value
PointId
ID of the point unique within the inner points of imported area
public int PointId { get; set; }
Property Value
ValueCountInSection
The number of values which are stored in the section for each loading
public int ValueCountInSection { get; set; }
Property Value
Values
Values in the point for each loading
public List<T> Values { get; set; }
Property Value
- List<T>