Click or drag to resize

CroSecsetMaterial Method (ListFemMaterial)

Sets the material identifiers and the material references of the cross section. Sets material of layer 0 in case of shells.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void setMaterial(
	List<FemMaterial> materials
)

Parameters

materials
Type: System.Collections.GenericListFemMaterial
List of materials to be set.
See Also