File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class DataClass(object):
2929 construction_data : ConstructionData
3030 The prefix of this parameter indicates which statistical data about building
3131 elements should be used. Its type is the enum class ConstructionData.
32- To utilize a custom TypeElements via parameter custom_path_type_elements (cf. below)
32+ To utilize custom TypeElements via a JSON file via parameter custom_path_type_elements (cf. below)
3333 use ConstructionData.custom.
3434 custom_path_type_elements: str or Path
3535 Custom path to JSON file of TypeElements. Default: None
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ class ConstructionData(Enum):
7777 The ConstructionData enumeration combines the former parameters “method” and “construction_type”.
7878 The prefix of each value is used to select the appropriate json file as input data.
7979 The complete value is used to search for the appropriate element within the json file.
80+ To utilize custom TypeElements via a JSON file via parameter custom_path_type_elements (cf. below)
81+ use ConstructionData.custom.
8082 """
8183 iwu_heavy = "iwu_heavy"
8284 iwu_light = "iwu_light"
You can’t perform that action at this time.
0 commit comments