Click or drag to resize

FemMaterialreadBaseProperties Method

read material data from table.

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract void readBaseProperties(
	List<string> items,
	CSVReader csv_reader
)

Parameters

items
Type: System.Collections.GenericListString
contents of the csv-table, one string per row.
csv_reader
Type: Karamba.UtilitiesCSVReader
reader for interpreting the table.
See Also