|
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)
Syntaxpublic static List<FemMaterial> readMaterialTable(
string table_path
)
Public Shared Function readMaterialTable (
table_path As String
) As List(Of FemMaterial)
public:
static List<FemMaterial^>^ readMaterialTable(
String^ table_path
)
static member readMaterialTable :
table_path : string -> List<FemMaterial>
Parameters
- table_path
- Type: SystemString
[Missing <param name="table_path"/> documentation for "M:Karamba.Materials.FemMaterial.readMaterialTable(System.String)"]
Return Value
Type:
ListFemMaterialRead materials.
See Also