Message 1 of 2
overlapping Texts in Dimensions

Not applicable
02-02-2005
04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
I need to reposition the dimension text while i am using dimaligned.By default, the text position is at the center of dimension line.
The simplified version of my probem is when dimensioning between opposite corners of a rectangle, the two dimension texts will overlap each other. I need to avoid that.
Although i can use: dimaligned.testPosition but it is difficult to calculate the new position, NewTextPosition should remain alighned with dimensionline
The only why i can find is calcluate vectors between startPt & EndPt of each dimension and then move text in the direction of vector. I dont know if it will work or not.
Has some one got any ideas or code please.
I need to reposition the dimension text while i am using dimaligned.By default, the text position is at the center of dimension line.
The simplified version of my probem is when dimensioning between opposite corners of a rectangle, the two dimension texts will overlap each other. I need to avoid that.
Although i can use: dimaligned.testPosition but it is difficult to calculate the new position, NewTextPosition should remain alighned with dimensionline
The only why i can find is calcluate vectors between startPt & EndPt of each dimension and then move text in the direction of vector. I dont know if it will work or not.
Has some one got any ideas or code please.