Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Kent1Cooper
en respuesta a: Anonymous


@Anonymous wrote:

Been using ACAD for > 25 yrs. - I did not know that. about the DISTANCE variable.


Another couple of System Variables that are related and that you may not know about:  AREA and PERIMETER, which store those properties from the latest AREA or LIST [when used on something having  such properties] command.  AREA is also a command  name, so the only way to read that one is with (getvar 'area).  With DISTANCE and PERIMETER, you can type them in like commands, and the values are reported in current linear Units settings, or if you use (getvar) the values will be in real numbers.

Kent Cooper, AIA