Is there a way to generate all dimensions in a dxf or dwg on this platform

Is there a way to generate all dimensions in a dxf or dwg on this platform

ericgriff333
Explorer Explorer
1,223 Views
15 Replies
Message 1 of 16

Is there a way to generate all dimensions in a dxf or dwg on this platform

ericgriff333
Explorer
Explorer

IMG_5921.jpegIs there a way to generate all dimensions in a dxf or dwg on this platform example belowIMG_5920.png

0 Likes
1,224 Views
15 Replies
Replies (15)
Message 2 of 16

pendean
Community Legend
Community Legend
Not really. But... Show us what you typically wish to auto-dimension please, maybe there are solutions.
0 Likes
Message 3 of 16

Kent1Cooper
Consultant
Consultant

@ericgriff333 wrote:

... all dimensions ...


I agree -- an example would be essential.  Otherwise, that's a prohibitively wide-open notion.

Kent Cooper, AIA
0 Likes
Message 4 of 16

ericgriff333
Explorer
Explorer

I’ve added a picture I want to take all dimensions and get the  measurements off components are to scale,

0 Likes
Message 5 of 16

Kent1Cooper
Consultant
Consultant

"All" Dimensions has far too many possibilities.  In addition, if that's a 3D Solid, I don't see any way of automating Dimensioning of it, even if only limited Dimensions, because AutoLisp would need to figure them out from something.  But the "something" it would typically use would be an object's entity data, and the entity data for 3D Solids is utterly inscrutable -- there's no way to extract things like hole centers, slot positions, corner locations, etc.  The outermost corner locations, if such things are always broadly rectangular-prism-shaped as in your image, and orthogonally oriented, could be found from the bounding box, but that would be a long way from giving you "all" Dimensions.

 

So I expect the answer is No.  But others may have different opinions.

Kent Cooper, AIA
0 Likes
Message 6 of 16

pendean
Community Legend
Community Legend

@ericgriff333 wrote:

I’ve added a picture I want to take all dimensions and get the  measurements off components are to scale,


What would you expect the program to dimension in that model exactly? Show examples please.

0 Likes
Message 7 of 16

ericgriff333
Explorer
Explorer

To generate all the measurements in the picture above line placements whole placements radiuses depth

0 Likes
Message 8 of 16

Sea-Haven
Mentor
Mentor

Please stop answering the same and post a sample dwg With every dimension shown on that dwg.

No dwg. No answer

0 Likes
Message 9 of 16

ericgriff333
Explorer
Explorer

I don’t know how this would be different than any other component with multiple measurements 

0 Likes
Message 10 of 16

Kent1Cooper
Consultant
Consultant

You didn't provide what was asked for, specifically, the "With every dimension shown on that dwg" part.  For just one example, on the multiple slots in the middle of the thing, just in the vertical positioning direction, you might want this kind of thing:

Kent1Cooper_0-1722618822515.png

or you might want this kind of thing:

Kent1Cooper_1-1722618942553.png

and there could be other ways.  And horizontally, should the arc ends of the slots be dimensioned to their centers, or their mid/quadrant points, or the "shoulder" points where they meet the straight edges, or....?  Surely not "all" of those possibilities.

 

Etc., etc., etc.

 

At least it's not a 3D Solid.  AutoLisp can't identify the points to dimension to from those, just because of the deeply mysterious and mystical way in which the information about them is stored.  After Exploding the Block, I see it's made up of Lines, Polyface Meshes, Circles and Arcs -- 3389 of them!.  The number of combinations of two things that you might possibly want to dimension between is truly enormous.  Most of them coincide with at least one other in some way, which reduces the enormousness a little, but they would need to be detected.  By what criteria could a routine limit the possibilities to combinations that deserve dimensioning?

 

Kent Cooper, AIA
0 Likes
Message 11 of 16

ericgriff333
Explorer
Explorer

Sorry I’m trying to compose an illustrated version of my components that would presentable for the CNC process. Therefore, I’m trying to get all the measurements out of my components what would be the best way to achieve this?

 

0 Likes
Message 12 of 16

pendean
Community Legend
Community Legend

@ericgriff333 wrote:

Sorry I’m trying to compose an illustrated version of my components that would presentable for the CNC process. Therefore, I’m trying to get all the measurements out of my components what would be the best way to achieve this?

 


Sadly, there is no substitution to doing it all yourself manually after all this time: how much more time do you want to spend in here my friend?

0 Likes
Message 13 of 16

ericgriff333
Explorer
Explorer

How do you do it manually ! I don't care how it's done just needs to be done.

0 Likes
Message 14 of 16

ec-cad
Collaborator
Collaborator

Maybe I'm way off, but you could try to 'Export' that drawing to a 'STL format for a CNC.

Try here:

https://help.autodesk.com/view/ACD/2022/ENU/index.html?guid=GUID-E40AB085-5A19-4E3E-A74C-82F62DCD0DD...

And, checkout 'MeshCAM' software from GRZ Software - Google it.

 

ECCAD

 

0 Likes
Message 15 of 16

ericgriff333
Explorer
Explorer

I'll get it a try much appreciate 

0 Likes
Message 16 of 16

Sea-Haven
Mentor
Mentor

My understanding is that you don't need a dimensioned dwg for a cnc output. The code generator recognises circles and plines etc. 

 

The dimensions are only for the drafter to check his/her work.

 

So again need a true manually dimensioned dwg, the answer for you is maybe 2 or 3 different functions so doing 10 dims is pick 2 points and 1 second later all dimensioned between those points.

0 Likes