ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MMMahmoud Marzouk07/09/2016

I want to create a macro to add a specific note to selected dimensions. I am using the following:

instance.EditDimensionProperties2(TolType, TolMax, TolMin, TolMaxFit, TolMinFit, UseDocPrec, Precision, ArrowsIn, UseDocArrows, Arrow1, Arrow2, PrefixText, SuffixText, ShowValue, CalloutText1, CalloutText2, CenterText)

My issue is that the syntax above will change the existing tolerances on the selected dimensions. Is there any way to not alter the tolerances and just add the note?

Thanks!