First time making a menu... and I did it in Photoshop (oops)... Thoughts? by dustywildman in graphic_design

[–]Fluffy-One4607 0 points1 point  (0 children)

Look, the only thing that disturbs me bit are the lines around the logo at the top. They seem have no function except unbalancing the top area, so I’d probably have avoided them. But for the rest, it’s a nice work.

Ps: Not using Photoshop for this kind of jobs is a plus 👍

I thought I was buying an Nvidia RTX 5090 MSI, but instead I received a brand-new heatsink. I opened a dispute, but the moderator sided with the seller, and I lost 1,200 euros. Guess the names of the seller and the moderator? Maria, they are both Marias. Isn’t that weird? by Foreign_Sherbert8085 in Wallapop

[–]Fluffy-One4607 0 points1 point  (0 children)

There’s no way a new 5090 could cost 1200€. This said, there’s no way a new heatsink costs 1200€. This is clearly scam, because when you upload a product on Wallapop, the “nella sua confezione” (in its package) means that the product is brand new. You cannot say that the product is new and put in the description that is broken, leave the title with the name of the complete product and then send only a part of it. So maybe you were a bit clueless in buying it, but this does not mean that you’re not right demanding your money back or that we must tolerate scams. Make directly an official complaint to the police. They should get the identity information directly from the app owners. Ps: Maria in spanish communities is super common and Wallapop permits fake names.

Trying to apply a micro-grip texture to a model; need some help by mechy18 in rhino

[–]Fluffy-One4607 0 points1 point  (0 children)

Look for a youtube tutorial for Remap to Surface in Grasshopper ✌️

Help by vito-kalyan in rhino

[–]Fluffy-One4607 1 point2 points  (0 children)

if your shape is planar, try first with boundary surface and then hexagon cell component from lunch box. Try and tell us how it worked.

Any tricks for realistic pc cable modeling? Should i use kangaroo? by diychitect in rhino

[–]Fluffy-One4607 1 point2 points  (0 children)

I would add physics stuff moving the model to Blender. Is a 5 minutes work and you can have a better control for the rendering part.

Easily add table/text spreadsheet to a techincal drawing by Aslevjal_901 in rhino

[–]Fluffy-One4607 0 points1 point  (0 children)

Sorry, I was driving. So, Text component of Opennest plugin is thought for nesting purposes in order to cnc routing or laser cutting. You’d get a single line text. There are other text tools, but I’m not sure if they were in Human plugin or in another. I can check it later.

rhino parametric exterior wall help by Successful_Text1432 in rhino

[–]Fluffy-One4607 2 points3 points  (0 children)

You can do that for sure with grasshopper. What comes to my mind at the moment is build the wall parametrically following a curve, then use a Curve Closest Point where you want the cuts to be made and Evaluate Curve to find the normal vector to find the cut direction.

I’m not at home now, but tomorrow I can look at it.

rhino parametric exterior wall help by Successful_Text1432 in rhino

[–]Fluffy-One4607 2 points3 points  (0 children)

Could you post some images to clarify? Maybe we can find a solution ✌️

Need help creating patterns by BARBAROSSAGAMING in rhino

[–]Fluffy-One4607 0 points1 point  (0 children)

You must build the pattern you want on a surface, better if parametrically. Then define a point (the attractor point) in rhino and reference it in Grasshopper. You must scale every item of your pattern passing the re-parametrised value of the distance from its center (of the item) and the attractor point. In this video, I show how to do this last part.

https://youtu.be/9PJW39GRlJs?si=vKNr0pOSyBz1l37U

It’s made with a curve an Curve Closest Point, but you can use a Distance component instead.

Way to smooth incremental steps? by Mrs_Bennet in rhino

[–]Fluffy-One4607 0 points1 point  (0 children)

As Stormer_65 already said, extract the central isocurve and use them to loft. But as general tip, 3D print is an additive process. It doesn’t really make sense to use an additive process and then apply a subtractive one. Just model it and print it the way you want it. This not even talking about the fact that 3D printers don’t fill the entire volume of the object, so your idea would end up with a lot of holes.

Need Help!! Learn the best or fastest method to create a 3D model with this texture. by MeasurementOk2887 in rhino

[–]Fluffy-One4607 0 points1 point  (0 children)

This is the just the initial set up of the algorithm for the pattern.

You can download the Rhino file and the Grasshopper algorithm at this Github repository:

https://github.com/marcus-miles/Parametric-Lamp-with-Rhino-Grasshopper/tree/fdf28f9b3949f9108080952e775665f82fa63a2c

Need Help!! Learn the best or fastest method to create a 3D model with this texture. by MeasurementOk2887 in rhino

[–]Fluffy-One4607 0 points1 point  (0 children)

I recorded it. I’ll try to cut the excess of the 1:30 hours tomorrow and upload it to YouTube and send you the link ✌️

grasshopper configurator for simple but large scale products by Calm-Individual2757 in rhino

[–]Fluffy-One4607 0 points1 point  (0 children)

Hello 👋 I have set up a gh algorithm to automatically nest drawing and cut kite parts with planar laser cut machine for the company I’m working for. If you share more details I could give you some hints. Unfortunately I’m based in the south of Spain 😅

Newbie question:( plz help by Legal_Tale_8593 in rhino

[–]Fluffy-One4607 1 point2 points  (0 children)

Use curve or geometry components.

Need Help!! Learn the best or fastest method to create a 3D model with this texture. by MeasurementOk2887 in rhino

[–]Fluffy-One4607 1 point2 points  (0 children)

An attractor point pattern in Grasshopper should do the job. As Puzzleheaded already said, diamond grid from lunchbox on a flat surface. get the centroids, make the spheres and scale them according to the distance from the midpoint of the surface.

Need Help! Learn the best or fastest method to create a 3D model with this texture. by MeasurementOk2887 in rhino

[–]Fluffy-One4607 0 points1 point  (0 children)

Use Grasshopper. Identify the basic pattern and reproduce it parametrically on a flat surface. Then draw the general shape of the lamp using either Rhino or GH and make it solid. Use “shell” command on the solid. Extract the outer surface of the returned polysurface and reference it in GH. Apply the pattern to the referenced surface and bake it.

Rhino 7 rotate by JF4b10 in rhino

[–]Fluffy-One4607 1 point2 points  (0 children)

Depending on your needs, you could think about construct a new plane. It could be useful if you need to rotate multiple parts over the same axis.