PDA

View Full Version : Setting Part Resolution Program


bdining
12-30-2003, 10:16 AM
Hello Everybody,

Attached is a program that will allow you to easily convert parts to a resolution based on a selected part.
The out of the box program only allows single selection.

When selecting parts you can use different selection options for selecting many parts.
(By default the program will allow single or multiple select. I prefer using the Shift selection option myself. To use other options activate your select dialog.)

The program will then set your default resolution based on selected part.
If you do not want the program to set default resolution then remove the following line or rem it out using ; in front of line.
(SET_DEFAULT_PART_RESOLUTION my-p-res)

**CAUTION If selected part resolution is not 1e-2,3,4,5, or 6 then it will round to the closest value and your default resolution may not match selected part resolution.**

(example your selected part could be 2.7e-3 which would round to 1e-3 for default resolution, but selected parts will have a 2.7e-3 resolution)

I hope this program is useful to many of you.

Best Regards
Bill Dining