MoI discussion forum
MoI discussion forum

Full Version: Elephant Repository

Show messages:  1-4  …  45-64  65-84  85-104  105-124  125-144  145-164  165-184  …  485-503

From: Frenchy Pilou (PILOU)
6 Sep 2019   [#105]
Global view of the Native Nodes
Useful for the Input / OutPut colors! ;)


From: Frenchy Pilou (PILOU)
7 Sep 2019   [#106]
ObjToArray is totally mysterious for me!
And surrely ConvertPoint! :)

(Selected (0) is normal I made the ScreenShot between 2 tests )



How Extract all from a selection in one pass ?
From: wayne hill (WAYNEHILL5202)
7 Sep 2019   [#107] In reply to [#106]
Selected > ObjtoArray > extractPts > Output
From: bemfarmer
7 Sep 2019   [#108] In reply to [#106]
PinkDot represent pointarray class, and contain many properties, including "raw" points, e.g.(x,y,z), AND frames and scales(?) and angles...

GoldDot points are MoI's geometry form of points, which can be added to the geometry database and displayed in MoI. (Object Lists)

GoldDot points can have styles, names, etc.

- Brian
From: Frenchy Pilou (PILOU)
7 Sep 2019   [#109]
<<Selected> ObjtoArray > extractPts > Output

I have a cube selected

Not yet working! (square orange) and not sure that takes all points...(maybe also i don't use good nodes after the Extract)


From: wayne hill (WAYNEHILL5202)
7 Sep 2019   [#110] In reply to [#109]
This is working. Maybe right click on Selected and Update. The extractPts is in the Objects2 node
From: Frenchy Pilou (PILOU)
7 Sep 2019   [#111] In reply to [#110]
New test only one point (before reading your last post)



Ah OK Cool! you pass not by the "Array" :)

So what is the "Pink Array" of the "ObjTo Array" ?
From: Frenchy Pilou (PILOU)
7 Sep 2019   [#112]
Just a little Thing : The "ExtractPts" is not in the Native Nodes!!!

I am only on the Native Nodes for the moment! ;)

So maybe that is not possible with only Native Nodes ?

And always want to know what is exactly the Pink "Array" of the Native Node "ObjToArray" :)
From: Frenchy Pilou (PILOU)
7 Sep 2019   [#113]
More easy :)

Node Loft (English French)
http://moiscript.weebly.com/construct.html


" />

From: Frenchy Pilou (PILOU)
7 Sep 2019   [#114]
Node Sweep (English French)
http://moiscript.weebly.com/construct.html




From: Frenchy Pilou (PILOU)
7 Sep 2019   [#115]
Node Extrude ( English French)
http://moiscript.weebly.com/construct.html




From: Frenchy Pilou (PILOU)
7 Sep 2019   [#116]
New little blockage! I stay on a Flat land! :)

Surely trivial but what is the "Frame" inside the Revolve Node and how to use it?



Of course I can rotate first my Profil... but i want to know the use of this mysterious "Frame"! :)


From: Frenchy Pilou (PILOU)
7 Sep 2019   [#117]
More easy :)
Node Boolean Diff (English French)

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





From: Michael Gibson
7 Sep 2019   [#118] In reply to [#116]
Hi Pilou, a frame is an origin point and 3 direction vectors which together defines a 3D coordinate system, like this:



Probably your case there will use the z axis of the frame as the axis of revolution.

- Michael

Image Attachments:
pilou_frame.jpg 


From: Frenchy Pilou (PILOU)
8 Sep 2019   [#119] In reply to [#118]
Cool! Seems that but there is a direct exit from MOi! :) (without report! )
In general when slider go toward 0 (even 0 is not touched) - this is the same thing for any of axis chosen!

Ps The file ".3dm" saved don't appear on the list of last saved ! ??
I have yet 15 last saved files in this list (does exist a maxi number)
Saved is done before launch the Node!







http://moiscript.weebly.com/uploads/3/9/3/8/3938813/speed_exit.3dm

http://moiscript.weebly.com/uploads/3/9/3/8/3938813/speed_exit.nod
From: Michael Gibson
8 Sep 2019   [#120] In reply to [#119]
Hi Pilou, since the node editor uses GeometryFactory::calculate() it runs the factory calculation inside MoI.exe instead of running it in the separate moi_commandprocessor.exe process as will happen when running the regular Revolve command. As a side effect of this there are some kinds of bugs that you can encounter with the node editor that get screened out with the regular commands because if moi_commandprocessor.exe crashes the MoI.exe process just keeps going ok.

In this case the bug is the revolve factory will crash if given a 0 (or perhaps very small) angle value. This could be tuned up in the Revolve node to not try and do the revolve if the angle is very small. Something like: if ( Math.abs(angle) < 0.01 ) return;

I've updated the revolve factory itself to do that as well so in the next release that shouldn't happen even with the current revolve node.

- Michael
From: Frenchy Pilou (PILOU)
8 Sep 2019   [#121]
Anyway :)

Node Intersection (English French)
http://moiscript.weebly.com/construct.html




From: Michael Gibson
8 Sep 2019   [#122] In reply to [#119]
Hi Pilou,

> Ps The file ".3dm" saved don't appear on the list of last saved ! ??
> I have yet 15 last saved files in this list (does exist a maxi number)
> Saved is done before launch the Node!

The "recent files" list is written to moi.ini when MoI closes down but if it crashes then the normal shutdown processing does not happen.

The number of recent files that are displayed can be adjusted in moi.ini :

[UI]
<....>
MaxNumRecentFiles=15


- Michael
From: Frenchy Pilou (PILOU)
8 Sep 2019   [#123] In reply to [#122]
Thx for the Infos!
From: Frenchy Pilou (PILOU)
8 Sep 2019   [#124]
Node Union (English French)
http://moiscript.weebly.com/construct.html




Show messages:  1-4  …  45-64  65-84  85-104  105-124  125-144  145-164  165-184  …  485-503