Show messages:
1
…
1002-1021
1022-1041
1042-1061
1062-1081
1082-1101
1102-1121
1122-1141
…
1842-1859
Thread Split: Some posts in this thread have been moved here
From: James (JFH)
Hi Karsten
Thank you for the code. It does exactly what I wanted it to do, so cheers.
I cannot express how grateful I am for your efforts on my behalf.
Forever in your debt,
Thanks James
From: Karsten (KMRQUS)
Hello James,
the removeduplicates factory uses a tolerance value to check if a curve is identical. I set the default value to the limit, what for MoI is identical in general (threshold 0.005 - someone should disagree, if I'm wrong). If you set it to 0, the factory can't find identical objects and the node gives everything back. The factory works only for curves and not for points, faces .... -please try the attached node file. If you need something for points as well - we have to program it.
Have a nice day
Karsten
p.s.: In my installation your example shows 3 points as result independent from the tolerance? What version of MoI you use 4.0Beta?
Attachments:
remdupcrv.nod
From: James (JFH)
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)
Good to hear. I've tested it with V3.0 - so there were some doubts.
From: James (JFH)
Hi All
More pattern experiments: now stretcher pattern mapped to surface; remaining planar.
James
Image Attachments:
stretcher.jpg
From: mkdm
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
Very interesting James !
From: speedy (AL2000)
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)
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)
Hi All,
Batswing Gyroid wrapped with simple embossed grid
James
Image Attachments:
gyroid.jpg
From: Karsten (KMRQUS)
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)
<< go to the limit of what is possible
In theory anything is possible if all native functions are emulated ?
From: James (JFH)
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)
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)
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)
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)
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)
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
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
Show messages:
1
…
1002-1021
1022-1041
1042-1061
1062-1081
1082-1101
1102-1121
1122-1141
…
1842-1859