BParea by CAD Studio - area label with leader
----------------------------------------------

Pick a point inside a closed area and draw an area label using
a leader.

Load the BParea.VLX with APPLOAD and start the BPAREA command.
Pick a point identifying the area, another point for the label
position and BParea will display the area (acreage).
Set the DIMTXT variable for text size.

You can also use two LISP variables to setup the area label:

(setq _BPAreaPrefix "Area=")
(setq _BPAreaSuffix " m\\U+00B2") ; m2
(setq _BPAreaDecimals 2)
(setq _BPAreaRatio 1.0)
;(setvar "DIMTXT" 10) ; size

Versions:
V1.0 - first release

License: BParea is a free utility by CAD Studio a.s.,
do not publish it online on other than CAD Studio's
web servers, do not sell, lend or exchange it.
CZ: BParea je bezplatn utilita firmy CAD Studio pro
zkaznky firmy CAD Studio a.s.

----------------------------------------------------
Contact:
CAD Studio a.s. - Autodesk Platinum Partner
Tylova 17, 370 01 Ceske Budejovice, Czech Republic
info@cadstudio.cz  www.cadstudio.cz  www.cadforum.cz

