|
ModelUnitLoadsNew Constructor (ListPoint3, ListString, MeshUnitLoad)
|
Initializes a new instance of the
ModelUnitLoadsNew class.
create new model unit-load.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ModelUnitLoadsNew(
List<Point3> node_pos,
List<string> elem_ids,
MeshUnitLoad mesh_unit_loads
)
Public Sub New (
node_pos As List(Of Point3),
elem_ids As List(Of String),
mesh_unit_loads As MeshUnitLoad
)
public:
ModelUnitLoadsNew(
List<Point3>^ node_pos,
List<String^>^ elem_ids,
MeshUnitLoad^ mesh_unit_loads
)
new :
node_pos : List<Point3> *
elem_ids : List<string> *
mesh_unit_loads : MeshUnitLoad -> ModelUnitLoadsNew
Parameters
- node_pos
- Type: System.Collections.GenericListPoint3
node-positions where the mesh-unit-load shall be applied. - elem_ids
- Type: System.Collections.GenericListString
identifiers of elements where the mesh-unit-load shall be applied. - mesh_unit_loads
- Type: Karamba.LoadsMeshUnitLoad
mesh with unit-loads.
See Also