UniformRectangularLoadParams Constructor (IConstructionPoint, Double, Point2D, Double, Double, 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
Syntax
public UniformRectangularLoadParams(
	IConstructionPoint referencePoint,
	double load,
	Point2D originPoint,
	double lengthX,
	double lengthY,
	double rotation,
	PlanarLoadParamsLoadDirectionGlobal direction,
	PlanarLoadParamsApplicableMeasuring measuring
)

Parameters

referencePoint
Type: TSD.API.Remoting.StructureIConstructionPoint
The reference IConstructionPoint
load
Type: SystemDouble
The load (in [N/mm²])
originPoint
Type: TSD.API.Remoting.GeometryPoint2D
The origin Point2D of the load's rectangle
lengthX
Type: SystemDouble
The length of the load's rectangle in plane's X direction (in [mm])
lengthY
Type: SystemDouble
The length of the load's rectangle in plane's Y direction (in [mm])
rotation
Type: SystemDouble
The rotation of the rectangle (in [rad])
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