Click or drag to resize

CroSec_BeamenlistAllMaterials Method

set the material based on the material identifier and a mapping from material identifiers to indexes.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override void enlistAllMaterials(
	Dictionary<Guid, int> mat_guid2ind,
	List<FemMaterial> materials
)

Parameters

mat_guid2ind
Type: System.Collections.GenericDictionaryGuid, Int32
mapping from material identifiers to indexes, may be updated.
materials
Type: System.Collections.GenericListFemMaterial
list of materials in the model, may be updated.
See Also