![]() | VariablePolygonalLoadParams Constructor (IConstructionPoint, IEnumerablePoint2D, ValueTupleInt32, Double, ValueTupleInt32, Double, ValueTupleInt32, Double, PlanarLoadParamsLoadDirectionGlobal, PlanarLoadParamsApplicableMeasuring) |
The constructor for a load in a given direction
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

public VariablePolygonalLoadParams( IConstructionPoint referencePoint, IEnumerable<Point2D> vertices, (int Vertex, double Load) load1, (int Vertex, double Load) load2, (int Vertex, double Load) load3, PlanarLoadParamsLoadDirectionGlobal direction, PlanarLoadParamsApplicableMeasuring measuring )
Parameters
- referencePoint
- Type: TSD.API.Remoting.StructureIConstructionPoint
The reference IConstructionPoint - vertices
- Type: System.Collections.GenericIEnumerablePoint2D
The vertices of the load, must represent non-intersecting polygon - load1
- Type: SystemValueTupleInt32, Double
The first load and its vertex index (in [N/mm²]) - load2
- Type: SystemValueTupleInt32, Double
The second load and its vertex index (in [N/mm²]) - load3
- Type: SystemValueTupleInt32, Double
The third load and its vertex index (in [N/mm²]) - direction
- Type: TSD.API.Remoting.Loading.CreatePlanarLoadParamsLoadDirectionGlobal
The PlanarLoadParamsLoadDirectionGlobal of the load - measuring
- Type: TSD.API.Remoting.Loading.CreatePlanarLoadParamsApplicableMeasuring
The PlanarLoadParamsApplicableMeasuring of the load

The reference point's PlaneInfo must be reference of valid IConstructionPlane
