DistributedForce(ListString, ListGuid, String, LoadOrientation, Vector3, ListDouble, ListDouble) Constructor
Namespace: Karamba.Loads.BeamAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public DistributedForce(
List<string> beamIds,
List<Guid> beamGuids,
string lcName,
LoadOrientation loadOrientation,
Vector3 direction,
List<double> loadPositions,
List<double> loadValues
)
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 Double),
loadValues As List(Of Double)
)
public:
DistributedForce(
List<String^>^ beamIds,
List<Guid>^ beamGuids,
String^ lcName,
LoadOrientation loadOrientation,
Vector3 direction,
List<double>^ loadPositions,
List<double>^ loadValues
)
new :
beamIds : List<string> *
beamGuids : List<Guid> *
lcName : string *
loadOrientation : LoadOrientation *
direction : Vector3 *
loadPositions : List<float> *
loadValues : List<float> -> DistributedForce
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 ListDouble
- Positions where the load is defined.
- loadValues ListDouble
- Load value for each position.