Click or drag to resize

CroSecenlistMaterial Method

return a material based on its reference or name. Add it to the list of materials if not already present

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected static FemMaterial enlistMaterial(
	FemMaterial material,
	Dictionary<Guid, int> mat_guid2ind,
	List<FemMaterial> materials
)

Parameters

material
Type: Karamba.MaterialsFemMaterial
material to be enlisted, may be null
mat_guid2ind
Type: System.Collections.GenericDictionaryGuid, Int32
maps material names to indexes, may be updated
materials
Type: System.Collections.GenericListFemMaterial
contains all the materials, may be updated

Return Value

Type: FemMaterial

[Missing <returns> documentation for "M:Karamba.CrossSections.CroSec.enlistMaterial(Karamba.Materials.FemMaterial,System.Collections.Generic.Dictionary{System.Guid,System.Int32},System.Collections.Generic.List{Karamba.Materials.FemMaterial})"]

See Also