This may be too late to be of any help but I recall that Andandex USA Inc.
manufactures phase shifting gearboxes.
They are located at 1705 Valley Road, Ocean Township, NJ 07712
Their telephone number is 908 493 2812
Ciao
Many thanks, this is exactly what I require.
I used GetSelectedObject2 knowing it was obsolete only because my code would not run using the new GetSelectedObject3. Any ideas why this might be so.
The user must select a single dimension for updating. This part works fine.
The problem is that I can not set the tolerance precision. The dimension precision is set by EditDimensionProperties2, but this does not set the tolerance precision.
Dim swApp As Object
Dim Part As Object
Dim...
I am currently using SW2001. I am a new user to VB and API programming.
Would someone be able to supply me with an example macro that uses retval=DisplayDimension.SetPrecision(useDoc,primary,alternate,primaryTol,alternateTol) successfully. I keep getting the message runtime error 438, Object...