Replace NGon Component

Hi, I am doing a simulation with Kangaroo but I am using an NGon component. The problem is that I am using ShapeDiver and it doesnt allow me to upload GH files using any NGon component. Does anybody know if I can replace de Naked Vertices (Naked) with an other component to have the same results? I am not a frequent user of Grasshopper!

Greetings,

V02Max4 Prueba.gh (13.0 KB)

You can use mesh.GetNakedEdgePointStatus(); within C# with a Cull Pattern.
2023-10-25_nakedVertices.gh (4.5 KB)

image

With some more coding you can get the same functionality just within the C# component.

1 Like

Thank you Bernd! Do you know if there is a way to replace it without scripts?

With the native NakedVertices component, found under Kangaroo2>Mesh
image

Thank you Daniel!