Difficulties making iMac like object

Hi guys!
I am new to rhino, so I am trying to build different objects in order to gain my skills. Currently i am trying build iMac like object, but with different contour. All my attempts ended up with bad result - no smooth transition between the lines. I was trying to perform sweep1, sweep2, loft, moving control points. Please, take a look. Thank you



17.3dm (30.1 KB)<img

MY POSTING DELETED: Sorry, bad solution not work exact…

1 Like

T-Splines.

EDIT: Will be hard to do use it on on a Mac though. Give Parallels a try?

Have a play with the patch command. Draw the iMac outline, then use two elipse curves cut in half to generate the shape you are after. Just play about with sizes and setting to get near.

Also see this thread for a similar shape - and especially Pascal’s ‘loose loft’ technique.
http://discourse.mcneel.com/t/advice-best-practice-in-creating-surface-with-planar-edges/

Also this post can be of interest:
http://discourse.mcneel.com/t/curve-networking-a-non-uniform-half-spherical/29570/7

NONONO
nothing work exactly with Bebe’s curve and this curve corners…:disappointed:

Loose Loft from Pascal is quite handy.
It was a very nice lesson.
In this case, I think you can do it in one loop.


17_looseloft.3dm (123.3 KB)

@Toshiaki_Takano: [quote=“Toshiaki_Takano, post:7, topic:29809”]
http://discourse.mcneel.com/t/advice-best-practice-in-creating-surface-with-planar-edges/
[/quote]

(the link would work if there was a space in between …)

ah, thanks! updated.

Thank you, guys, for your quick response
I think I have tried all possible ways trying to get that surface
All the results were pretty much the same - with visible edges coming from the corners to the top center with planar perimeter or nice shape (as wanted), but not planar perimeter…

I have installed parallels and trying to play with t-splines and it seem like very promising in regards of my task. I have some difficulties converting surface from nurbs to t-splines using tsConvert.
I get square corners t-spline in smooth toggle mode like on the picture. What am i doing wrong?

Thank you so much

19.3dm (58.4 KB)

@Bebe,

you might want to try this:

  • create _Rectangle using _Deformable option with 6x6 degree and 7x7 controlpoints
  • turn _PointsOn and drag the points as shown in the file below
  • basically you just put the second row of points above the first
  • trim the sharp corners out and close them with _BlendSrf

using a single surface gives good control over the bulge and you can do the corner radius individually.

imac_cg.3dm (146.1 KB)

c.

Hi Bebe,

there is yet another solution - tweaking the control points of a quarter-sphere. This works well for rectangular, square, elliptical and circular outlines. Attached is a rough version, a few points need some movin’ about still.

Maybe you’d like to try this alternative approach also…

Typical solution.3dm (62.2 KB)

One way is to move the surface checkpoints. (Using the two curves as a reference)
I hope the file will help.

I used two reference planes ( and surface curvature analysis to be edited) to control the surface curvature (in the intersection zone)

iMac.3dm (339.0 KB)

setpt is not really necessary, just create a 4 sided non trimmed degree 2 surface with 2 points and offset the middle point. extruding the rectangular curve joining and fillet edge also works fine either after your setpt, or after what i described.

and by the way people this thread is pretty old i am sure the OP was not around for a while :smiley:

This kind of shape pops up ever so often; as it transitions from the main bulge towards the rounded corners, it is not concave on the original product. There is an Alias tutorial video for such shapes that can likely be adapted to Rhino usage.

Even more difficult is making an iMac like object that’s serviceable. : O

1 Like