Click or drag to resize

CroSec_BeamsetMaterial Method (FemMaterial)

set the material identifier and the material reference of the cross section.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override void setMaterial(
	FemMaterial material = null
)

Parameters

material (Optional)
Type: Karamba.MaterialsFemMaterial
material to be used; if null the default material (steel) will be used.
See Also