I have a part fully defined and modeled in SolidWorks Office 2005. The Document Properties -> Units is set for a 3 place decimal. There are 3 reference dimensions that have been put on the part manually.
RD1@Annotations RD2@Annotations RD3@Annotations
I am trying to write a macro that will select these dimension, go into more properties, and then say "do not use document units", and set it to fraction rounded to the 16th.
I tried to use SolidWorks and record the macro myself, but it will not record correctly. It only records the code used to select these dimension. It will not show how to only change these dimensions to a fraction.
I have went through SolidWorks API helo, and came up empty handed. I am sure this something really simple, but I can't find it. Could someone please give me the lines of code that will change these dimensions that way I need them, or at least point me in the right direction.
Thanks