CroSec_ShellsetMaterial(ListFemMaterial) Method
Sets the material identifiers and the material references of the cross section. Sets material of layer 0 in case of shells.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public override void setMaterial(
List<FemMaterial> materials
)
Public Overrides Sub setMaterial (
materials As List(Of FemMaterial)
)
public:
virtual void setMaterial(
List<FemMaterial^>^ materials
) override
abstract setMaterial :
materials : List<FemMaterial> -> unit
override setMaterial :
materials : List<FemMaterial> -> unit
Parameters
- materials ListFemMaterial
- List of materials to be set.