Skip to main content
1-Visitor
May 29, 2014
Solved

Modelling a Reef Knot

  • May 29, 2014
  • 3 replies
  • 9859 views

Hello,

I have, unfortunately, a requirement to model a Reef Knot (or Square Knot, as you might know it) again.

In the past, I have made a couple of wiggly curves orthogonal to each other and intersected them and run a VSS along them to create each half loop. A few mirrors and you have a passable looking knot. It takes a lot of tweaking and fiddling to get it looking presentable, though. Then there was the added complication that I was required to model a Slip-Reef Knot - one with a loop on one side that you could pull to undo the knot, a bit like a shoelace.

Is there an equation (or equations) to define such a knot? The nice thing about the equation approach would be that it took less work to make it look good and it would also scale nicely. That way, it would be done once and for all and I wouldn't have to repeat all the tweaking every time.

I'm sure someone out there has sorted this out.

Currently using WF4, M220, but I would imagine the principle applies equally well to any version. Bear in mind that I won't be able to open your solutions created in Creo 2.0, though...

Cheers,

John

Best answer by Inoram

I made it.

X=.45*cos(t)+.25*cos(-t)-.45*cos(-3*t)

y=.45*sin(t)+.25*sin(-t)-.45*sin(-3*t)

z=0.2*sin(5*t)

3 replies

1-Visitor
May 29, 2014

If anyone would have it, it would be http://mathworld.wolfram.com/SquareKnot.html

It doesn't look like anything useful for modeling, though the topology is OK.

12-Amethyst
May 29, 2014

Fun problem. It should be just a matter of parameterizing the knot and plugging the equations into a datum curve by equation.

That being said, I have no idea how one might go about parameterizing a knot.

The guy who made this website does. He has parametric equations for a granny knot which is similar to a reef knot.

http://paulbourke.net/geometry/knots/

I plugged the following into a datum curve:

x = -22*cos(t) - 128*sin(t) - 44*cos(3*t) - 78*sin(3*t)

y = -10*cos(2*t) - 27*sin(2*t) + 38*cos(4*t) + 46*sin(4*t)

z = 70*cos(3*t) - 40*sin(3*t)

And with a sweep I got this:

granny_knot.png

Maybe you can tweak these equations to form a reef knot. I might work on this later.

14-Alexandrite
May 29, 2014

sqknot.JPG

Patriot_1776
22-Sapphire II
May 30, 2014

Whoa, cool!

Done by "curve by equation" I take it?

1-Visitor
May 30, 2014

Search for "Instructional Knot Tying Animations (Blender)" and view in wonder.

No doubt it's not trivial work, but still amazing.

JWayman1-VisitorAuthor
1-Visitor
May 30, 2014

Amazing, indeed.