|
FactoryLoadConcentratedForceLoad Method
|
Namespace:
Karamba.Factories
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic virtual ConcentratedForce ConcentratedForceLoad(
double position,
Vector3 force,
LoadOrientation loadOrientation = LoadOrientation.global,
string lcName = "0",
List<string> beamIds = null,
List<Guid> beamGuids = null
)
Public Overridable Function ConcentratedForceLoad (
position As Double,
force As Vector3,
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 ConcentratedForce
public:
virtual ConcentratedForce^ ConcentratedForceLoad(
double position,
Vector3 force,
LoadOrientation loadOrientation = LoadOrientation::global,
String^ lcName = L"0",
List<String^>^ beamIds = nullptr,
List<Guid>^ beamGuids = nullptr
)
abstract ConcentratedForceLoad :
position : float *
force : Vector3 *
?loadOrientation : LoadOrientation *
?lcName : string *
?beamIds : List<string> *
?beamGuids : List<Guid>
(* Defaults:
let _loadOrientation = defaultArg loadOrientation LoadOrientation.global
let _lcName = defaultArg lcName "0"
let _beamIds = defaultArg beamIds null
let _beamGuids = defaultArg beamGuids null
*)
-> ConcentratedForce
override ConcentratedForceLoad :
position : float *
force : Vector3 *
?loadOrientation : LoadOrientation *
?lcName : string *
?beamIds : List<string> *
?beamGuids : List<Guid>
(* Defaults:
let _loadOrientation = defaultArg loadOrientation LoadOrientation.global
let _lcName = defaultArg lcName "0"
let _beamIds = defaultArg beamIds null
let _beamGuids = defaultArg beamGuids null
*)
-> ConcentratedForce 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