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: 2.2.0.4 (2.2.0.4)
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
Read materials.
See Also