|
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)
Syntaxpublic virtual DistributedForce ConstantForceLoad(
Vector3 direction,
double value,
double start = 0,
double end = 1,
LoadOrientation loadOrientation = LoadOrientation.global,
string lcName = "0",
string beamId = ""
)
Public Overridable Function ConstantForceLoad (
direction As Vector3,
value As Double,
Optional start As Double = 0,
Optional end As Double = 1,
Optional loadOrientation As LoadOrientation = LoadOrientation.global,
Optional lcName As String = "0",
Optional beamId As String = ""
) As DistributedForce
public:
virtual DistributedForce^ ConstantForceLoad(
Vector3 direction,
double value,
double start = 0,
double end = 1,
LoadOrientation loadOrientation = LoadOrientation::global,
String^ lcName = L"0",
String^ beamId = L""
)
abstract ConstantForceLoad :
direction : Vector3 *
value : float *
?start : float *
?end : float *
?loadOrientation : LoadOrientation *
?lcName : string *
?beamId : string
(* Defaults:
let _start = defaultArg start 0
let _end = defaultArg end 1
let _loadOrientation = defaultArg loadOrientation LoadOrientation.global
let _lcName = defaultArg lcName "0"
let _beamId = defaultArg beamId ""
*)
-> DistributedForce
override ConstantForceLoad :
direction : Vector3 *
value : float *
?start : float *
?end : float *
?loadOrientation : LoadOrientation *
?lcName : string *
?beamId : string
(* Defaults:
let _start = defaultArg start 0
let _end = defaultArg end 1
let _loadOrientation = defaultArg loadOrientation LoadOrientation.global
let _lcName = defaultArg lcName "0"
let _beamId = defaultArg beamId ""
*)
-> DistributedForce 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