Grasshopper player Get-Geometry bug

Hi,

I noticed this wierd behaviour with the grasshopperplayer:

In Rhino8, the “Get Geometry” does not work for breps when clicking on a sphere like this:


It works only when clicking on the sphere edge or isocurve, or when the camera is further away from the object.

This issue probably comes from an update form rhino8, but i noticed it only using grasshopperplayer…

Hi Ludovic,

Does this work for you?
Gh-Player-Test.gh (5.0 KB)

Steps to repeat:

  1. create sphere
  2. run grasshopperPlayer command from Rhino command line or Button
  3. select


SelectGeometry

@Japhy,

Comparing with your file, I finally found that I did a mistake: I didn’t check “Surfaces” in the drop-down. It would then select the sphere only when clicking on the isocurves.
Sorry for that!

Still wierd that a sphere was selected by its isocurves though… maybe because a surface is considered as a brep, but only when selected from its edges/isocurves… or maybe i miss something else…
Anyway, I will check “Surfaces” in the menu now.