Drawing Dimensions from Specific View

Drawing Dimensions from Specific View

johnster100
Collaborator Collaborator
1,001 Views
3 Replies
Message 1 of 4

Drawing Dimensions from Specific View

johnster100
Collaborator
Collaborator

Hi,

I would like to be able to get all the dimensions from a single view on the drawing sheet (the drawing sheet has several views).

 

From what I have seen the dimensions are at the sheet level (so I can't use the dimension's parent). How do you get a collection of dimensions for a specific views?

(similar to how you can get the collection of drawing curves for a specific view)

 

thanks,

John

0 Likes
Accepted solutions (1)
1,002 Views
3 Replies
Replies (3)
Message 2 of 4

WCrihfield
Mentor
Mentor
Accepted solution

Great question.  There needs to be a better way of retrieving this data, but as far as I know, it is currently a lot of very detailed work.  I believe you will find the best available options for getting this data from the following other posts here on this forum:

https://forums.autodesk.com/t5/inventor-customization/determine-scale-of-the-drawingdimension-s-pare... 

https://forums.autodesk.com/t5/inventor-customization/deleting-all-dimensions-on-a-specific-view/m-p... 

https://forums.autodesk.com/t5/inventor-customization/drawingviews-and-drawingdimensions/m-p/2324524 

 

I think this issue would be an excellent candidate for a post on the Inventor Ideas forum.  Seems like a common enough issue to have been mentioned there before, but I didn't find any obvious links related to this specific issue already in the Ideas forum.  It would be great if the DrawingDimension object had a direct Method or Property that would return which drawing view it is being used in.  I know there is a manual method in the UI right-click menu when you have a dimension selected that will allow you to "Move Dimension", and lets you select another DrawingView to move it to, so you'd think it would 'know' which view it is 'assigned to'.

 

If this solved your problem, or answered your question, please click ACCEPT SOLUTION.
Or, if this helped you, please click (LIKE or KUDOS) 👍.

If you want and have time, I would appreciate your Vote(s) for My IDEAS 💡or you can Explore My CONTRIBUTIONS

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

Message 3 of 4

johnster100
Collaborator
Collaborator

Hi,

thanks for the reply. 

 

Most the dimensions i'm removing are retrieved (i'm trying to set up my model so i can retrieve all dimensions required). From what i'm reading this might make it tough, but we'll see.

 

My only thought was that Autodesk must have a method of doing this within the program as when you use the 'Arrange' command it seems to know what view each dimension comes from. Could someone from Autodesk answer this please?

 

thanks again,

John

0 Likes
Message 4 of 4

johnster100
Collaborator
Collaborator

another messy way i have thought of would be to:

1. get all the dimensions on the sheet

2. delete the view

3. compare to see what dimensions have dissapeared

4. undo deleting the view

 

very messy indeed but might work?

 

thanks again,

John

0 Likes