Nov 1, 2010 #1 iam42 Industrial Joined Feb 15, 2007 Messages 175 Location US I have a diameter 'D'. The tolerance is always +0.000 -0.01D Is it possible to define tolerances in a way that will calculate 0.01D? Thanks
I have a diameter 'D'. The tolerance is always +0.000 -0.01D Is it possible to define tolerances in a way that will calculate 0.01D? Thanks
Nov 2, 2010 #2 Gupta65 Mechanical Joined Jun 25, 2008 Messages 456 Location IN No there is no direct way to do it. Not sure if it can be achieved via a macro. Deepak Gupta SW 2009 SP4.1 & 2007 SP5.0 MathCAD 14.0 Boxer's Blog Upvote 0 Downvote
No there is no direct way to do it. Not sure if it can be achieved via a macro. Deepak Gupta SW 2009 SP4.1 & 2007 SP5.0 MathCAD 14.0 Boxer's Blog
Nov 4, 2010 #3 fcsuper Mechanical Joined Apr 20, 2006 Messages 2,204 Location US You might be able to fake it on the drawing, but not in the part itself. Matt Lorono Lorono's SolidWorks Resources & SolidWorks Legion http://groups.yahoo.com/group/solidworks & http://twitter.com/fcsuper Upvote 0 Downvote
You might be able to fake it on the drawing, but not in the part itself. Matt Lorono Lorono's SolidWorks Resources & SolidWorks Legion http://groups.yahoo.com/group/solidworks & http://twitter.com/fcsuper
Nov 9, 2010 #4 Suloke Mechanical Joined Nov 9, 2010 Messages 1 Location GB It can be done using a a macro, if you need to change the tolerence of all dimensions in a current drawing. Use 'DimensionTolerance' class. Let me know if you want to make a macro. I'll give it a try. Upvote 0 Downvote
It can be done using a a macro, if you need to change the tolerence of all dimensions in a current drawing. Use 'DimensionTolerance' class. Let me know if you want to make a macro. I'll give it a try.
Nov 15, 2010 Thread starter #5 iam42 Industrial Joined Feb 15, 2007 Messages 175 Location US Suloke, Thanks for the tip. I know nothing about macro's so any help would be appreciated. Thanks Upvote 0 Downvote