Click or drag to resize

ModelUnitLoadsNew Constructor

create new model unit-load

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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