UniformPolygonalLoadParams Constructor (IConstructionPoint, Double, IEnumerablePoint2D, 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
Syntax
public UniformPolygonalLoadParams(
	IConstructionPoint referencePoint,
	double load,
	IEnumerable<Point2D> vertices,
	PlanarLoadParamsLoadDirectionGlobal direction,
	PlanarLoadParamsApplicableMeasuring measuring
)

Parameters

referencePoint
Type: TSD.API.Remoting.StructureIConstructionPoint
The reference IConstructionPoint
load
Type: SystemDouble
The load (in [N/mm²])
vertices
Type: System.Collections.GenericIEnumerablePoint2D
The vertices of the load, must represent non-intersecting polygon
direction
Type: TSD.API.Remoting.Loading.CreatePlanarLoadParamsLoadDirectionGlobal
The PlanarLoadParamsLoadDirectionGlobal of the load
measuring
Type: TSD.API.Remoting.Loading.CreatePlanarLoadParamsApplicableMeasuring
The PlanarLoadParamsApplicableMeasuring of the load
Remarks
The reference point's PlaneInfo must be reference of valid IConstructionPlane
See Also