CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 9010

CAD tip CAD tip # 7844:

   
Question CAD 
 %  platform  category 
Q - question

How to round a field to the nearest 5 units.

A - answer 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    12708×  
Prices - CAD eShop:
applies to: AutoCAD ·

See also:
Tip 13006:Calculated property descriptions (tobogan slide from floor to floor)
Tip 12837:RenameCSV - rename layers, blocks, layouts, views, linetypes using Excel tables
Tip 12777:Arithmetic and trigonometric functions available in Revit expressions.
Tip 12470:A table with calculated expressions is suddenly dead, doesn't calculate and update.
Tip 11994:How to scale a 3D model to a given size in Fusion 360?


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 glossary   



Featuring:
Save your floating licenses (NLS) consumed by inactive users - free unused licenses with
LogOff 2006 More info


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