Returns all available frame element cross sections defined in the Model Definitions. Allows for filtering based on cross section type. You may filter multiple cross section types by entering a comma-delimited string of numbers associated with the filter list below.
Filter List:
0: No filter, returns all (default)
1: Hot rolled steel
2: Rectangular
3: Glulam
4: Structural Composite Lumber
5: Circular
6: Custom
7: Custom Concrete
8: Core Brace BRB
9: Cold Formed Steel
10: Assembled
11: Steel Deck (not used)
The component returns a list of cross section names, as strings, which can be fed into the XS from Name component to retrieve the cross section object.
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 | XS List | List<System.String> | List of all cross section names that fit the filter and are defined in the Model Definitions. |