- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I am trying to add Dimensions to an existing routine and figured it should be pretty simple given I already have all the points needed to do so. Well, I have everything dimensioned correctly regarding the points but I cant figure out how to get a consistent placement on the dimensions. I ended up making multiple defuns for different sections of the door with different placements to make them line up, but noticed it isn't really a one size fits all. I'm guessing it has something to do with the size of the text related to the dimension?
At any rate, all I want is to be able to place everything on the same "line". In the sample picture there is a yellow rectangle, that is where I would like everything to be placed regardless of orientation. Any help is appreciated!
Here's the simple dimensioning function I'm using atm
(defun dimedgelrf (pt1 pt2)
(command "_.dimlinear" pt1 pt2 "V" "-10.9375"
)
)
Solved! Go to Solution.