Click or drag to resize

ConcentratedMoment Constructor (ListString, ListGuid, String, Double, Vector3, LoadOrientation)

Initializes a new instance of the ConcentratedMoment class.

Namespace:  Karamba.Loads.Beam
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ConcentratedMoment(
	List<string> beamIds,
	List<Guid> beamGuids,
	string lcName,
	double position,
	Vector3 moment,
	LoadOrientation loadOrientation
)

Parameters

beamIds
Type: System.Collections.GenericListString
Identifiers of beams where the load is applied.
beamGuids
Type: System.Collections.GenericListGuid
Guids of beams where the load is applied.
lcName
Type: SystemString
Load case to which the load belongs.
position
Type: SystemDouble
Input parameter on beam's curve domain.
moment
Type: Karamba.GeometryVector3
Force vector referred to the defined oriented coordinate system.
loadOrientation
Type: Karamba.LoadsLoadOrientation
Orientation of the load.
See Also