CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 9359:

Question

CAD 
 %  platform  category 
A
You can use various mathemetical functions for your user parameters in Inventor 3D models and drawing dimensions. Ao. you can round the parameter values.

It is neccessary to keep proper units when processing parameters - supply unitless values to arithmetic functions. So if you e.g. need to calculate a user parameter as a rounded value of another parameter (dimension), with rounding to 2 decimal places, use:

round(d0 / 0.01 mm) * 0.01 mm

The parameter of the function round() is now unitless (originally a length) and the resulting value is converted back to a length value (mm, inches, etc.).

Similarly you can round the values to a different number of decimal places, to tens, hundreds, or also e.g. to multiples of 25mm segments:

round(d0 / 25 mm) * 25 mm

Inventor
100% *CAD
25.7.2013    28073×  
applies to: Inventor ·

See also:
Tip 14569:The extent of the sheetmetal unfold rounded to integer numbers.
Tip 14351:How to suppress trailing zeros in Inventor parts list?
Tip 13965:Total length of sweeps in Inventor - wires, pipes, trusses, tubes, hoses (iLogic)
Tip 13852:How to bulk-update all model parameters?
Tip 12697:Opposite angle for angular dimensions in Inventor drawings (iLogic).


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  



Featuring:
Revit plugins for automating data management, opening creation for clashes, and documentation Be.Smart Core Collection More info


Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist