Click or drag to resize

FactoryLoadConcentratedForceLoad Method

Create a new instance of a ConcentratedForce on an element 1d.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual ConcentratedForce ConcentratedForceLoad(
	double position,
	Vector3 force,
	LoadOrientation loadOrientation = LoadOrientation.global,
	string lcName = "0",
	List<string> beamIds = null,
	List<Guid> beamGuids = null
)

Parameters

position
Type: SystemDouble
Position on the element. The value is between 0 and 1.
force
Type: Karamba.GeometryVector3
Vector of concentrated force with respect to the loadOrientation.
loadOrientation (Optional)
Type: Karamba.LoadsLoadOrientation
Orientation of the load.
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: ConcentratedForce

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

See Also