Hi,
I'm looking for a way to change a single dimension property without changing the rest. For example, if I use the following:
Part.EditDimensionProperties2(0, 0, 0, "", "", False, 2, 2, True, 12, 12, "", "", True, "", "", False)
then all the properties of the selected dimension would be changed according to those inputs, but I want to be able to just change the "precision" property - the 7th input.
Even if there was some sort of "getdimensionproperties" command that I could use to reference what properties already exist and set those properties again that would be great but I cannot find such a command.
Any help would be greatly appreciated. By the way I'm looking to be able to do this in both parts and drawings.
Thanks!
Dave
SolidworksApi macros