Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys select by angle is always a pain for me. So I downloaded one window UI command but dont know how to assign the working command to it. Suppose If I type 0 in the box it should not select the faces and if I type 45 degree in the floatfield it should select faces with 45 degree. Please help me I'm not from programmig field.
HERE IS THE COMMAND (I don't know MEL )
string $window = `window`;
columnLayout;
floatField -value 0;
showWindow $window;
Solved! Go to Solution.