Organic Geometry With Dynamo

Hello,

I am new to Dynamo and was wondering if I can get help getting started.
I want to create something like this using Dynamo.

Thank you in advanced!

I’d say it’s doable but it’s definitely not one of Dynamo’s strengths:

8 Likes

@Dimitar_Venkov
Thank you for your response. I tried replicating your work, but I seem to be getting error messages from Geometry.Split.
Did I do something wrong?

Try: set working range settings to large

Seems like the split operation is failing. Could you hover over the error bubble and preview the error?

Yes it says “Warning: Geometry.Split operation failed. Unable to create non regular subtraction boolean : EDGECOIN_PROBLEM – system inconsistency processing edge coincidence”

@Nico_Stegeman where can I alter the working range settings?

UPDATE: figured it out: I was using the wrong Curve.Extrude
However my geometry looks very different from yours @Dimitar_Venkov
Is this a Lacing problem?
Capture

the last step would be to enable cross-lacing for the PointAtParameter node - right-click it > Lacing > Cross

1 Like

Settings - geometry working range

1 Like

Thank you both!
I hope to show my work here and get more feedback from the community!

1 Like

Youre welcome If a comment solved your problem, mark it as solution (and maybe leave a like here and there).