Arnaud Declercq

Results 22 issues of Arnaud Declercq

### Input data format assemblies.json: ```json { "Name" : "BHoM_Adapter", "Toolkit" : "BHoM", "Category" : "Adapter", "id" : 0, "BHoM_Guid" : "5e90d2d9-90af-4cb8-b4e4-2f446cb82ee7", "_bhomVersion" : "5.0" }, { "Name" : "Adapter_oM",...

bug

#### Description: Enums often need a more human friendly name than what is allowed by C# (eg. spaces, special characters,...). Right now, the `Description` attribute is used to cover that...

type:feature

#### Broken rules: `BarVaryingDistributedLoad` should have been versioned after the change in https://github.com/BHoM/BHoM/pull/1075 #### Suggestions to restore compliance: It looks like this one will need a custom converter in `BHoMUpgrader40`

type:compliance

The script freezes Grasshopper even when I lock the solver before opening it. I am also not sure why this is in the Mongo_Toolkit folder. Edit: my bad. the script...

type:question

### 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)

severity:low
type:bug

#### Broken rules: Nothing necessarily broken but good to have a deeper look into it. One aspect to look into, for example is that an `Enumeration` is able to serialise...

type:compliance

Here's the full list with missing types for each: - [x] BH.Engine.Geometry.Compute.IFitPlane(ICurve,Double) is missing: BH.oM.Geometry.Ellipse - [ ] BH.Engine.Geometry.Convert.IToPolyline(ICurve) is missing: BH.oM.Geometry.Ellipse - [x] BH.Engine.Geometry.Convert.IToNurbCurve(ICurve) is missing: BH.oM.Geometry.Ellipse - [...

type:compliance

- For Arc, it always returns true, which is incorrect. - IsValid(IGeometry) should be private ( IIsValid(IGeometry) is the public one for IGeometry )

severity:low
type:bug

Failing for: - [ ] NurbCurve - [ ] Extrusion - [ ] Loft - [ ] NurbSurface - [ ] Pipe - [ ] PolySurface - [ ] Mesh...

severity:low
type:feature