FemMaterialreadBaseProperties Method

read material data from table.

Definition

Namespace: Karamba.Materials
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public abstract void readBaseProperties(
	List<string> items,
	CSVReader csv_reader
)

Parameters

items  ListString
contents of the csv-table, one string per row.
csv_reader  CSVReader
reader for interpreting the table.

See Also