Is it possible to remove all the point using the “grasshopper”?
can “grasshopper” remove an arbitrary number of points?? how to do this??
точки.3dm (250.4 KB)
Is it possible to remove all the point using the “grasshopper”?
can “grasshopper” remove an arbitrary number of points?? how to do this??
точки.3dm (250.4 KB)
Your objective isn’t very clear to me, but if you want to ignore points and keep curves, you can do it passively like this.
The '<null>'
values can easily be removed using Clean Tree. The same method can be used for surfaces.
Hello @Joseph_Oster , Thanks for the answer, I couldn’t imagine it. I can’t find the element “yellow list of elements”
my example
can’t find the element “yellow list of elements”
Hi @timob2567 ,
Are you looking for the Panel ?
You can search for “Panel” with a double click search in the canvas
Type // and then text to create a panel.
Hope that helps!
You have working code so you can hold CTRL-ALT and hold the mouse down on any component to see where it comes from (‘Params | Input’ in this case). These are text panels that you used in your own code:
Hello @Joseph_Oster , Thanks , I can’t add items to the “panel”.
How to add elements to the “panel”, is it possible for the “grasshopper” itself to add elements to the “panel”?
Apparently you don’t know how to “import” Rhino geometry using ‘Params’ components
https://www.google.com/search?q="import"+Rhino+geometry+to+Grasshopper+using+'Params'+components
Sorry for interrupting again @Joseph_Oster ,
for some reason “grasshopper” does not define points
using the “Bake” command
but nothing happens ;_;
it marks points but does not delete them
I can’t see what you are doing but any problem here is almost certainly user error.
Don’t bake everything like that. Select the node with the points only and choose bake. Else upload your code because it’s really hard to understand what the issue is.
Oke @Ftzuk
Select the node with the points only and choose bake.
trying, not work ;_;
точки_снова.3dm (58.5 KB)
точки_удалить_ вторая_ревизия1.gh (11.0 KB)
It does. If you bake the points they appear in Rhino.
hello , @Ftzuk
I click “bake” but it doesn’t delete point. And also does not highlight them.
when I select points it highlights them in green.
Bake is to create points, not delete them.
tsank @Ftzuk Is it possible to remove all the point using the “grasshopper”?
You can’t delete with Grasshopper.
Why don’t you just select the points in Rhino and delete them? I don’t really understand why you need grasshopper for this.
Hi @timob2567 ,
Like others, I’m confused why you need to automate this process but suspending those questions here’s a solution for GH (R8) that will get the GUIDs of Point objects in your Rhino Model and delete them when you press the Delete button in the GH script.
Graph Space (Before Pushing Delete):
Graph Space (After Pushing Delete):
Model Space (Before Pushing Delete):
Model Space (After Pushing Delete):
Hope that helps you!
20240704_точки_удалить_ вторая_ревизия1_Response_01a.gh (13.4 KB)
Or just this:
I totally forgot this is a new feature of the updated cache component haha. Thanks!
Hello @Volker_Rakow
I searched the entire “grasshopper” and did not find this element.
Tell me please, his name.