Returns a list of all available materials, with option to filter by material type. You may filter multiple material types by entering a comma-delimited string of numbers associated with the filter list below.
Filter List:
0: No filter, returns all (default)
1: Aluminum
2: Unconfined Concrete
3: Masonry
4: Steel
5: Wood
6: Glulam
7: General Isotropic
8: General Orthotropic
9: Prestressing Steel
10: Structural Composite Lumber
Returns a list of material names, as strings, that can be used with the Assign Material or Material from Name components.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Filter | System.String | A comma delimited string of filter numbers. Can be a single number of multiple numbers separated by commas. Defaults to 0. | Yes |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Material List | List<System.String> | List of all material names that fit the filter and are defined in the Model Definitions. |