MoI discussion forum
MoI discussion forum

Full Version: Elephant Repository

Show messages:  1-11  12-31  32-51  52-71  72-91  92-111  112-131  132-151  …  492-503

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!


From: bemfarmer
4 Sep 2019   [#89] In reply to [#81]
So Green inputs may have default values in the info window(?) Pink pointarray inputs do not have such default values in the info window (?)

Also Vertikal should be changed to Vertical :-)

- Brian
From: Frenchy Pilou (PILOU)
4 Sep 2019   [#90] In reply to [#89]
Vertikal is Max ! ;)

<< Pink pointarray inputs : what is the name of this node (if it's a native one)

Polyline has no case for input list of something


From: bemfarmer
4 Sep 2019   [#91] In reply to [#88]
For example:
Use Point node object output, as input to ObjToArray.

Use 3 Progression nodes with different settings, as input to Point node x, y, z.

- Brian

Show messages:  1-11  12-31  32-51  52-71  72-91  92-111  112-131  132-151  …  492-503