|
FactoryLoadConstantMomentLoad Method
|
Namespace:
Karamba.Factories
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic 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
)
Public Overridable Function ConstantMomentLoad (
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 beamIds As List(Of String) = Nothing,
Optional beamGuids As List(Of Guid) = Nothing
) As DistributedMoment
public:
virtual DistributedMoment^ ConstantMomentLoad(
Vector3 direction,
double value,
double start = 0,
double end = 1,
LoadOrientation loadOrientation = LoadOrientation::global,
String^ lcName = L"0",
List<String^>^ beamIds = nullptr,
List<Guid>^ beamGuids = nullptr
)
abstract ConstantMomentLoad :
direction : Vector3 *
value : float *
?start : float *
?end : float *
?loadOrientation : LoadOrientation *
?lcName : string *
?beamIds : List<string> *
?beamGuids : List<Guid>
(* Defaults:
let _start = defaultArg start 0
let _end = defaultArg end 1
let _loadOrientation = defaultArg loadOrientation LoadOrientation.global
let _lcName = defaultArg lcName "0"
let _beamIds = defaultArg beamIds null
let _beamGuids = defaultArg beamGuids null
*)
-> DistributedMoment
override ConstantMomentLoad :
direction : Vector3 *
value : float *
?start : float *
?end : float *
?loadOrientation : LoadOrientation *
?lcName : string *
?beamIds : List<string> *
?beamGuids : List<Guid>
(* Defaults:
let _start = defaultArg start 0
let _end = defaultArg end 1
let _loadOrientation = defaultArg loadOrientation LoadOrientation.global
let _lcName = defaultArg lcName "0"
let _beamIds = defaultArg beamIds null
let _beamGuids = defaultArg beamGuids null
*)
-> DistributedMoment 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