Show messages:
1-6
…
47-66
67-86
87-106
107-126
127-146
147-166
167-186
…
487-503
From: wayne hill (WAYNEHILL5202)
Selected > ObjtoArray > extractPts > Output
From: bemfarmer
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)
<<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)
This is working. Maybe right click on Selected and Update. The extractPts is in the Objects2 node
From: Frenchy Pilou (PILOU)
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)
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)
More easy :)
Node Loft (English French)
http://moiscript.weebly.com/construct.html
" />
From: Frenchy Pilou (PILOU)
Node Sweep (English French)
http://moiscript.weebly.com/construct.html
From: Frenchy Pilou (PILOU)
Node Extrude ( English French)
http://moiscript.weebly.com/construct.html
From: Frenchy Pilou (PILOU)
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)
More easy :)
Node Boolean Diff (English French)
http://moiscript.weebly.com/construct.html
From: Michael Gibson
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)
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
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)
Anyway :)
Node Intersection (English French)
http://moiscript.weebly.com/construct.html
From: Michael Gibson
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)
Thx for the Infos!
From: Frenchy Pilou (PILOU)
Node Union (English French)
http://moiscript.weebly.com/construct.html
From: Frenchy Pilou (PILOU)
About the Revolve function : I try to add the "if ( Math.abs(angle) < 0.01 ) return;" inside the construct.js file of the nodeeditor
but as I don't know where exactly to add it i have for the moment some errors... :)
PS about the Node editor for the V3 I have only a "White screen Window"
I have tryed
moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ) on the prog itself
moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); on the "application data"
no success
What is the number of the version of NodeEditor working for the V3?
From: Frenchy Pilou (PILOU)
Last one of the Native Section "Construct" :)
Node Revolve
(English French)
http://moiscript.weebly.com/construct.html
Warning : Put the Minimum of the Slider at 1° Angle for avoid a direct exit of Moi before the new V4 !!!
Show messages:
1-6
…
47-66
67-86
87-106
107-126
127-146
147-166
167-186
…
487-503