04-05-2018
09:32 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
04-05-2018
09:32 AM
@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