Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk 3ds® Max® / Modeling / Chamfer Vertex Corner
  RSS 2.0 ATOM  

Chamfer Vertex Corner
Rate this thread
 
45601
 
Permlink of this thread  
avatar
  • Total Posts: 199
  • Joined: 30 June 2008 12:56 PM

Does anyone know of a way to chamfer smooth corners from a vertex ?
I generally have to chamfer, divide, then move the vertex’s for the curve shape.
It’s a bit tedious and not precise enough. I know polytools has the loop functions , relax, curve etc, is there anything similar for vertex ?

thanks



Attachment Attachment
Replies: 0
avatar

sheesh , never mind , I figured it, extrude face then chamfer the corner edge, delete what I don’t need.



Attachment Attachment
Replies: 0
avatar

I’m not getting the sizes that I want. If I type 30 mm it becomes 42 mm when I test it with the measure.
That if I’m using a chamfer in an edge.



Replies: 0
avatar
  • danpool
  • Posted: 16 August 2010 08:22 AM

Jacob, the measurement in the chamfer dialog is the radius of the chamfer curve measured from the centerpoint of the curve (green in the image).  You’re measuring the cordlength from where the chamfer begins to when it ends (blue in the image).

The equation to find the cord length that you are looking for is dictated by the Pythagorean Theorem, which you may remember from your geometry or trig classes.

A^2 + B^2 = C^2

If you plug in the numbers:
30^2 + 30^2 = X^2
(30^2 + 30^2)^0.5 = X
you get
X = 42.426…

To get the radius required for your cordlength of 30mm, you would use this equation:
(30^2/2)^.5 = X

If you are using a version before 3dsMax 2011 (before they created the much hated caddies), you can instead of entering a number into the chamfer amount text field, press the ctrl+N keyboard combination which will open the “Numeric Expression Evaluator”.  Inside this dialog window, you can enter the following text for a cordlength of 30:
(30^2/2)^.5

if you wanted a cordlength of 55.5, you would enter
(55.5^2/2)^.5

If you want to use the equation above in 3dsMax 2011, you could create a sphere, for instance, and use the numeric evaluator in the radius parameter and just copy and paste the result from the radius of the sphere to the chamfer amount of the chamfer.

Hope this helps.



Attachment Attachment
Replies: 2
/userdata/avatar/avatar_159785.jpg

And kids, this is why you should pay attention in Trigonometry.  It CAN be used later on in life!  :)

Author: Chris Medeck

Replied: 17 August 2010 04:41 AM  
/userdata/avatar/avatar_21909.gif

It ‘nice to go over a bit of geometry and mathematics. I completely forgot everything (I finished school a long time)
Thanks danpool! :) :)

Author: michele71

Replied: 18 August 2010 11:38 PM