Measure
Small
Measure Small {Length|Area|Volume|All}
{Body|Surface} <id_list>
The Measure Small command locates all of the
lengths, areas, or volumes smaller than the Measure Small Tolerance
setting. Entities meeting the small tolerance criteria are listed in the
output window and typically highlighted in the view port. The following
two commands set the small tolerance to 0.1 and output all of the curves
within body 1 with lengths at or below the small tolerance.
set measure small tolerance
0.1
measure small length body
1
|