Show messages:
1-4
…
1765-1784
1785-1804
1805-1824
1825-1844
1845-1859
Thread Split: Some posts in this thread have been moved here
From: Frenchy Pilou (PILOU)
When you have few number of objects you can make something like this
From: Psygorn (DRILLBIT)
Hi PILOU,
I don't get it! I want to select create objects by nodeeditor.
Edit: How one can do it by controlling the movement of objects?
Could you please explain how I should use it to select created objects? So, then I can perform "Union" on them.
Later I would like to know how I can select certain edges using nodeeditor is it possible?
Attachments:
Move.nod
From: Frenchy Pilou (PILOU)
I am not sure you can "select" an object result : you can take the result for make something with it!
The Union Node works like that (that is here "Selected" by hand) but will be the same if it's an object(s) resulting of something!
https://moiscript.weebly.com/construct.html#bibeunion
From: Barry-H
Hi,
the node you need is the concat.
Barry
Image Attachments:
Screenshot (646).png
From: Frenchy Pilou (PILOU)
Problem of Nodes system : when you stop for a while you forget all! :)
Even you have made the Library ! ;)
https://moiscript.weebly.com/basic.html#bibeconcat
From: Psygorn (DRILLBIT)
Thank you Barry-H :)
By the way do you know if it is possible to do this (Selecting certain edges of unioned mesh) or not?
From: Psygorn (DRILLBIT)
I understand PILOU :)
Is there a manual to read and learn the functionality of nodes?
in a glance
https://moiscript.weebly.com/construct.html#bibeunion I was not able to find out how "select" works for example.
Should I keep digging into above link?
or is there another source for learning that kind of things.
From: Frenchy Pilou (PILOU)
You have all nodes here with their explanation so it's not exactly a manual but...
in English...and in French ;)
https://moiscript.weebly.com/biblio-elephant.html
You have Selected Node
https://moiscript.weebly.com/objects.html#bibeselected
and this shows (2 lines bottom) the action on the Select Node on this page :
https://moiscript.weebly.com/node.html
From: Psygorn (DRILLBIT)
Ok
So, digging it is! :)
From: Frenchy Pilou (PILOU)
Bon courage! It's not so evident!
From: Psygorn (DRILLBIT)
Hello guys!
I still have don't know how I could select those edges I had highlighted on the attached photo!
Could anyone help me out here?
From: sunspeed
Dear all,
I tried to use the OFFSET node to create a bigger version of a closed curve object i.e. a rectangle.
When entering a "Dist" number into the editor of this node, i.e.10, the rectangle gets a 10mm negative offset and is getting smaller. Entering negative numbers is not accepted. Switching the "Both" parameter to "YES" is creating both offset rectangles correctly.
My issue now is that I only want to have the bigger rectangle and not both.
Do I misunderstand the node or do I use it in the wrong way?
Thanks in advance for any ideas or proposals how to get this working.
Joerg
Image Attachments:
Offset Node issue.JPG
From: Frenchy Pilou (PILOU)
I will investigate your problem :)
From: Frenchy Pilou (PILOU)
Maybe like this ?
From: sunspeed
Thanks Pilou!
The FLIP parameter is doing the difference!
Really strange, I was pretty sure that I tested yesterday all parameter including different permutations but always failed. But maybe I simply did not test this combination or the restart of the computer solved the issue.
But however now it works, thanks again Pilou!
From: sunspeed
I need to do some calcs in a MATH node. I am looking for a function like integer(), but this one seems not to exist.
Do you know where I can find a summary about available functions that can be used in the MATH node? I know the simple + - * / PI sin cos tan ( ) but I assume that there might be more ;o))
Thanks, Joerg
From: bemfarmer
See posts by Max, a few years ago.
Also see nodeeditor code, e.g. in notepad++.
See Javascript functions, Ecmascript 5, for example at W3 site
- Brian
From: sunspeed
Thanks Brian. Sometimes it's really the easiest to directly look into the code although Java is not a know language for me. But Max did a very good readable code, so it was easy to simply add the ROUND() function to the list of codes.
In line 78 of basic.js the function can be added:
this.properties = { mode:["Long","Long","Short"], f:"a+b", preset:["a+b", "a+b", "a-b", "a*b", "a/b", "sin[a]", "cos[a]", "pow(a,b)", "round(a)"], a:[1], b:[1]};
Works now perfect for me.
From: bemfarmer
Thankyou sunspeed for sharing your Javascript (5) solution.
- Brian
From: bemfarmer
Is bundlePts available anywhere?
Is bundlePts redundant?
Was bundlePts replaced with some combination of array nodes?
As per Karsten, bundlePts combines the 1st point of each input array, then 2nd point of each input array, etc., which seems to be one of the multi process combinations?
Search of +bundlePts only yields 6 mentions.
- Brian
Show messages:
1-4
…
1765-1784
1785-1804
1805-1824
1825-1844
1845-1859