MoI discussion forum
MoI discussion forum

Full Version: Elephant Repository

Show messages:  1-9  …  250-269  270-289  290-309  310-329  330-349  350-369  370-389  …  490-503

From: Frenchy Pilou (PILOU)
10 Oct 2019   [#310]
Section r2d3
Fillet2 Node
English

http://moiscript.weebly.com/r2d3.html#fillet2




From: Frenchy Pilou (PILOU)
11 Oct 2019   [#311]
Section SubD
PolyLoft Node
English

http://moiscript.weebly.com/subd2.html#polyloft




From: Frenchy Pilou (PILOU)
12 Oct 2019   [#312]
Section SubD
ConvertCurveToPoly
English
http://moiscript.weebly.com/subd2.html#convertcurvetopoly





From: Frenchy Pilou (PILOU)
12 Oct 2019   [#313]
I have some perplexity about Import/ STLImport Node !

What put between it and the OuPut ? Direct link don't work! :(


From: Karsten (KMRQUS)
12 Oct 2019   [#314] In reply to [#313]
Hello Pilou,
stl-import works only with ASCII stl-files.
Sometimes there are some other problems also.

Please check it.

Have a nice weekend
Karsten
From: Frenchy Pilou (PILOU)
12 Oct 2019   [#315] In reply to [#314]
I will study that :)
From: Frenchy Pilou (PILOU)
12 Oct 2019   [#316]
Section SubD
Join Node
English
http://moiscript.weebly.com/subd2.html#join

Join several Curves in only One!
At the end run this ShortCut for have directly normal selection because it's not enabled at the end of the Nodes!
script: var objs = moi.geometryDatabase.getObjects(); for ( var i = 0; i < objs.length; ++i ) { var obj = objs.item(i); obj.setHitTest( true ); }




From: Frenchy Pilou (PILOU)
12 Oct 2019   [#317]
Section SubD
The Simple Bridge is not so simple!
Accept not faces but surfaces ??? and i am sucked again with this simplicity! :)

Normally that must make that I suppose...


but...
From: Frenchy Pilou (PILOU)
12 Oct 2019   [#318] In reply to [#317]
Section SubD

Same problem for Connection Node... :(
From: Frenchy Pilou (PILOU)
12 Oct 2019   [#319]
Section SubD
SelCenterPlane
English
http://moiscript.weebly.com/subd2.html#selcenterplane




From: Frenchy Pilou (PILOU)
12 Oct 2019   [#320]
Section SubD
SubD node
English
http://moiscript.weebly.com/subd2.html#subd





From: Frenchy Pilou (PILOU)
13 Oct 2019   [#321]
Display texts + Values resolved with another headaches !:)
Was not so evident!

And now i must find something more elaborated for the mirror! A new fight with the Frame in perspective :)
For the moment it's only one orientation refexion so a little lite! :)

And as I took symmetric objects mirror is not remarquable! <:0)
so here a more understandable!


Section Transform2
Mirror Node English
http://moiscript.weebly.com/transform2.html#mirror




From: Frenchy Pilou (PILOU)
13 Oct 2019   [#322]
Section Transform2
StereoProject Node
English

http://moiscript.weebly.com/transform2.html#stereoproject




From: Frenchy Pilou (PILOU)
14 Oct 2019   [#323]
Not hyper ergonomic ...i am discovering all that ...but... :)

Mirror Node again
http://moiscript.weebly.com/transform2.html#mirror




From: Frenchy Pilou (PILOU)
15 Oct 2019   [#324]
Something i don't find : how import from a file some words directly for this sort of node ?
Not a big deal because i can make a copy past but...

Section r2d3
Text2 Node
English
http://moiscript.weebly.com/r2d3.html#text2





With the free TwinMotion

From: bemfarmer
15 Oct 2019   [#325]
Just a thought.
Can there be a node which shows or creates dimensions?
Are there methods in MoI to access the dimensions?

- Brian
From: Michael Gibson
16 Oct 2019   [#326] In reply to [#325]
Hi Brian, yes dimensions can be created by a script.

There are 8 new factories for that: dimhorizontal, dimvertical, dimaligned, dimradius, dimangle, leader, annotationtext, arrow3d.

dimhorizontal, dimvertical, and dimaligned all create a linear dimension object, and they all have 3 inputs:
0: Frame - base plane for dimension with origin at first point
1: Point - end point
2: Point - location point

dimradius has 4 inputs:
0: Object - arc or circle curve
1: String - type of radial dimension, either "Radius" or "Diameter"
2: Point - arrow point on curve
3: Point - text point

dimangle has 4 inputs:
0: Frame - center of angle
1: Point - start point
2: Point - end point
3: Point - location point

leader has 2 fixed inputs:
0: Frame - plane with origin at arrow point
1: String - text
2+ : Point inputs added

annotationtext:
0: Base frame
1: Text

arrow3d - creates a leader with 2 points with the "rotate arrow towards viewer" property set on it, this is for James to use in the node editor for a vector direction display. It automatically creates a plane for the leader given 2 points.
0: start point
1: end point

Here's an example using arrow3d:

code:
	var startpt = moi.vectorMath.createPoint(5,5,5);
	var endpt = moi.vectorMath.createPoint(10,10,10);
	var f = moi.command.createFactory( 'arrow3d' );
	f.setInput( 0, startpt );
	f.setInput( 1, endpt );
	var arrow = f.calculate().item(0);
	moi.geometryDatabase.addObject( arrow );
	f.cancel();


- Michael
From: bemfarmer
16 Oct 2019   [#327] In reply to [#326]
Thank you Michael.
- Brian
From: Frenchy Pilou (PILOU)
16 Oct 2019   [#328]
So new nodes in perspective! :)
From: Frenchy Pilou (PILOU)
16 Oct 2019   [#329]
Section r2d3
Quartz2 Node
English
http://moiscript.weebly.com/r2d3.html#quartz2




Show messages:  1-9  …  250-269  270-289  290-309  310-329  330-349  350-369  370-389  …  490-503