dos_curvearea - dalefugier/DOSLib GitHub Wiki
Returns the area bound by a closed curve entity.
Syntax
(dos_curvearea entity)
Parameters
entity
The entity name of a closed curve object.
Returns
The area of the closed curve if successful.
nil if not successful or on error.
Example
Command: (dos_curvearea (car (entsel "\nSelect a closed curve:")))
6.43372