|
MeshLoadNew Constructor (ListVector3, String)
|
Initializes a new instance of the
MeshLoadNew class.
create a new mesh-load.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic MeshLoadNew(
List<Vector3> stresses,
string LcName = "0"
)
Public Sub New (
stresses As List(Of Vector3),
Optional LcName As String = "0"
)
public:
MeshLoadNew(
List<Vector3>^ stresses,
String^ LcName = L"0"
)
new :
stresses : List<Vector3> *
?LcName : string
(* Defaults:
let _LcName = defaultArg LcName "0"
*)
-> MeshLoadNew
Parameters
- stresses
- Type: System.Collections.GenericListVector3
stress vector in kN/m2. - LcName (Optional)
- Type: SystemString
name of load-case the load belongs to.
See Also