It looks like Bongo would have been a great option for this, but appears not to be being developed for Mac unfortunately.
the other option is the blender - so think I might try that -[I am finding it difficult to find a simple ‘how to’ with kangaroo grasshopper.]
if you had a link to a really simple how to video on how to make this work would be great. Or even, is there an option to import a code that I can use directly for my own models?
Hi @laurent_delrieu _ wow - looks like some pretty amazing work there - on the nautilus plug in page - Would you happen to have a ‘how to’ to be able to add my geometry to use your nautilus plugin?
If your object already is a mesh object, right-click on the Mesh parameter at the start of the definition and pick Set one Mesh.
If your object is a NURBS object, you can drop a Brep parameter on the canvas, right-click and Set one Brep and then connect that parameter with the existing Mesh parameter.
For me it is quite the same as said by @wim but my component accept quite all type of geometry. But is is better to have a closed one in order to be able to have a volume and a center of Gravity
Right click on geometry component in Grasshopper
Great - thanks @wim I have got that working - fantastic… : ] and that works well with the prep function as I am working with nurbs objects…
One thing I am trying to figure out - is the object that I am dropping, is an assembly of objects - and so I would like all of those items to stay together as they drop and not change positon in relation to the assembly - do you know ho I can do that apart from maybe boolean union all the ‘parts together’?
Aha - great - thanks - I have got this working - I was struggling for awhile because I am working quite a few meters off of 0,0,0 and so until I scrolled out I then saw the output was located at 0,0,0…
I really like the function that you can add objects to the group so they stay together, and also how it is giving all possible options in which way it could sit on the ground, thats great! : ]
one thing which I would like to know is if there is away to remove the line, so that the objects are sitting flat on the ground plane?
The line was just used to show you the center of gravity.
Select component and delete
Middle button Diasable preview
Or right click on light grey component and click on the head, component will become darker
Thanks, and they are sorted by surface on ground area. Sort of stability criteria I took. It is not the best but it gives a quite good idea of the most stable positions.
one funny shape is the sphericon (in Nautilus Examples), depending on the precision of the meshing there are lot of stable positions !!! A bit like a sphere
Many thanks Daniel - the Mesh join di the trick perfectly - I added in a brep module prior to the geo model and was able to select all the beeps I wanted to be part of the assembly to drop
An edit - update question please @DanielPiker - is there away to be able to smooth the animation out of the object dropping? at the moment It has a lot of steps in it as it drops to the ground… Thanks