Skip to content

dos_hatcharea

Dale Fugier edited this page Dec 1, 2018 · 1 revision

Returns the area of a hatch object.

Syntax

(dos_hatcharea entity)

Parameters

entity

The entity name of a hatch object.

Returns

The area of the hatch if successful.

nil if not successful or on error.

Example

Command: (dos_hatcharea (car (entsel "\nSelect a hatch:")))
346.43372
Clone this wiki locally