Click or drag to resize

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)
Syntax
public ModelUnitLoadsNew(
	List<Point3> node_pos,
	List<string> elem_ids,
	MeshUnitLoad mesh_unit_loads
)

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