[plugin] Select Faces by Area
-
Somehow between testing and uploading, I managed to screw up the previous fbs.rb I uploaded. If you have downloaded and tried the plugin only to get a "method" error, please download it again.
fbs.rb selects faces based on their area. Faces in groups and components are checked along with all other faces in the model. Since the plugin is expecting numbers to be entered for the maximum and minimum areas, an empty entry is not valid.
If the "Area <" is less than the "Area >" an OR selection is made and all faces with an area less then the "Area <" value or an area greater than the "Area >" value are selected.
If the "Area <" value is greater than the "Area >" value an AND selection is made and all faces with an area greater than the "Area >" and less than the "Area <" value are selected.
For example, Area < 1000 and Area > 0 selects all faces with an area less than 1000. Area < 0 and Area > 1000 selects all faces with an area > 1000. Area < 2000 and Area > 1000 selects all faces with an area between 1000 and 2000. Area < 2000 and Area > 4000 selects all faces with an area less than 2000 or greater than 4000.
http://forums.sketchucation.com/viewtopic.php?f=323&t=38033
Advertisement