Click or drag to resize

FemMaterialreadBaseProperties Method

read material data from table

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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