dimensions & formulas
dimensions & formulas
(OP)
Does anyone know how to add variables to dimensions that dynamically update with the association? (ie. if a dimension needs to show a value of actual length + 1/10 of actual length, how would I enter the formula <>+(<>/10) and get it to work?)





RE: dimensions & formulas
RE: dimensions & formulas
Hope that what u was asking for !!
pea$e
RE: dimensions & formulas
That's not it. I want to insert an actual mathematical equation that would drive the text output.
RE: dimensions & formulas
No math formula is needed.
You can do this with a 'brute-force' solution. By adding in 'alternate units', and scaling appropriately, you can do what you've asked.
If you need a +/- or such, you can put that on the prefix for the alternate dimensional units
curmudgeon
RE: dimensions & formulas
This is possible just by programming,
AutoCAD VBA: Events
Visual LISP: Reactors
:)
Farzad
RE: dimensions & formulas