MGED CMD area

From BRL-CAD


area[edit]

Syntax[edit]

area [tolerance]


Argument(s)[edit]

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


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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[edit]

No related commands.

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