VariablePolygonalLoadParams Constructor (IConstructionPoint, IEnumerablePoint2D, ValueTupleInt32, Double, ValueTupleInt32, Double, ValueTupleInt32, Double)

The constructor for a load in a direction of plane's normal vector

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public VariablePolygonalLoadParams(
	IConstructionPoint referencePoint,
	IEnumerable<Point2D> vertices,
	(int Vertex, double Load) load1,
	(int Vertex, double Load) load2,
	(int Vertex, double Load) load3
)

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²])
Remarks
The reference point's PlaneInfo must be reference of valid IConstructionPlane
See Also