I am in the process of learning rhino for the purpose of creating some low poly plywood sculptures and have a few questions for more experienced modellers.
I want to mill the the faces from 16mm - 19mm ply and mitre join them at the edges. I have created the model from surfaces got it to a point that i was happy with and now i am going back and trying to ad volume/extrude the surfaces to create the thickness of the plywood and the angles for the mitre joins.
have i gone about modelling this all wrong?? what is the best way to create a model like this?? should i start from scratch??
I am using the small objects mmâs template but the measurement tools are giving me a measurement of 83.35 with i took as 83.35mm. which is much to small i want a finished height of around 1200mm when i try to scale it up to what i think is this size the object is to large for the gridded artwork area.
2. Is the measurements infact in cm not mm and where can i find out what units Iâm actually working in??
First, looking at your model, youâll never be able to make that as it stands in plywood, as some of your faces are not flat. Remember, only a triangle defines a plane, if you have surfaces that have 4 linear edges, you cannot assume they are planar. So you will at least need to split the quad surfaces into triangles and have an additional miter edge at that spot. Probably just delete them and replace them with two triangular planar surfaces.
Second, the question is do the surfaces represent the inner or outer surfaces of the object? You can try OffsetSrf the joined polysurface to one side or the other with the thickness you desire - do not use the solid option, it will not help much in this case - that will give inner and outer âskinâ surfaces. Put each on a separate layer and then explode them into individual surfaces.
Edit: actually trying this, I see that OffsetSrf does not give a reliable result in this case⊠so, we need to backtrack.
Fix your surfaces as in the first paragraph, then join into one polysurface. Then use the command Mesh with the option âSimple planesâ to create a mesh object identical to your polysurface. Then use OffsetMesh (not OffsetSrf) to offset the mesh to the inside or the outside. Then take the resulting offset mesh and run MeshToNurb on it to turn it back into a polysurface. Then you can delete the two meshes.
Then, I think the easiest way to create the miters will be to use DupBorder on each of the âmatchingâ inner/outer surfaces and Loft the two borders together to form the edges. That should give you the correct miter angles (hopefully). However, given the arrangement of the faces, the miters between two panels could very well be warped surfaces (requiring 5 axis milling).
As far as units/scale go, the file units can be found in Settings>Units, the file is currently in mm. Your scale is arbitrary in this case, if you want it to be about 1200mm high, then you are going to need to scale the structure around 14x. Do this FIRST before you do anything else - always make sure you are working at 1:1 scale in the correct dimensions/units.
Thanks very much for taking the time to review Mitch, I appreciate it. Will definately try what you have suggested tomorrow just to see what happens and understand more about whatâs actually happening with the model. I think I may also start from scratch again to give me more practice modelling, and to get set up working 1 is 1
Re: surfaces I thought this might be the case with them not being planar but kinda eyeballed them and like you said assumed. Re: Inner or outer surface not as important as it just a proof of concept project at the moment so have no limitations I am workIng with in terms of size. but will likely need to model and build similar things in the future if successful so i suppose whichever way is easiest.
The shape is somewhat unimportant, I am just aiming for an abstract low poly asymmetrical shape that is fairly easy to mill and more complex and interesting than a pyramidâ:joy:.(pretty sure my friends cnc in 5 axis?? From memory). I donât want to buy or download a model or pay someone do it for me I Like to learn things for myself, but am a bit out of my depthâ:grimacing: and none of the online material and tutorials seemed to cover my situation.
My workflow was, I modelled a surface I liked and got to a result that I liked then started thinking about how to manufacture wich i am learning is clearly not the best way to workâ:joy:
What would be the best way to approach this project if you were to start from scratch?
Thanks again for taking the time to reply and review my file.
Well, in my mind there would be two approaches - each with its own set of advantages/disadvantages.
model the surface as a free-form NURBS surface, then try to âpanelizeâ it into flat panels for manufacturing.
model the surface as a defined series of flat panels from the outset
#1 above gives you a lot of freedom to model the surface the way you like, but the panelizing process may be somewhat difficult. There are some programming/modeling tools available to help you like paneling tools or even (what I would suggest) Grasshopper, but that takes it to another level above basic Rhino modeling.
#2 may be limiting in that you are probably going to define the number of panels and their arrangement beforehand, then do some editing to refine the shape. But it is probably easier to accomplish to start out with.
Rhino provides a few interesting tools to do #2 - what I might do is draw a series of connected planar triangular surfaces in Top view that define the plan view of the structure, and join them all together into one. Then, with the command SolidPtOn, turn on the solid points and you will be able to pull the vertices around in both plan and vertically to push the panelized shape into 3D. You can always subdivide faces and create new ones if necessary as you go along. When done, you would need to follow the original procedure to create thickness and miters. You could also do essentially the same thing using a low poly triangular mesh object instead of connected planar NURBS faces.
you have the loose concept already⊠now might be the time to start thinking of joinery and assembly⊠how youâre going to clamp it, splines?, metal tabs? nodes? etcetc.
you say your friend has a 5axis machine which theoretically, should be able to carve any random miter you throw at it but doing it that way (carving) may be entirely inefficient / impracticalâŠ
have a look at various chamfer/miter bits⊠you may find youâre better off if limiting joinery to available bits⊠say, 7Âș, 10Âș, 15Âș, 22.5Âș, 30Âș, and 45ÂșâŠ
once you go though the actual construction process and come up with a system thatâs going to work for you, you can then go on to refine the design within the limits of whatâs able to be built or- how youâre going to build this specific object.
to skip this phase in the process is going to lead to disaster down the line⊠or, down the line, youâll be forced to come back to this phase and do everything over again
so yeah, try to think more about joinery/assembly for a while⊠or- design any random looking thing then have the 5axis machine carve it in its entirety without any need for pesky joinery⊠or outsource it to a 3D printer. (but in these two hypotheticals, no need to worry about planar plywood)
Yeah will definitely head into the shop this weekend and have a chat about what is achievable, as i hadnât even thought about the joinery (slap some glue on the mitre put a block on the back and shoot some brads into it!!). the panels are going to be printed onto with a flatbed printer thus the need for plywood and because flatbed printing to timber looks good! your right maybe it could just be cut not cncâd. i think the more time i spend working on the model is helping me understand rhino and modelling in generals i think refining the model to make it as simple an easy to manufacture is probably time well spent.
thanks again for your input, there is a great active community here, i am a print based designer by trade and reminds me of the early design forums, you get nothing like this kind of input in any of the adobe forums anymore.
Started from scratch again used the method you suggested for defining the shape, perfect match more efficient than my bezier drawing technique
missed the bit about not using offsetsrf so used it went through and lofted all the shapes. i did notice they werenât lining up but thought maybe i could extent the planet meet fill the gap and because it is all good practice making me more familiar in rhino. Have attached the result.
Will have another crack at it tomorrow night using the mesh technique. Though i could possibly use offsetsrf and do it to the inside then trim with the overlaps somehow. Anyway i think i will try both tomorrow night and let you know how i progress, the practice is making me feel less like Iâm bumbling my way around a maze:grin:
Like i said to jeff, thanks for your input, there is a great active community here, i am a print based designer by trade and the community reminds me of the early design forums, you get nothing like this kind of input in any of the adobe forums anymore. i wonder if the big boys like solidworks and autodesk have such active communities?
So i went back to the start and re modelled it. Good practice. Have come across a few problems maybe you can assist with.
when offset mesh then mesh to nurb is used it changes 1 surface to 2 surfaces in this process. so i though no worries still join into polysurface then loft the 2 edges. However this does not work and gives weird results⊠not a closed surface. (green layer)
it looks to me like the mitre joins are not the same angle all the way along. Is there a way to control this or adjust after the loft process.
Am i using the right tool for the job??? am i just trying to do something maybe rhino is not best suited for? or is there a plugin that will take a surface and add thickness and deal with the joins automatically??
you canât just offset the initial polysurface then expect all the intersections to arrive at a result of easily machinable miters⊠because what youâre expecting to see happen isnât possible with the input geometry⊠youâll have to figure out a system (maybe not the right word?) to make this possibleâŠ
once the logic(?) has been figured out, you then work outwards from there⊠adjoining planes will be positioned more strictly based on maths as opposed to just looking cool.
but without going down that road which would be required to get machinable / well fitting miters at all intersections, there are maybe some other methods you could try⊠with the tradeoff being more finicky assemble , or, require neat thinking on some sort of brackets etc.
using your model, two approaches might be:
something more node based⊠all of the panels are cut square (no miters)⊠gaps are left in between panels but this eliminates most or all of the complications involved with intersecting all of these surfaces⊠but increases complications with what to do at the corners of the triangles.
a sort of similar approach but without the gaps would be to overcut all of the miters⊠cut everything at 45Âș then the long points will meet tightly without the worry of collision from adjacent panels.
(view from underneath)
with the right brackets, the miters could probably be left as is⊠or you could fill them with a polyester resin etcâŠ
from the top, (with a little luck ), the outer surface will look just like the modelâs outer skin.
either of these two would be childâs play for a cnc machine to cut.
thereâs another approach in which half of the necessary miters could be cut at a standard tool angle⊠say 20Âș⊠the other half of the miters would need to be cut according to the angles between the individual panels⊠numbers like 27Âș and 33.4Âș (ie- numbers which donât have corresponding cnc bits)⊠itâs doable but youâd be better off with maybe a router and horizontal panel saw⊠track saw could do it too with enough patience⊠doing it like this would be much more work than having a cnc router cut the panels⊠the backsides of the miters wouldnât match up perfectly (because one half will have longer miters than the other) but the entirety of the joint would match perfectly resulting in a strong glue jointâŠ
this is the way youâd have to make the cuts with your current approach/shape and desire to be left with well seamed miter joints for glue & brads⊠itâs a lot more shop work (annoying shop work-- plotting points, a whole bunch of blade angle changes/tunings/etc) but not impossible by any means.
Iâm not sure if this would work without trying it, assuming the parts are planar and the ply is 19mm, ie easy to handle on a saw, perhaps a method using cnc to get the accuracy and table saw for the random mitres might work.
Taking the outer surface of the model and joining into a polysurface;
Offset inwards with solid=No
Explode the resulting inner offset polysurface;
Offset each panel back outward with solid=yes;
'DupBorder each poly where it meets the outer skin;
Delete these solids used to create the DupBorders;
Unroll the poly Explode=No, along with these polylines;
Mirror (if necessary) the unrolled surface so you are looking at the underside of the finished part;
Explode the polysurface and group the labels and polylines ready for nesting;
Nest the parts for cnc and put the polylines on a separate layer to become scribe lines on the cnc;
Run each part through the saw using the scribes to create the angles for the random mitres;
Donât forget to number each edgeâŠ
I had thought of the 1st option but not the second, i wasnât sure about the joints in the first option and thought they might interrupt the image to much, but thinking about it i could play up the angles and work around the joints. I am printing some artwork to the skin using the same method as the attached examples, so i need to dry fit everything then send to printer print then reassemble when it comes reassemble. So this might be the best option.
i think i may try and model a version limiting myself to maybe a few mitre angles, and more simple again to start with, as you said then it could possibly be cut on a table saw, just as more modelling practice any advice for doing this?
i didnât even think about there being different mitre lengths as you can probably guess Iâm definitely not a carpenter or an experienced 3d modeller.
the other idea i had was use much thinner ply and design a frame for it to fix to as it would not be self supporting. I thought this was probably quite a bit ahead of my modelling ability and would probably be pushing the friendship with my chippy (carpenter) mate.
Thanks for the input brian!!
very clever idea i went through and followed your steps and didnât understand what you intended until the very end when it clicked and i was like ahhhaaaa i get it now.
it seems like it would definitely work however Iâm hoping to limit the shop work as Iâm imposing on a friend for this as i definitely donât have the hand skills needed. So i want to keep the machining and construction as simple as possible, definitely going to file that technique away though.
I think Iâm going to remodel much simpler and limit myself to some simple mitre angles so hopefully it can be made on a table saw or investigate the option of leaven the joint edges exposed.
Its all good modelling practice and i think modelling within manufacturing limitations is probably good practice? i guess any muppet can model an interesting shape on screen
Any advice on achieving a model with limited mitre angles and complexity greatly recieved!
Donât compromise your design around standard bits if itâs not what you had in mind for the design, at least until youâve exhausted other ideas.
To remove the table saw cuts maybe something along these lines would work. The scribe lines, mentioned in the other post, can become secondary cut lines for a cnc rebate, to a depth which leaves say 1mm of material at the base of the rebate. You would then have the accurate mitres where the panels touch and resin fill the cavities and maybe a bit of fibreglass tape etcâŠ
You would nest the panels with enough clearance to do the rebate cuts first, then the final cuts.
for clarity, using standard angles offer a lot more options than might be evident upon first glance⊠a 20Âș angle doesnât have to butt up to another 20⊠it could be 20Âș and a 15⊠or 20 &22.5⊠or 30 &22.5⊠or etcetcâŠ
you should be able to cover all the angle differences that are discernible to eye⊠itâs just that theyâll be precise/machineable instead of a bunch of random in-between types of numbers that, design/aesthetic wise, you wonât be able to really notice anyway.
fwiw, the model in this thread can be modeled with accurate miters without any modifications⊠itâs a lot of manual work and, for me at least, i find this type of modeling boring⊠it would be more interesting if i were modeling it based off a procedure as opposed to shaping it then slicing it up in a somewhat messy manner.
thatâs just a few of the panels for example but i didnât slice up the intersection where the purple/blue/red/orange surfaces come together⊠i get a headache just looking at that ⊠just the long intersections were done in the file.
Brian, your idea shown in the cross section could , with the right material, possibly work without making a cut where it says âcutlineâ ⊠just flatten the design as you did earlier then cut square grooves (your ârebateâ area) on the mill but donât go all the way through.
then just fold them up. similar to doing miter fold boxes on cnc machines except youâd used an end mill bit as opposed to a V or chamfer bit.
Hmm, I guess you would need a v-bit to get the crisp crease or at least come in after with a vee bit to score at the âcutlineâ. On second thoughts, the shallow angle joins wouldnât have much room to use this method.
Wonder much material thickness is left on the MDF in the video - trial and error to get a good fold without tearing.
Mixing up the angle bits has promise, just needs a bit more time working out what bits are required.
promising in theory
getting all the bits isnât necessarily going to be cheap and itâs doubtful the owner has all the various angles already⊠and even less likely the machine in question is set up to use them all without manual changes.
â
i think the fastest way to do this without modifying the design would be to figure out all the angles in a similar manner as that .3dm i uploaded a couple of posts ago⊠have the cnc cut out all the triangles (just square 2D cuts) since this would be the hardest part about doing it on a table sawâŠ
then take those triangles to a tablesaw to cut the miters⊠using a setup where the angled blade dies into the fence so youâre only cutting the angle off⊠iâll see if i can find a picture showing this setup because i donât think iâm explaining it too well.
[edit]
weird⊠canât seem to find a picture online of what iâm wanting to describe⊠iâll take a picture of the setup tomorrow if i remember⊠itâs a sort of risky process but the risk can be minimized by using a dado stack.
this way, you wouldnât be removing any of the triangleâs dimensions or modifying the long points in any way⊠just removing material beneath the edgesâŠ
itâs sketchy because that little piece trapped in between the blade and fence can and will shoot back at you once the through cut has been made⊠to eliminate that from happening, use a dado blade so all of the miter is cleared away by the fat kerf leaving nothing to shoot back