Click or drag to resize

FactoryLoadConstantForceLoad Method

Create a new instance of a DistributedForce on a element 1d for a constant load.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual DistributedForce ConstantForceLoad(
	Vector3 direction,
	double value,
	double start = 0,
	double end = 1,
	LoadOrientation loadOrientation = LoadOrientation.global,
	string lcName = "0",
	string beamId = ""
)

Parameters

direction
Type: Karamba.GeometryVector3
Direction of the load with respect to the loadOrientation.
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.
lcName (Optional)
Type: SystemString
Load case to which the load belongs.
beamId (Optional)
Type: SystemString
Identifier of the Beam where the load is applied or regular expression for selecting several.

Return Value

Type: DistributedForce

[Missing <returns> documentation for "M:Karamba.Factories.FactoryLoad.ConstantForceLoad(Karamba.Geometry.Vector3,System.Double,System.Double,System.Double,Karamba.Loads.LoadOrientation,System.String,System.String)"]

See Also