VB, DRAWING DUAL DIMENSIONS TEXT
VB, DRAWING DUAL DIMENSIONS TEXT
(OP)
have found this thread http://www.eng-tips.com/viewthread.cfm?qid=343731 and it is useful but how to put text before and after dual dimension? i need dimension to look in following format (open brackets):

preferred language is VB.
Cheers,
Jenia Ladkov

preferred language is VB.
Cheers,
Jenia Ladkov





RE: VB, DRAWING DUAL DIMENSIONS TEXT
Try something like this
Set MyDim = MySel.Item(1).Value
Dim DraDimValue As DrawingDimValue
Set DraDimValue = MyDim.GetValue
MyDim.GetValue.GetBaultText 1,Array1,Array2,Array3,Array4
MyDim.GetValue.SetBaultText 1, "(", ")",Array3,Array4
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: VB, DRAWING DUAL DIMENSIONS TEXT
CODE --> VB
I'm thinking about to do a search for angular dimensions and change a style to original state.