Edge Angle Select

This tool select polymesh components based on “Edge Angle”, i.e. angle between normals of 2 polygons sharing this particular edge. Non-manifold geometry is not supported (meshes with edges sharing more than 2 polygons).

fx_edgeAngleSelect

Features

  • Fully interactive. Tweak controls and immediately see results in viewports.
  • Capable to process dense meshes. Written with Python API.

Installation

Edge Angle Select is a part of FX Python Tools. Download fxpt from Github and place it in your PYTHONPATH directory. Run following code in Script Editor or make a shelf button.

from fxpt import fx_select_component_by_edge_angle
fx_select_component_by_edge_angle.run()

Comments are closed.