AutoCAD LT - Dimension Macro

AutoCAD LT - Dimension Macro

davelomas
Contributor Contributor
1,135 Views
4 Replies
Message 1 of 5

AutoCAD LT - Dimension Macro

davelomas
Contributor
Contributor

Relatively new to creating Macros so don't know if this one is possible.

 

Basically in my role, we have to create cut sheets that show all dimensions of the stone that we will then cut. We usually do each line/polyline/arc individually. Is it possible to create a macro that could do this automatically? Would this be possible to create to work for multiple objects?

 

Ideally, I would love to be able to select all the units we need to annotate and then run a macro that would add dimensions automatically. As I say, relatively new to writing macros so not sure if this is even possible.

 

I've added a screenshot which may show an example of something we would do.Dimensions.PNG

 

[ The subject line of this post has been edited for clarity by @handjonathan Original: Autocad LT - Dimension Macro ]

0 Likes
Accepted solutions (1)
1,136 Views
4 Replies
Replies (4)
Message 2 of 5

pendean
Community Legend
Community Legend
Accepted solution
Nothing like that is possible. Sorry.

But you can, while in the correct DIM command, simply select the object to dimension instead of clicking the two points for each section (aka it is a bit faster).

HTH
Message 3 of 5

davelomas
Contributor
Contributor

Ah well, we'll stick to the old way of doing it then!

 

Thanks for looking @pendean 

Message 4 of 5

murphymoon007
Contributor
Contributor

What if you are trying to get the dimension of a space, like the distance between a table edge and a wall? 

0 Likes
Message 5 of 5

pendean
Community Legend
Community Legend

@murphymoon007 wrote:

What if you are trying to get the dimension of a space, like the distance between a table edge and a wall? 


INT or END to snap to the table edge then PERP at the wall while using your preferred dimension (or DIST) command that is relevant to your intent: I am assuming you are familiar with those OSNAPs, if not, post back.

 

 

0 Likes