Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am working on a rule wherein I would like to measure the OD of round parts. I want the rule to prompt me to select a cylindrical face, and then return the OD value and write it to a custom iProperty.
oOD = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kPartFaceCylindricalFilter, "Select the shaft area for OD measurement")
I am having difficulty coming up with any way to measure the OD from that.
Any ideas are appreciated.
Solved! Go to Solution.