Click or drag to resize

MeshLoadInitUnitLoads Method

if not already present add a unit-mesh-load to the collection of unit-loads

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void InitUnitLoads(
	Dictionary<MeshUnitLoad, MeshUnitLoad> mesh_unit_loads_buffer,
	IMesh mesh,
	LoadOrientation ld_type,
	List<bool> gen_type,
	List<Point3> node_pos,
	List<string> elem_ids
)

Parameters

mesh_unit_loads_buffer
Type: System.Collections.GenericDictionaryMeshUnitLoad, MeshUnitLoad
collection of unit-loads
mesh
Type: Karamba.GeometryIMesh
mesh where to place the unit-load
ld_type
Type: Karamba.LoadsLoadOrientation
type of load-direction
gen_type
Type: System.Collections.GenericListBoolean
list of bool indicating which equivalent types of load to create ([0]..true->PointLoads; [0]..true->LineLoads)
node_pos
Type: System.Collections.GenericListPoint3
positions of points where to place point-loads
elem_ids
Type: System.Collections.GenericListString
identifiers of elements where to place loads
See Also