Class VariablePolygonalLoadParams

Represents parameters of a variable polygonal load

Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class VariablePolygonalLoadParams : PolygonalLoadParams

Properties

Name Description
Load

Gets a IReadOnlyList{(int Vertex, double Load)} of load values at polygon vertices [N/mm²]

Methods

Name Description
AlongPlaneNormal(IConstructionPoint?, IEnumerable<Point2D>?, (int Vertex, double Load), (int Vertex, double Load), (int Vertex, double Load))

Creates a new instance of VariablePolygonalLoadParams class for a load in a direction of plane's normal vector

Create(IConstructionPoint?, IEnumerable<Point2D>?, (int Vertex, double Load), (int Vertex, double Load), (int Vertex, double Load), LoadDirectionGlobal?, ApplicableMeasuring?)

Creates a new instance of VariablePolygonalLoadParams class for a load in a given direction

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next