Sorry a dumb question. How to detect when there is no geometry being feed into an input (eg. a Mesh)
In grasshopper, the component will turn orange and say something like “input mesh fail to collect geometry”
But in my code the bool GetData<Mesh> not really returning anything when I try to print it out
if there is an input it returns True, but it doesn’t return False when there is no input.
is there another function that can help me detect when an input is missing