BHoM
BHoM copied to clipboard
The Buildings and Habitats Core object Model repo
### Description: As reported by @EnricoAntolini when working on [Karamba3D_Toolkit](https://github.com/BHoM/Karamba3D_Toolkit), the [`BarDifferentialTemperatureLoad`](https://github.com/BHoM/BHoM/blob/95d6557547f2bedb1c5262cb06772be67781244f/Structure_oM/Loads/BarDifferentialTemperatureLoad.cs#L36-L62) and other temperature-related loads have two properties: - `Axis` - `Projected` that are not really useful for those...
#### What is missing/incorrect? I had this question asked from an external collaborator -- we need to specify whether the distance is intended as parametric or actual in the attribute...
#### Description: Add a U Value Fragment for Cavity Insulation that can be used accordingly for U Value Calcs. This will be used as a U Value for insulation that...
**Edit**: Now called `CustomRequest`
### This issue has been archived Historic issue archive can be found [here](https://burohappold.sharepoint.com/sites/BHoM/01_Master%20File/Forms/AllItems.aspx?id=%2Fsites%2FBHoM%2F01_Master%20File%2F999_BHoM_GitHub_History_Archive)
Following discussion with @adecler. Proposing that we simplify the Graph implementation to not use generics or any type constraining clause. Three reasons: - BHoM_UI does not currently handle the nested...
Description: For section profile properties, elastic and plastic moduli are both calculated, but only elastic neutral axis center points are provided as a output, is it possible to add plastic...
#### Description: This new GeometryComparisonConfig could expose properties that are specific to the GeometryHash/HashArray methods. Also, it can be an useful to group properties in the BaseComparisonConfig, and enable us...
Base_oM: introduce a `NumberComparisonConfig` to group numerical options in the BaseComparisonConfig
#### Description: Introducing a new `NumberComparisonConfig` class would help to: - group all of the [numerical approx properties in the BaseComparisonConfig](https://github.com/BHoM/BHoM/blob/fb111f3e25e8d4edca93fdcaa8d9b53a62f1c071/BHoM/BaseComparisonConfig.cs#L66-L88); - improve clarity on the usage of BHoM_Engine methods...
#### Description: This could be used in the AGS_Toolkit, in the structures tools and elsewhere. The object can be fairly basic:  The 'maxima' is to determine whether to check...