MoI discussion forum
MoI discussion forum

Full Version: Nodebundle for playing with nodes

Show messages:  1-14  …  1715-1734  1735-1754  1755-1774  1775-1794  1795-1814  1815-1834  1835-1854  1855-1859

Thread Split: Some posts in this thread have been moved here

From: bemfarmer
25 Nov 2020   [#1775]
Post # 1766 has updated CMC6 node. CMC4 is gone. Only one person downloaded it.
Curve output added. Comments modified. Rotated curves to align with screen.
Still puzzling on several issues. Nodary and Undulary look nice, but the Sphere and Cylinder need to have the y coordinates divided by 2,
to get the proper quarter arc or line, with correct radius. So maybe Nodary and Undulary curves need the same???
For the Nodary and Undulary, the revolve axis needs to be determined. The revolve axis is the same as the roulette line, which passes through the upper
vertex of the generating hyperbola for the Nodary, and through a vertex of the ellipse for the undulary.
The relation of rmin and rmax to the hyperbola a, b, and c parameters is not complete.
"a" may be equal to (rmax - rmin). Or not?

One fact is that the point on the side of the Nodary with vertical tangent is at the distance "b" from the roulette axis, because at infinity,
the asymptote of the hyperbola is horizontal. A general property of the hyperbola is that the Focus of the hyperbola is at perpendicular
distance "b" from the asymptote.

"c" = sqrt(a*a + b+b), for the hyperbola.

- Brian
From: bemfarmer
29 Nov 2020   [#1776]
One mystery is solved. Need to divide by 2 turned out to be lack of parenthesis.
Correct factor of 1/sqrt2 became *sqrt2. (1/sqrt2 = sqrt2/2).

Second mystery, the modulus needs to be k*k. (now certain:-)

Also got rid of my negative sign. Learned a long time ago that if the professor's equations seem wrong, they are not, my thinking is wrong.
Now the undulary and nodoid line up with each other, at proper R and r, and the x-axis is the roll and revolve axis line.

Values of R and r corresponding to parameters a, b, and c for ellipse and hyperbola also solved.

Will post CMC8 later tonight, and word doc, and example node.

Still need to check if sample roulettes match the profiles.

A formula for the widths of the nodary would be nice...

- Brian

Attachments:
Parameters for Undulary and Nodary curves and parent Ellipse and Hyperbola.docx


From: bemfarmer
29 Nov 2020   [#1777] In reply to [#1776]
Attached is the CMC8.js node file, and the CMC8_01.nod program, for creating symmetric half of an Undulary curve, and a Nodary curve.

Also attached is the NodoidUnduloidRadii08.3dm file which demonstrates that the formulas for the two Radii "R" and "r" correspond to the parameters "a", "b", and "c" for the parent roulette curves Ellipse for the Undulary curve, and Hyperbola for the Nodary curve, as described in the Word file Parameters for Undulary and Nodary curves.
In particular, an unwrap of half of the perimeter of the ellipse corresponds to 5 decimal places with the x_length of the undulary, which is equivalent to rolling the ellipse. The ellipse is drawn with MoI ellipse command.
Also an unwrap of half of the hyperbola, and Line/Line orient of the tangent at the "end" of the hyperbola segment, with attached Focus1 and Focus2, demonstrates that after "rolling" the hyperbola, that the new location of the two foci is (nearly) on the red nodary curve. (It is not perfect, but pretty close. There must be some calculation tolerances...). In addition, the y height of the vertical tangent to the nodary curve agreed within 6 decimal points of the calculated value of parameter "b". Once the parameters are calculated and points plotted, Michael's hyperbola script draws the hyperbola.

Also, moving the mu slider to zero will generate a quarter circle, (mirror and revolves Sphere), and setting mu equal to 1/(4*lambda) generates
a line, (revolves to a cylinder). Both with the proper radius R. (But there are better ways to make spheres and cylinders.)
(Roulette of parabola to a catenary, (revolve to a catenoid), uses other equations.)

This finishes up the CMC project, except for finding a formula for the widths of the nodary curve segments.

- Brian

ps The new Dimension commands were great for labeling the .3dm drawing. Someone should do a video. I've almost stopped hitting enter after adding
text. The detailed view is helpful for screen align, and altering distance for text. It might be nice to be able to have both distance and text in the horizontal and vertical dims.

Attachments:
CMC8.zip
CMC8_01.zip
NodoidUnduloidRadii08.zip


From: Michael Gibson
30 Nov 2020   [#1778] In reply to [#1777]
Hi Brian, I'm glad the dims are useful! You can have both the distance and additional text show in a dimension by going to the "Details..." object properties dialog and under Annotation properties > Text put in the text you want and also include a <> (less-than and greater-than characters with no space between them). The <> will be substituted with the numeric value.

So for example if you set the dimension's text value to be "Distance = <>", it will display like this:



- Michael

Image Attachments:
brian_dim_text.jpg 


From: bemfarmer
30 Nov 2020   [#1779] In reply to [#1778]
Michael, Thankyou for the excellent Text = <> information !

BRIAN
From: Frenchy Pilou (PILOU)
3 Feb 2021   [#1780]
I have seen this incredible thing by nkallen ! I believe that is in WIp but...very promising!


From: James (JFH)
3 Feb 2021   [#1781] In reply to [#1780]
quote:

I have seen this incredible thing by nkallen ! I believe that is in WIp but...very promising!


Pilou,

I'm intrigued! Where did you come upon this video?
Can you please post thel link to webpage.

James
https://www.instagram.com/nodeology/
From: Frenchy Pilou (PILOU)
3 Feb 2021   [#1782] In reply to [#1781]
I found this on the Moi's Discord! ;)
(seems it's also a fan of the node's Houdini system network editor for make it more efficient)
Cool that he wants make now something for the Moi Node editor! ;)
https://discord.com/channels/643404002343780362/643406803773685790/804816015983640586


From: bemfarmer
19 Feb 2021   [#1783]
A quick Tip.
For a screen capture of a Dark theme screen, the Color (in particular black & white), can be reversed, for easier printing, with the Snagit screen capture editor.
In the editor, click on image> effects> filter> invertcolors.

- Brian
From: Zooen
24 Feb 2021   [#1784]
>I have seen this incredible thing by nkallen ! I believe that is in WIp but...very promising! (Pilou)

Elephant knot editor to automatically create knots when modeling. It would be really very useful for modeling, learning to master MoI, the node editor, etc.
From: Chris (CHRISTOPHER021)
25 Feb 2021   [#1785]
Another update by nkallen

https://www.youtube.com/watch?v=Axtxwt9-gww
From: Frenchy Pilou (PILOU)
25 Feb 2021   [#1786]
Cool ... will be fine if it's will compatible with the new Max Smirnov NodeEditor for the v4 (if projected)
From: bemfarmer
25 Feb 2021   [#1787] In reply to [#1785]
One hour ago youtube by NICKKALLEN:
https://www.youtube.com/watch?v=i-5Oj1zPjpo

Cannot find any sign of a demo program.

Someone should subscribe and ask about the availability of the program?

- Brian
From: Frenchy Pilou (PILOU)
1 Mar 2021   [#1788]
You can install and try the New Node Editor by Nkallen
Principally record something for parametrize it!

(I am trying to install it... not evident for me! :) even the readme...
https://github.com/nkallen/elephant/blob/master/README.md

https://github.com/nkallen/elephant/tree/master
From: bemfarmer
1 Mar 2021   [#1789] In reply to [#1788]
Edit: deleted most of this post to avoid creating confusion.
- Brian

Good find Pilou,
From: nkallen
1 Mar 2021   [#1790] In reply to [#1789]
Hi everybody,

This video walks you through how to install it on Windows. I'm encouraging people for now to use git rather than downloading zip files etc. I'll make another video for Mac users tomorrow.

https://www.youtube.com/watch?v=jsTGCHa-pZk&t=1s

Reminder that this is just a preview release. Consider it an alpha.
From: Frenchy Pilou (PILOU)
1 Mar 2021   [#1791]

From: bemfarmer
1 Mar 2021   [#1792] In reply to [#1790]
Thank you nkallen.
On Windows 10, got git installed, and did the first two steps done, the git clone... and git checkout...
Hung up on git commands.patch.

Very slow internet here. Cannot watch video until tonight.

Will try again tonight with fast internet, and watching video.
- Brian

My file explorer directory structure was temporarily messed up, I guess from git am --directory commands...
>>>After a reboot, the directory structure is back to normal. I'll have to follow the video directions for Windows 10.

- Brian
From: bemfarmer
1 Mar 2021   [#1793]
The other Readme file in elephant-0.1-alpha, refers to a third patch file,
git am --ignore-whitespace elephant.patch

It is confusing.
Will try again tonight...

- Brian

The second readme also has Win instructions...
From: nkallen
1 Mar 2021   [#1794] In reply to [#1793]
Hi, I think following the video should be best, I'm still working on the README

Show messages:  1-14  …  1715-1734  1735-1754  1755-1774  1775-1794  1795-1814  1815-1834  1835-1854  1855-1859