Show messages:
1-11
…
1312-1331
1332-1351
1352-1371
1372-1391
1392-1411
1412-1431
1432-1451
…
1852-1859
Thread Split: Some posts in this thread have been moved here
From: Karsten (KMRQUS)
Hello Barry,
at the moment its not possible to control the ends of the curve. It's a question I have to ask Michael. It's an input of the factory which takes a list, but I don't know what kind of type it needs. So the factory takes the closer ends. As a workaround you can trim the curves so you get the closer ends where you want it and use idxSelect to get the right curves - then blend or fillet.
LoopInit - damned it's an unfinished idea, I had a while ago - please remove Basic2.js
Thank's for the reply!
I will remove it in the extensions and place Brians Torus for that:-)
From: Karsten (KMRQUS)
Okay - done.
removed the useless Basic2.js
added Brians Torus Mapping
added flip to construct2
added ArrayRev, arraySort, Gate, FlipNumArray to arrayExt
added Extend to curves2
Hopefully everything is right now!
From: James (JFH)
Hello Karsten,
>> Nevertheless a bigger review is necessary, but I can't do that....
.....Some of [the nodes] have the same or a similar function, <<
I think you are right that the starting point is to pare down the extensions by removing redundant nodes, before rationalising them into agreed menus.
With a view to that I have a couple of questions:
1) Does new node Points2/PTS2pts perform any functions beyond Objects/ObjtoArray?
2) Are Transform2/FlowObj & Transform2/mFlowObj now fully redundant since Max's version Transform/Flow?
3) Is Objects2/intersectObj now redundant since new Objects2/intersectObjMP?
4) Does Points2/Path_Array do anything not already done by Points2/mPath_Array?
5) Was Construct2/mLoft made redundant by the addition of Construct2/mLoft2?
6) Is Construct2/Project now redundant since new Construct2/ProjectMP?
7) Wasn't Objects2/Concat2 made redundant by Max's updated Basic/Concat?
Generally, I already think I know the answers to all these questions, but I need your verification in case I missed something.
I need also to do some analysis of r2d3 nodes before posing similar questions for Raif (AKA r2d3), but ultimately as part of a rationalisation, we need IMHO to move any of his non-redundant nodes into the relevant menus.
Once that is done, I will post a full listing of node menus for comment, and if agreed upon post new extensions.js
I recognise that this will create issues of backwards compatibility but it is IMHO a necessary step to promote greater adoption of NE
Thank you for your enduring support
James
From: Barry-H
Hi Brian,
I came across your script
http://moi3d.com/forum/index.php?webtag=MOI&msg=4801.142 for the Airfoil and was wondering if the conic and tail fillets could be made into separate nodes ?
Cheers
Barry
From: bemfarmer
Hi Barry,
It is hard to believe that 7 years have passed...
The leading edge conicFactory, and the trailing edge arcFactory2 are located at lines 191 through 210.
Making them into separate nodes should be possible, IMHO.
- Brian
From: Karsten (KMRQUS)
Hello James,
Thank you!
1) Does new node Points2/PTS2pts perform any functions beyond Objects/ObjtoArray?
Yes, but I like the name and it wasn't clear for me at the time I wrote it:-)
2) Are Transform2/FlowObj & Transform2/mFlowObj now fully redundant since Max's version Transform/Flow?
Yes
3) Is Objects2/intersectObj now redundant since new Objects2/intersectObjMP?
Yes
4) Does Points2/Path_Array do anything not already done by Points2/mPath_Array?
No!
5) Was Construct2/mLoft made redundant by the addition of Construct2/mLoft2?
Yes
6) Is Construct2/Project now redundant since new Construct2/ProjectMP?
Yes
7) Wasn't Objects2/Concat2 made redundant by Max's updated Basic/Concat?
At the end - yes.
Okay - we can now delete the redundant nodes, but which name for the left one?
Or place them in an compatibility file?
By the way - I think about a small documentation - a small html files for every node, you can call by the RMB. My problem: I don't have any html skills. Netbeans alerts to me " use CSS" okay???. Could you or someone else make some tests and give me some tips or create a template?
For testing you have to replace basicfunctions.js in the libs folder - construct2.js and create a folder under extensions\Documentation\EN\ and place the sweep.html into it. Language setting in Moi should be English. When you insert the sweep node in NE, you should find then a info under the RMB.
Thanks in advance
and have a nice day
Karsten
Attachments:
basicFunctions.js
construct2.js
Sweep.html
From: Karsten (KMRQUS)
Hello,
I found a bug in Infonodes.js. The geometric center calculated in stlVolume gives wrong values for the input of multiple bodies. Now it should work. Find attached the fixed file. The file is also replaced in the earlier posted extensions.zip
Sorry for that!
Karsten
Attachments:
infonodes.js
From: James (JFH)
Hello Karsten,
>> By the way - I think about a small documentation - a small html files for every node, you can call by the RMB. My problem: I don't have any html skills. <<
To tell the truth, it has been years since I have done any html work, but I want to pull my weight, so I'll happily take this on.
I have attached example of info dialog with text headings arranged as accordion menu: directory path extensions\Documentation\EN\Sweep.html
It needs some finessing, but I am still in the process of refamiliarization.
Anyway I have posted it for testing.
I only have moi on a Mac, so please let me know how it appears in Windows version.
Great weekend to all,
James
From: Karsten (KMRQUS)
Hello James,
looks very good - I like the clear design. Does the code works on a Mac? - I don't have one to to test. Please let me know.
Many thanks!
Karsten
Message 7777.1381 was deleted
From: Karsten (KMRQUS)
Something to play :-)
Attachments:
basicFunctions.js
GetInTouch.nod
loop.js
From: bemfarmer
Feedback?
From: Karsten (KMRQUS)
Hello Brian,
It's a draft. Untested - limited to one loop. Any criticism or suggestion is welcome. The place in the menu is also in question. Is feedback not the right word for that? Response better?
Please let me know
and have a nice day
Karsten
From: bemfarmer
Hi Karsten,
I've yet to study your loop node, so can make no comments yet.
(Hoopsnake is a grasshopper component.)
- Brian
From: bemfarmer
Hi James and Karsten.
The Sweep.html looks very nice in Windows 10 file explorer.
Where is the RMB pushed to see the html in nodeeditor?
(The html has been placed in the extensions/Documentation/EN folder, and basicfunctions.js updated.)
- Brian
From: Karsten (KMRQUS)
Hello Brian,
Sorry for the unclear post.
please place also the posted construct2.js in the extensions folder. Place a sweep node into the canvas. Then you will find an info option by pressing the Right Mouse Button on the sweep node.
Hopefully it works for you also - let me know!
Have a nice day
Karsten
From: bemfarmer
Thank you Karsten.
I've been making a lot of blunders getting everything in the correct various directories, my fault.
So for Windows 10, The RMB on the displayed Sweep node now works to display the Sweep.htm, for the standard "DARK" display mode of nodeeditor.
For the "LIGHT" display mode of nodeeditor, only a very small white vertical rectangle, with X in it, is displayed. I have yet to investigate any of the code.
- Brian
Also, either html box persists on top of the MoI screen, when the nodeeditor is closed. So maybe a small cleanup should be done when closing nodeeditor.
From: Karsten (KMRQUS)
Hello Brian,
I missuse a moi function for dialog boxes to display the html (moi.UI.createDialog). It's an easy and hopefully lightweight way to show some Information.
I'm more weired about the problem with the light display mode. Typically is something wrong with the path, when that happens. The path is evaluated in basicfunctions.js.
Looking forward
Karsten
Thread Split: This post has been moved here
From: bemfarmer
Hi Karsten,
The html box is easy to delete, so not much of a problem.
The docupath in basicfunctions.js refers to "index.html", which matches "dark" hotkey,
whereas "light" hotkey refers to .../indexhtml?scheme=Light"...
My Shortcut key for "dark" nodeeditor, Ctrl+Alt+M:
moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );
My Shortcut key for "light" nodeeditor, Ctrl+Alt+N:
moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html?scheme=Light', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );
Modification to reverse the html problem, but not correct it:
In docupath, replace ..."index.html"... with ..."index.html?scheme=Light"
Now the dropdown works in Light mode, BUT not in Dark mode.
So this is not a solution. I can now use the dropdown documentation in Light mode, but not in Dark mode.
- Brian
Maybe a fix in docupath would be to do: If index.html?scheme=Light, do the dark dialog, else do the light dialog. Or something similar?
Show messages:
1-11
…
1312-1331
1332-1351
1352-1371
1372-1391
1392-1411
1412-1431
1432-1451
…
1852-1859