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 # 7844:

Question

CAD 
 %  platform  category 
A
How to round the value displayed in the dynamic field label to the nearest 5 units? E.g. to read "680" instead of the true 677, or "675" instead of true 676 units.

You can use the round function mentioned in the Tip 6381. Use round(XXX/5)*5.

Instead of XXX, right-click to insert a nested field and choose e.g. the object area property (do not use unit suffix). This will make the field dynamic. The resulting field code will look something like:

%<\AcExpr (round(%<\_FldPtr 325850784>%/5)*5)>%
ACAD
100% *CAD
7.3.2011   16324×  
   
this tip shared by ARKANCE experts applies to: AutoCAD ·

See also:
Tip 14634:Physical units conversion tool in an Inventor palette.
Tip 14446:Undocumented options in AutoCAD FIELDs - hyperlinks, hexadecimal or binary format
Tip 14363:Yesterday's, tomorrow's, past or future date in the DWG drawing.
Tip 14215:IF statement in AutoCAD text fields and attributes.
Tip 13522:LookupXLS - populating DWG texts from Excel spreadsheets.


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
  





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