DistributedMoment(ListString, ListGuid, String, LoadOrientation, Vector3, ListDistributedLoadLoadPositionValue) Constructor

Initializes a new instance of the DistributedMoment class. Create a polylinear moment load.

Definition

Namespace: Karamba.Loads.Beam
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public DistributedMoment(
	List<string> beamIds,
	List<Guid> beamGuids,
	string lcName,
	LoadOrientation loadOrientation,
	Vector3 direction,
	List<DistributedLoadLoadPositionValue> loadPositions
)

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.

See Also