philipbelesky / groundhog

A Grasshopper plugin, a set of reference models, and a wiki that collectively explore the applications of computational design techniques in landscape architecture.
https://groundhog.philipbelesky.com
32 stars 4 forks source link

Shortest Path Component — IndexOutOfRangeException #29

Open philipbelesky opened 5 years ago

philipbelesky commented 5 years ago

https://sentry.io/groundhog/groundhog/issues/720267304/

IndexOutOfRangeException: Index was outside the bounds of the array.
  Module "ShortestWalk.Geometry.CurvesTopology", line 0, in SetupVerticesToEdges
    Void SetupVerticesToEdges()
  Module "ShortestWalk.Geometry.CurvesTopology", line 461, in .ctor
    Void .ctor(System.Collections.Generic.IList`1[Rhino.Geometry.Curve], Double)
  Module "groundhog.GroundhogShortestPathComponent", line 340, in GroundHogSolveInstance
    Void GroundHogSolveInstance(Grasshopper.Kernel.IGH_DataAccess)
  Module "groundhog.GroundHogComponent", line 0, in SolveInstance
    Void SolveInstance(Grasshopper.Kernel.IGH_DataAccess)

Index was outside the bounds of the array.