MGED CMD area

From BRL-CAD
Revision as of 07:15, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =area= __TOC__ ==Syntax== :area [tolerance] ==Argument(s)== : '''[tolerance]''' :: Distance required between two vertices in order for them to be recognized as distin...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


area

Syntax

area [tolerance]


Argument(s)

[tolerance]
Distance required between two vertices in order for them to be recognized as distinct vertices.


Return Value(s)

No Return Values for this command.


Description

The "area" command calculates an approximate presented area of one region in the mged display. For this command to work properly, a single BRL-CAD region must be displayed using the E command. The tolerance is the distance required between two vertices in order for them to be recognized as distinct vertices. This calculation considers only the minimum bounding polygon of the region and ignores holes.


Example(s)

mged> Z
Clear the mged display(s).
mged> E region_1
E a single region.
mged> area
Calculate the presented area of the enclosing polygon of the region.


See Also

No related commands.

Page Generated by David Loman on: 10/11/2007 at: 11:40:58 AM