Is it possible to remove all the point using the “grasshopper”?

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.

1 Like

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.

image

Hope that helps!

1 Like

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:

missing

2 Likes

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 :question:

https://www.google.com/search?q="import"+Rhino+geometry+to+Grasshopper+using+'Params'+components

1 Like

Sorry for interrupting again @Joseph_Oster ,

for some reason “grasshopper” does not define points :frowning:

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.

1 Like

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.

1 Like

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.

Rhino_IiGqujywWc

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.

1 Like

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.

1 Like

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)

1 Like

Or just this:

image

2 Likes

I totally forgot this is a new feature of the updated cache component haha. Thanks!

1 Like

Hello @Volker_Rakow

I searched the entire “grasshopper” and did not find this element.
Tell me please, his name.