Get the diameter of a CylindricalFace selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I am selecting a CylindricalFace using
si = inputs.addSelectionInput('wheelDia', 'Select Wheel Outer face', 'Select wheel diameter surface')
si.setSelectionLimits(1,1)
si.addSelectionFilter('CylindricalFaces')
How do I obtain the "Diameter" of the selected CylindricalFace.
Sandeep