Expanding curve help GN

Hi There !
I am wanting a curve to apear around an object when it intersects another object. I my experiment I have a subdvided cube with a rudimentary edit to make it look triangular and I have a boolean operation in GN that almost wraps around the cube.

I would like the curve to expand outward from the object and also have to curve cyclic so it joins into itself.

can anyone help me

I would personally use a curve circle as your starting point and use Raycast to shrink wrap it, then add thickness with Curve to Mesh. Just make a circle bigger than your mesh and Raycast, no Booleans needed.

When using Capture Attribute, you need to use its Geometry output.
Otherwise, it’s like you’re capturing attribute on one mesh (lower branch), but trying to read it from another (upper branch).

Also, Curve > Write > “Set Spline Cyclic” node, does exactly what it says.

4 Likes

i will try this in the upcoming dasy after work and report back. Thankyou for your input!

@stray thankyou I found it and it works