Click or drag to resize

FactoryLoadConstantMomentLoad Method

Create a new instance of a DistributedMomentt on a element 1d for a constant moment.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual DistributedMoment ConstantMomentLoad(
	Vector3 direction,
	double value,
	double start = 0,
	double end = 1,
	LoadOrientation loadOrientation = LoadOrientation.global,
	string lcName = "0",
	List<string> beamIds = null,
	List<Guid> beamGuids = null
)

Parameters

direction
Type: Karamba.GeometryVector3
Direction of the load.
value
Type: SystemDouble
Value of the load.
start (Optional)
Type: SystemDouble
Position where the load begins. The value is between 0 and 1.
end (Optional)
Type: SystemDouble
Position where the load ends. The value is between 0 and 1.
loadOrientation (Optional)
Type: Karamba.LoadsLoadOrientation
Orientation of the load with respect to the loadOrientation.
lcName (Optional)
Type: SystemString
Load case to which the load belongs.
beamIds (Optional)
Type: System.Collections.GenericListString
Identifiers of beams where the load is applied.
beamGuids (Optional)
Type: System.Collections.GenericListGuid
Guids of beams where the load is applied.

Return Value

Type: DistributedMoment

[Missing <returns> documentation for "M:Karamba.Factories.FactoryLoad.ConstantMomentLoad(Karamba.Geometry.Vector3,System.Double,System.Double,System.Double,Karamba.Loads.LoadOrientation,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid})"]

See Also