MoI discussion forum
MoI discussion forum

Full Version: Elephant Repository

Show messages:  1-8  9-28  29-48  49-68  69-88  89-108  109-128  129-148  …  489-503

From: Frenchy Pilou (PILOU)
3 Sep 2019   [#69] In reply to [#67]
Ok that is that for the Array of values that you input inside the Panel info (and i suppose also for multiple selection)

Now rest to have the little animations for cross, average, repeat !

The funny of that is you have these same modes ( or less) for the Points of the lines itselves! (not only for the lines)
So many combinaisons possible! :)
From: Frenchy Pilou (PILOU)
3 Sep 2019   [#70]
I begin to understand! :) here for cross...each start line point go to each end line point (if Points itselves are all "Long" ! )


From: Frenchy Pilou (PILOU)
3 Sep 2019   [#71]
Ok I have nailed it! :)

All points are "Long"


From: Frenchy Pilou (PILOU)
3 Sep 2019   [#72]
Ok all is mastered! (my headache also! :)

And of course that change if you modify the Points modes itselves! :)

So 2 (modes start pts) * 2 (modes end pts) * 5 (modes lines) = 20 possible combinaisons of modes! (for the moment)

here only the "Pts" so 4 variants with "Long Lines"








From: Frenchy Pilou (PILOU)
3 Sep 2019   [#73]
Added Node Line (English) + paradigmatic Modes :)

http://moiscript.weebly.com/curves.html


From: Frenchy Pilou (PILOU)
3 Sep 2019   [#74]
Added Node Circle (English)
http://moiscript.weebly.com/curves.html




From: Frenchy Pilou (PILOU)
3 Sep 2019   [#75]
Added Node Rectangle (English)
http://moiscript.weebly.com/curves.html




From: Frenchy Pilou (PILOU)
3 Sep 2019   [#76]
Added Polygon (English)
http://moiscript.weebly.com/curves.html




From: Frenchy Pilou (PILOU)
3 Sep 2019   [#77]
Added Star (English)
http://moiscript.weebly.com/curves.html




From: Frenchy Pilou (PILOU)
3 Sep 2019   [#78]
I have some troubles with the Nodes Curve, Polyline! :)
From: Frenchy Pilou (PILOU)
3 Sep 2019   [#79]
Node Arc 3Pts (English)
http://moiscript.weebly.com/curves.html




From: Frenchy Pilou (PILOU)
4 Sep 2019   [#80]
Added Arc Center (English)
http://moiscript.weebly.com/curves.html



From: Frenchy Pilou (PILOU)
4 Sep 2019   [#81]
Added Circle Dia (English)
Curiously there is not Input inside the Info Panel!

http://moiscript.weebly.com/curves.html




From: Frenchy Pilou (PILOU)
4 Sep 2019   [#82]
Added Circle 3 Pts (English) Input datas only by Nodes ! Not Possible by Info Panel !
http://moiscript.weebly.com/curves.html




From: Frenchy Pilou (PILOU)
4 Sep 2019   [#83]
Added Ellipse Center (English)
http://moiscript.weebly.com/curves.html




From: Frenchy Pilou (PILOU)
4 Sep 2019   [#84]
Added Ellipse 3 Pts (English)
http://moiscript.weebly.com/curves.html

Maybe a little glitch on the "Z" Point drawing? (not on the ellipse perimeter! )




From: Frenchy Pilou (PILOU)
4 Sep 2019   [#85]
I am blocked with the Nodes Curves & Polylines for Input datas ! ???

If you have some lights about that! :)


From: wayne hill (WAYNEHILL5202)
4 Sep 2019   [#86] In reply to [#85]
Hi Pilou,

Look at the curves.js file for the geometry definitions.

...
// Curve
function Curve()
{
this.addInput("In","pointarray");
this.addOutput("Out","objectlist");
this.properties = { mode:["Curve", "Curve", "Interpcurve"], closed:["No", "No", "Yes"]};
}
...


// Polyline
function Polyline()
{
this.addInput("In","pointarray");
this.addOutput("Out","objectlist");
this.properties = {closed:["No", "No", "Yes"]};
}
...


Wayne
From: James (JFH)
4 Sep 2019   [#87] In reply to [#85]
Pilou,

The 3 colours of wires and connectors (inputs & outputs) represents the 3 data types:
GREEN = number data (numbers or numArrays)
PINK = point data (points or pointArrays)
YELLOW = objects (curves, surfaces or bReps)

So Curve & polyline nodes inputs are PINK and hence point arrays (minimum length of 2)

Hope this makes sense.
James
https://www.instagram.com/nodeology/

PS Keep up the good work.
From: Frenchy Pilou (PILOU)
4 Sep 2019   [#88]
Yes I am totally agree with you but the problem is that i don't find the good "native" Nodes for that! :)
(simple way like that or more complex)

I must miss something trivial!


Show messages:  1-8  9-28  29-48  49-68  69-88  89-108  109-128  129-148  …  489-503