BHoM_Engine
BHoM_Engine copied to clipboard
Internal manipulation of the BHoM
#### Description: Currently if you have something like a `FreeFormProfile profile`, and want all the continuous edges, you must do: `List crvs = BH.Engine.Geometry.Compute.IJoin(profile.Edges.ToList());` it would be nice to avoid...
#### Description: As in header #### Steps to reproduce: See the test file #### Expected behaviour: Should create a floor with opening #### Test file(s): [SharePoint](https://burohappold.sharepoint.com/:f:/r/sites/BHoM/02_Current/12_Scripts/01_Issue/BHoM/BHoM_Engine/Physical_Engine/%232492%20-%20CreateFloor%20doesn%27t%20create%20openings?csf=1&web=1&e=wQNbht)
#### Description: Add a NakedEdge method to Geometry_Engine that returns exterior edges of a surface/polysurface. As part of this process we can use the IsAdjacent method currently in Facade_Engine, which...
Note, where the `method` begins with `BH.oM` - this means it is a `Create` method. The following methods need appropriate `null` handling of their inputs. You can use `@BHoMBot check...
#### Description: Some unit tests are giving different results when run in different environments. Setting up this issue to create a quarantine branch and PR to store them, keep the...
#### Description: Set of improvements to the Avalue Analysis method and related functionality in the Humans_Engine: - [x] Remove hard coding of view cones and spectator head outlines - [x]...
The following 4 methods are saying (and their CS files confirm) that they are part of the Serialiser_Engine namespace. However, the files that contain the code, sit within the Reflection_Engine...
#### Broken rules: Currently view cones used for Avalue analysis and the spectator's head outline are hard coded in `Create` methods for the `ViewCone` and `Spectator`. All are 2d Polylines...
#### Description: The same set of closed curves, turned into panels in a variety of ways, yields different outputs from the OutlineCurves(IElement2D) method.  #### Steps to reproduce: #### Expected...
#### Description: The create method does not assign the returned polyline to the `HeadOutline` property. Also a review of the coordinates used for the head outline should be undertaken. The...