Click or drag to resize

CroSecenlistAllMaterials 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: 1.0.0.0 (1.0.0.0)
Syntax
public virtual 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