MoI discussion forum
MoI discussion forum

Full Version: Nodebundle for playing with nodes

Show messages:  1-3  …  1004-1023  1024-1043  1044-1063  1064-1083  1084-1103  1104-1123  1124-1143  …  1844-1859

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

From: James (JFH)
10 Jun 2018   [#1064] In reply to [#1063]
Hi Karsten,

Sorry for the confusion, my last example was different than my intention.
I thought the 3 points were all at the origin, and so I have removed the
comments & attachments from my last post so as to not perpetuate the
confusion. I should have double checked my work.

The node file is perfect as is.
Thanks again
James

PS I am using v4
From: Karsten (KMRQUS)
10 Jun 2018   [#1065] In reply to [#1064]
Good to hear. I've tested it with V3.0 - so there were some doubts.
From: James (JFH)
11 Jun 2018   [#1066]
Hi All

More pattern experiments: now stretcher pattern mapped to surface; remaining planar.


James

Image Attachments:
stretcher.jpg 


From: mkdm
11 Jun 2018   [#1067] In reply to [#1066]
Hello James!

Actually I don't have time to follow the Project Elephant "saga" but from time to time, when I can take a look at this thread, I see that you and the other guys are creating amazing stuff!

My congrats!!
From: Finema
11 Jun 2018   [#1068] In reply to [#1066]
Very interesting James !
From: speedy (AL2000)
11 Jun 2018   [#1069]
Hi Friends
Scrolling through the M_RectangularGrid
posted different time ago, I noticed
that everything could be greatly lightened,
in terms of weight of the resulting file ....
how many interested people find this link:
http://www.mediafire.com/file/fulg3v4ektwlp84/M-RectangularGrid.nod/file
the updated Macro
Good Work everyone
alberto
From: speedy (AL2000)
12 Jun 2018   [#1070]
Hi Friends
I want to share this new macro
multiple radii Pipe ..
file at this link:
http://www.mediafire.com/file/56b5264atbkm8cp/M_mradiiPipe.zip/file
Have a nice day to all
alberto
From: James (JFH)
12 Jun 2018   [#1071]
Hi All,

Batswing Gyroid wrapped with simple embossed grid

James

Image Attachments:
gyroid.jpg 


From: Karsten (KMRQUS)
12 Jun 2018   [#1072]
Hello James, Hello Al,

Looks like you're having fun. It makes me happy to see that you still use the NE and go to the limit of what is possible. Very impressive.

Have a nice day
Karsten

Message 7777.1073 was deleted


From: Frenchy Pilou (PILOU)
12 Jun 2018   [#1074]
<< go to the limit of what is possible

In theory anything is possible if all native functions are emulated ?
From: James (JFH)
12 Jun 2018   [#1075]
Hi All,

Attached is .nod file for building gyroid sphere.
First open gyroidSphereElem.3dm then load gyroidSphere.nod and RUN

UPDATED: Now with Karsten's brilliant new "Network" node, no imported element is necessary.
First replace Construct2.js in AppData/Moi/Nodeeditor/Nodes/Extensions with attached

And while you're at it, also replace Object2.js in same directory. It includes new removeDupCrvs node:
a useful utility.

James

Image Attachments:
gyroidSphereHollow.jpg 


From: Karsten (KMRQUS)
12 Jun 2018   [#1076] In reply to [#1074]
Hello Pilou,

I meant possible now. Everything can improved -that's clear. But I think we got a good state - from the start till now. And not all functions can be converted to a node and it isn't useful in my opinion. But, Step by step we can close the gap. And new Options in V4 will do the rest.

Have a nice day
Karsten
From: speedy (AL2000)
13 Jun 2018   [#1077]
Hi Friends
an adaptation of a movable window module
on a canopy, applied not with Flow tool, but with
Copy from/ to point...
as usual file at this link:
http://www.mediafire.com/file/ctla4g3v759p77i/MovableWindowsonCanopy.zip/file
Have a nice day to all
alberto

PS-I take this opportunity to greet the great Karsten
welcome back ... we hope for your help
for the next developments .... without you, this,
I think it would not have been possible
From: James (JFH)
13 Jun 2018   [#1078] In reply to [#654]
Hi Karsten,

In reply to http://moi3d.com/forum/index.php?webtag=MOI

<< I've already written a Network node, but it's very unstable caused by the orientation of the Input curves.>>.

Now I don't want to badger, only remind you, in case it has slipped your mind;
that this was a path that you had already ventured down and that you may be interested in revisiting it with new eyes.
(if you will excuse the mangled metaphor). Network it the major missing construct node in NE

All the best
James
From: Karsten (KMRQUS)
14 Jun 2018   [#1079] In reply to [#1078]
Hello James,

the Network factory is one of those who crashes MoI, if the Input is not correct. Futhermore it is difficult to sort and orient the curves in the right way for the Input. A lot of logic and checks would be necessary to bring the curves in a topological structure. And I don't know how MoI itselve handles that.

Have a nice day
Karsten
From: James (JFH)
14 Jun 2018   [#1080] In reply to [#1079]
Hi Karsten,

Thank you for getting back to me.

<< Network factory is one of those who crashes MoI....I don't know how MoI itselve handles that.>>.

OK perhaps this is one node that is best left to Max.

But while I've got you here: you also some time ago observers that
<< rebuild curve would also help for a complete toolchain!.>>,
(refer: http://moi3d.com/forum/messages.php?webtag=MOI&msg=8622.1

Is this something that you have looked at?

I loath coming across as a total ingrate, because the truth is, I could not be more grateful
for all your great work.
James
From: Michael Gibson
14 Jun 2018   [#1081] In reply to [#1079]
The Network factory has inputs like this:

0: Object list - U curves
1: Object list - V curves
2: List of curve orientation objects - U orientations
3: List of curve orientation objects - V orientations
4: String - Mode, One of "normal", "lighter", "custom", "uniform"
5: Number - Custom tolerance, Fitting tolerance to use when mode = "custom".
6: Int - Uniform Num Points - Number of interior points to use when mode = "uniform".

The way it works in the normal command is only the U curves are populated by the command script, and the orientation data is empty. Then when the it runs it sorts those into separate U and V lists and makes the orientation lists that records any flipping that was done so that when the factory is persisted into a history string and there is a history update late it won't attempt to resort them at that time.

If you can extract a sample of what's not working for you such that it is runnable outside of the node editor as just a regular command it would make it easier for me to track down what is going wrong there.

- Michael
From: Karsten (KMRQUS)
14 Jun 2018   [#1082] In reply to [#1081]
Hello Michael,

thanks for the information! It wasn't clear for me how it works and I thought at the end, I have to sort it in the JS-Code. The old documentation wasn't helpful - only 4 Inputs. So I will start working on Network again the next days, but with low priority -FIFA World Cup starts today and that requires a lot of capacity:-) Holy weeks for me!

A nice day to all
and thanks again
Karsten
From: James (JFH)
14 Jun 2018   [#1083]
Hi All,

Only after doing gyroid nod file, did I discover early discussion of batwing gyroid on the forum & Jotero's suggested method.
However this took me to his online gallery. One of his sculptures was the inspiration for this: byrdCage.nod

James


Image Attachments:
byrdCage1.jpg  byrdCage2.jpg 


Show messages:  1-3  …  1004-1023  1024-1043  1044-1063  1064-1083  1084-1103  1104-1123  1124-1143  …  1844-1859