ModelupdateMaterialCroSecLists Method

update the list of materials and cross-sections.

Definition

Namespace: Karamba.Models
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public CroSec updateMaterialCroSecLists(
	CroSec crosec
)

Parameters

crosec  CroSec
Cross-section to be added to the model cross-sections. Its material is also added to the model.

Return Value

CroSec
Reference to the added cross-section.

See Also