Geometry disappear from Perspective view when opening Grasshopper

In the example below, disabling the division by 0 component shows the GH geometry. However the problem is actually what happens with the big number resulting in the division by 0. The division by 0 can remain enabled. It’s the extrusion and the translation which cause the geometry to disappear. Selecting the problematic component shows the geometry outline selected again. At least the extrusion component has this behavior…

I find it interesting that the sine of 0° raises an error in the division component but a sine of 360° or cosine of 90° doesn not.

sine_cosine_division_0_big_number_geometry_disappears.gh (21.2 KB)

@Oskar_Scherdin why don’t you test your sine output for “invalid” results and replace those with some number… possibly 1?

1 Like