BHoM_Engine icon indicating copy to clipboard operation
BHoM_Engine copied to clipboard

Internal manipulation of the BHoM

Results 240 BHoM_Engine issues
Sort by recently updated
recently updated
newest added

#### Description: Engine methods need to be added to handle new objects per https://github.com/BHoM/BHoM/issues/1198 for creating analysis grids, generating results, creating an analysis grid result from this analysis, and then...

type:feature

#### Broken rules: Remove methods associated with deprecated objects from https://github.com/BHoM/BHoM/issues/1270 #### Suggestions to restore compliance: Above.

type:compliance

#### Description: The methods [`GetAllFragments`](https://github.com/BHoM/BHoM_Engine/blob/a7ddf9875c6cc59455c192a41f32f9e0ebf385ec/BHoM_Engine/Query/GetAllFragments.cs) and [`FindFragment`](https://github.com/BHoM/BHoM_Engine/blob/ee90185c6ceba063288425c8e8fef1d1c8714dab/Environment_Engine/Query/FindFragment.cs) do not follow a consistent naming convention and are therefore difficult to find. #### Suggestion to restore compliance Name both methods using a...

type:compliance

#### Description: Together with @tiagogrossi we just approached an interesting problem (actually, I have been there before myself, but never picked it up so far). Namely, we have the following...

type:feature

#### Description: The following check: https://github.com/BHoM/BHoM_Engine/blob/a7ddf9875c6cc59455c192a41f32f9e0ebf385ec/BHoM_Engine/Query/GetAllFragments.cs#L54-L58 limits the usefulness of the method, in that the search is limited to interfaces that implement `IFragment`. It is also not useful, because the...

type:feature

#### Description: The transform method is required for certain operations when converting from Revit fitting objects, similar to Cable Trays and Ducts.

type:feature

#### Description: In order to consider better the options and approaches for null handling in the PR https://github.com/BHoM/BHoM_Engine/pull/2516 A set of performance benchmarking for null checking is proposed. Using one...

type:feature

#### Broken rules: https://github.com/BHoM/BHoM_Engine/blob/6ebedf225c064d15af5c45ac3d09b43636005c37/Structure_Engine/Create/Loads/BarDifferentialTemperatureLoad.cs#L109 #### Suggestions to restore compliance: Change to barDiffTemp

type:compliance

#### Description: Some offset cases fail with input geometry of closed polycurves consisting of lines and arcs only. #### Steps to reproduce: Use the test script provided. Some offset fail...

type:bug

#### Description: I am getting a big difference between what is being calculated for Asy and Asz in the BHoM, vs the SPC section property calculator. ![image](https://user-images.githubusercontent.com/55385899/116997867-4759a180-acd5-11eb-855a-f263a93452bf.png) #### Steps to...

type:bug