Join the Valor Team | Careers | Valor - valor biomechanics
ok. thx for the answer. i was hoping that things like these are happening, i know solid modeling is not rhino´s prior thing, but this one seems to be so easy from a user perspective, and so necessary…
Hi, any chance to get Chamfer Edge by different lenghts / angle ready for Rhino 7? or we have to wait for 8?? I need to do this kind of chamfers almost daily and would be a huge improvement!
Although you can only chamfer one edge at a time, Rhino remembers the two distances so you only have to enter them for the first edge.
After chamfering you will be left with unwanted parts of the end faces. Select all the chamfers and use them to trim the unwanted bits. You will also need to select all the surfaces and join them to get back to a closed object. Like I say, this is a workaround, it is not a slick operation…
My opinion, I’m not McNeel affiliate, but I think the chamfer relays on fillet and fillet works by symmetrical offseting the rails to make the surface. Changing this would require to rework the whole fillets and this is smtg probably too complex.
will this be on the new features list of rhino6 ? I was reading it, but did´t find anything about new options in solidchamfer tool.
For example, say you want a 12mm wide chamfer at 30 degrees. Enter the first distance as 12*sin(30degrees). Enter the second distance as 12*cos(30degrees). Then make sure to pick the two surfaces in the same order as the two distances.
Does anyone know how to create a chamfer on a solid part other than the default 45 degrees (Solid>Fillet Edge>Chamfer Edge)? Or, is this still on the wish-list?
Indeed, the ChamferEdge, FilletEdge and BlendEdge commands all use the same code paths for creating the intersections prior to fitting straight, circular or G2-continuous surfaces, respectively. It would indeed mean a big rework to do different distances/radii on each surface.
Something also overdue. Fillets and chamfers (even limited at 45 deg) fail currently in the most extremely basic geometric cases. This work needs serious prioritization IMO.
There is a workaround, which involves using ChamferSrf. That allows you to enter two offset distances for the new chamfer. If you want to chamfer to an angle rather than distances you can use Rhino’s command line calculator to translate the angle into the necessary distances.