Click or drag to resize

FemMaterialreadMaterialTable Method

read the default materials table and return its contents as a list of GH-materials

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<FemMaterial> readMaterialTable(
	string table_path
)

Parameters

table_path
Type: SystemString

[Missing <param name="table_path"/> documentation for "M:Karamba.Materials.FemMaterial.readMaterialTable(System.String)"]

Return Value

Type: ListFemMaterial

[Missing <returns> documentation for "M:Karamba.Materials.FemMaterial.readMaterialTable(System.String)"]

See Also