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: 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...

type:feature

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

type:bug

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

type:feature

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...

type:compliance

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

type:bug
type:test-script

#### 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]...

type:feature

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...

type:compliance
type:question

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

type:compliance

#### Description: The same set of closed curves, turned into panels in a variety of ways, yields different outputs from the OutlineCurves(IElement2D) method. ![image](https://user-images.githubusercontent.com/7024203/89952003-7174ac00-dbfa-11ea-83b0-5ca56e531cda.png) #### Steps to reproduce: #### Expected...

type:bug

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

type:bug