Hi, I'm trying to crate a macro to change some dimensionvalues. I'm using the following method.
Part.Parameter("PB-DIM-Y2@VR ST PB SK").SystemValue = DimValue *0.0254
Part.EditRebuild3
unfortunately, if the dimension is linked to others, the rebuilddoes not implement the changed value.
I've been reading the API help files, but I can not find anythingwith regards changing values of linked dimensions.
Is there a way to changes values of linked dims?
Thanks.
SolidworksApi macros





Part.Parameter("PB-DIM-Y2@VR ST PB SK").SystemValue = DimValue *0.0254
Part.EditRebuild3
unfortunately, if the dimension is linked to others, the rebuilddoes not implement the changed value.
I've been reading the API help files, but I can not find anythingwith regards changing values of linked dimensions.
Is there a way to changes values of linked dims?
Thanks.
SolidworksApi macros