DistributedMoment(ListString, ListGuid, String, LoadOrientation, Vector3, ListDistributedLoadLoadPositionValue) Constructor
Initializes a new instance of the
DistributedMoment class.
Create a polylinear moment load.
Namespace: Karamba.Loads.BeamAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public DistributedMoment(
List<string> beamIds,
List<Guid> beamGuids,
string lcName,
LoadOrientation loadOrientation,
Vector3 direction,
List<DistributedLoadLoadPositionValue> loadPositions
)
Public Sub New (
beamIds As List(Of String),
beamGuids As List(Of Guid),
lcName As String,
loadOrientation As LoadOrientation,
direction As Vector3,
loadPositions As List(Of DistributedLoadLoadPositionValue)
)
public:
DistributedMoment(
List<String^>^ beamIds,
List<Guid>^ beamGuids,
String^ lcName,
LoadOrientation loadOrientation,
Vector3 direction,
List<DistributedLoadLoadPositionValue>^ loadPositions
)
new :
beamIds : List<string> *
beamGuids : List<Guid> *
lcName : string *
loadOrientation : LoadOrientation *
direction : Vector3 *
loadPositions : List<DistributedLoadLoadPositionValue> -> DistributedMoment
Parameters
- beamIds ListString
- Identifiers of beams where the load is applied.
- beamGuids ListGuid
- Guids of beams where the load is applied.
- lcName String
- Load case to which the load belongs.
- loadOrientation LoadOrientation
- Orientation of the load.
- direction Vector3
- Direction of the load"/>.
- loadPositions ListDistributedLoadLoadPositionValue
- LoadValue / Positions pairs where the load is defined.