MoI discussion forum
MoI discussion forum

Full Version: Nodebundle for playing with nodes

Show messages:  1-6  …  1127-1146  1147-1166  1167-1186  1187-1206  1207-1226  1227-1246  1247-1266  …  1847-1859

Thread Split: Some posts in this thread have been moved here

From: Finema
28 Jul 2018   [#1187] In reply to [#1186]
a test of this node with a keyshot render
From: James (JFH)
28 Jul 2018   [#1188] In reply to [#1187]
Beautiful render! Thanks
From: mkdm
28 Jul 2018   [#1189] In reply to [#1187]
Very very nice!

Message 7777.1190 was deleted


From: speedy (AL2000)
1 Aug 2018   [#1191]
HelloFriends
The Hot air Balloon It is one of those objects that has always been
fascinated me, years ago, I also realized
drawings and engravings that had this subject-
I was trying to create a pattern in a sphere , when
I understood that I had laid the foundation for building
anything but .... a Hot air Balloon ...
As you will see, in fact, opening the file the object is positioned upside down,
from below to above ...
Patience, I left it just to remember
in the future, this little quirk, and, on the other hand, I had
already brought the modeling forward enough, and rotate
everything would have been, in my opinion, a useless and pedantic work-
The resulting object is a true explosion of colors ....
hope that you will communicate enjoy and freedom ...
In any case, as I have already said, I can not
to publish directly in the Forum images and files ...
so, if any of you could do it for me
I would be grateful ...
for the benefit of all useres-
Welcome your comments
Files and images at this link:
http://www.mediafire.com/file/yi8amyir1djf057/Hot_air_Ballon.zip/file
Have a nice evenig to all
al
From: James (JFH)
2 Aug 2018   [#1192] In reply to [#1]
Hi Karsten,

I made a submission to Pattern on a sphere post: http://moi3d.com/forum/index.php?webtag=MOI&msg=9014.58
which was done mostly in NE. However it was necessary to break the chain at the SubD classic operation.

If you are looking for a little project; would it be possible to include this functionality in your SubD node?

All the best
James

Image Attachments:
SD_Classic.jpg 


From: speedy (AL2000)
2 Aug 2018   [#1193]
Hello everyone
Those interested can find this link:
http://www.mediafire.com/file/2so5x76vta3bjg7/M_EXP.POLYHEDRON.zip/file
files and images related to M_Exp.Polyhedron.
I think it is a utility that can be exploited well
in the future by all users
Have a nice day to all
al
From: AlexPolo
9 Aug 2018   [#1194]
To the Node Masters - how feasible would a node with this function be?

https://www.food4rhino.com/app/flatworms

Message 7777.1195 was deleted


From: Barry-H
13 Aug 2018   [#1196]
Hi,
can anybody explain why I am getting the result shown in the photo.
I have created a helix and then trimmed it into sections using the points that generated it.
I want to use the curve start frame to position my required profiles along the helix and rotate them about the frames.
The frames are not orientated the same ie: the axis's point in different directions.
Is there away to orientate them ?

Barry


Image Attachments:
Screenshot (127).png 


From: James (JFH)
13 Aug 2018   [#1197] In reply to [#1196]
Hi Barry,

Without having your nod file, I can't be sure what is going on.

However I think the issue is, that the points that generated the curve
are not oriented to the curve.

It is necessary to rebuild point array with mPathArray along curve.
See attached

Hope this helps
James
From: Barry-H
13 Aug 2018   [#1198] In reply to [#1197]
Hi James,
thanks I will give it a try.
Cheers
Barry
From: James (JFH)
16 Aug 2018   [#1199] In reply to [#1198]
Hi Barry,

I have been experimenting with line attractors manipulating tiles in 3d space
as opposed to on 2d grid prior to flow.

Also rather than standard quad tiling, I have used triangular facets
which have the advantage of always being planar.

As a test I have been working with your "Network CurvesReworked.3dm"
Tile affect is relative to distance to closest point on green line (shown)
See result attached.

James

Image Attachments:
Network CurvesReworked.jpg 


From: Barry-H
17 Aug 2018   [#1200] In reply to [#1199]
Hi James,
thanks for posting I'd forgotten about that but it as given me an idea for aligning the frames on the globoid helix.
Is it possible to have a circle as the attractor around the waist of the globoid helix and for the frames to align to nearest point on the circle.
Your mpatharray aligns them along the helix solving one problem for me but the frames then have to be aligned to the wheel centre which could be represented by the circle.
Cheers
Barry
From: Karsten (KMRQUS)
17 Aug 2018   [#1201] In reply to [#1200]
Hello Barry,

I'm not sure about your Problem and I don't know your Problem in Detail. But maybe it is possible to draw lines to the Center of your gear and get the startframes of the lines?

Have a nice day
Karsten
From: James (JFH)
17 Aug 2018   [#1202] In reply to [#1200]
Hi Barry,

This is not what you were asking for, but if you want frames to align with curve tangent, but for other axes to be vertical & horizontal then the attached may help

James
From: Barry-H
17 Aug 2018   [#1203] In reply to [#1202]
Hi James/Karsten.
perhaps the photo's will explain what I am trying to achieve.
The nod file I posted previously does not allow for the contact angle the roller makes with the cam.
Due to the fact the helix is a globoid shape the contact angle (slope) is not constant.
My original profiles where constant and perpendicular.
By placing them using mpatharray node the contact angle is correct and the profiles remain constant
but they need to be aligned to the wheel centre and the fact that their spacings are equi distances
along the helix curve (I would need to be able to extract the X Y Z of these points to calculate the alignment )
where as I had generated the helix points by numbers per revolution thus the alignment to the wheel centre was not the issue.
I started to work on calculating the contact angles and then adjusting my profiles to allow for it but think there may be a better way.
Any ideas.
Barry








Image Attachments:
Screenshot (131).png  Screenshot (132).png  Screenshot (133).png 


From: James (JFH)
17 Aug 2018   [#1204]
NEW NODE: Flip

Hi All,

I have found when flowing multiple patterns to polylofted surfaces,
that at times the different tile elements can have opposing surface normals.
Although this often can be reworked to avoid this problem, I have nevertheless
created a new, very simple, node that calls 'flip' factory.

To demonstrate its use, see also attached flip.nod and image:

A planar surface is copied & Moved, then Flipped.
The 2 resulting planes are offset by same distance
however in opposing directions due to reversed normals.


Also when applied to a curve it changes its direction
(i.e. flipping start pt and end point)

To use this node, replace construct2.js in extensions folder

James

P.S. Ideally, I would like to see this functionality incorporated into a tripartite node
that also replaced Marco's "ArrayFlipper"(flipping a point array) as well as
a Numbers option for flipping a numArray (reversing list order).

I lack the programming skill to do this, but if anyone is interested, it would be
a worthwhile exercise IMHO.


UPDATED:
Added dovetail.nod to demonstrate flipping curve

Image Attachments:
flip.gif 


From: James (JFH)
21 Aug 2018   [#1205]
Hi All,

Here's a simple example of the use of "flip" node.

By flipping alternate facets surface normals, flowed geometry will flip according.

NB: construct2.js needs to be replaced at
C:\Users\<user name>\AppData\Roaming\Moi\nodeeditor\nodes\extensions\construct2.js

& interface.js at
C:\Users\<user name>\AppData\Roaming\Moi\nodeeditor\nodes\interface.js

James


Image Attachments:
flipFacet.gif 


From: James (JFH)
25 Aug 2018   [#1206]
Hi All,

Here's something I'm working on at the moment.
It is like a fisheye lens filter for spheroidal distorting of geometry.

Have a great weekend
James




UPDATED:
Also emulating Pinch filter for geometry.


UPDATED: FishEye.nod file attached.
Nodes in green can be adjusted, but be warned that highest magnification may cause long periods of lockup (spinning wheel) with focal point at the edges; best to stay towards the middle. With mid range magnification, there are no such issues. LENS TYPE switches from FishEye to pinch modes.

UPDATED: Also added switch for 2D or 3D bulging.

Attachments:
fishEye.nod

Image Attachments:
fishEyeFlag.gif  fishEyeLens.gif  pinch.gif 


Show messages:  1-6  …  1127-1146  1147-1166  1167-1186  1187-1206  1207-1226  1227-1246  1247-1266  …  1847-1859