Created by: portnov
The node calculates a diameter of input set of vertices. There are two modes possible:
- When "Direction" input is not connected: calculate "true" diameter, i.e. maximum of all distances between all vertices.
- When "direction" input is connected: calculate "diameter" along specified vector, i.e. the length of projection of whole input objects to specified direction.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.