AutoCAD Inventor :: Edit Model Dimensions From A Drawing
Jul 30, 2009Apparently I can't edit model dimensions from a drawing because i did not select this option when i installed inventor 2010.
View 9 RepliesApparently I can't edit model dimensions from a drawing because i did not select this option when i installed inventor 2010.
View 9 RepliesI got a new computer recently and installed Inventor 11. I found I could not change the drawing dimensions (It chanced in the Edit Box and shown the changes in the dimensions, but after click "OK", the Edit Box closed and the dimension did not change).
I remember there were the similar problems before and I installed KB918118 fixed it. So I tried to install KB918118. But my computer shown a message saying my computer system is newer and do not need the KB918118 update.
I got a new computer recently and installed Inventor 11. I found I could not change the drawing dimensions (It chanced in the Edit Box and shown the changes in the dimensions, but after click "OK", the Edit Box closed and the dimension did not change). I remember there were the similar problems before and I installed KB918118 fixed it. So I tried to install KB918118. But my computer shown a message saying my computer system is newer and do not need the KB918118 update.
View 4 Replies View RelatedIs it possible to use the Measure.ExtentsLength in a drawing to get model dimensions?
What I am trying to do is get the overall dimensions of the model and place them in a sketch block in the drawings so our machinist can easily reference the stock material. I can't figure out how to get the overall model dimensions.
Windows 7 x64 -24 GB Ram
Intel i7-3840QM @ 2.8GHz
nVidia Quadro K5000M - 4GB
Inv 2013 SP2
Vault Collaboration 2013 Update1
I have a automated ilogic model that is then used within a 2D drawing, this 2D drawing then has dimensions on it referenced to the the model.
This model changes in its length the dimension associated with its length then changes but the dimension text then goes outside of the dimension boundary (does not stay central). Is there any code that can scan the dimensions and in effect tidy them up?
In our “Parts list” (or BOM as we call it) on our .idw’s we have field for “LENGTH”. For example, we use round tubing. We would list the cut length of that piece of tube in the “LENGTH” column. As it stands now, we add “LENGTH” as a custom iproperty in the .ipt. Then in the drawing we add that property to the parts list to capture the length. This works fine, but I’m wondering if we can eliminate some steps by capturing the actual dimension from the sketch to automatically populate the “LENGTH” value. Needless to say, this would eliminate room for error (less typing) and will update the value automatically if length is changed or if the part is copied. I suppose the same would apply for “WIDTH” on sheet metal parts... How do I do this?
View 9 Replies View RelatedI have to add dimensions to an architectural drawing in model space
The file is drawn in decimal units (1unit=1meter)
Now I have been asked to ad dimensions in feet and inches to the drawing in order to make it usable to UK
I know that the solution is to use alternate units with Architectural units format, but how mach is the multiplier that I have to use?
I have no experience in British metric system.
So I left the multiplier 25.4 as AutoCAD prompt.
2.81 meters equals to 5'-11 1/4” ?
I’m using AutoCAD 2007
I have been reading here that the preferred mode of generating dimensions on the drawing views is by using "Retrieve" method.
My question is: how can I programatically add dimensions or measurements to the model so I can retrieve them in the drawing view? This has to be all done by code.
I'm looking for a solution to place the overall model dimensions in the title block.
We have a box (Promted entry) in our company title block were we manually typ our overall dimension of a part (or in some cases assembly).
For our planning engineer this is easy because he can easy see the dimensions of the "base material" or the size of a container / box in case of an assembly.
The risk that sometimes people forget to change these dimension when the model is changes.
Now I'm looking for a solution (e.g. VBA / iLogic) to place the overall dimensions Automatically in the title block.
The overall dimensions are available in the "BIM Exchange" menu > Check Design. Maybe these dimensions can be used.
We're using Inventor 2014.
when I try to edit a dimension in my Idw's. I normally can double click on the dimension or right click on it and choose edit, but now the window will not pop up. It freezes the screen like the window is open but no window on the screen, almost like it opens off of the screen where you can not see it, the program has been reinstalled but still have the same problem.
View 2 Replies View RelatedI mean the dimensions in sketches in a model part, not the drawing dimensions which are controlled by styles .
View 1 Replies View RelatedHow to import Inventor file 2D(.idw) to autocad 2D (model space) with dimensions, axes, sections, ... ?
Inventor 2013 & Autocad Mechanical 2013
Unable to find a way to show dual dimensions in my model shetch.
View 8 Replies View RelatedI received a stp.file from a vendor and need to add shrink to the file. How do edit the file? Also, once the shrink is added I need to be able to make a split mold out of the part. How would I go about do that? I should be able to make a block; then cut the part out of the block. Is that correct?
View 5 Replies View RelatedI am having trouble with dimensions disappearing in the drawing when I update my model.
I add the correct dimensions then when I update my model, all dimensions on the drawing disappear and I have to make them all again.
A little more info:
I am using the tube and pipe feature to drawing tubing inside of an assembly.
Process:
1) I draw the tubing routes and populate them (to show an actual swept tube)
2)Right click on the newly created route in the explorer and open the tube.
3)File->new->drw.
4)Add necessary dimensions to the tube drawing.
5)Save and close drawing
Up until this point everything is fine.
6)Edit the tube route in the assembly and save
7)Upon opening the drawing of that tube route ALL dimensions have disappeared.
Two different problems (questions). These are IV2012 files but the problems are the same in 2013.
Open the two attached ipt's. Launch the Measure Distance tool and measure between the blue an red face on the DimTest. It should read 1 inch.
Change to DimTest Derive using the tabs on the status line. Measure still gives 1 in. Change precision to All Decimals. The mouse pointer changes to calipers and the distance now measure 1.004 (which is correct)
Switch back to DimTest again using the tabs.
Measure again and notice the mouse pointer still shows the calipers which imply that it is going to return all decimals but the dimension given is still just 1 inch. Either the mouse pointer should change back or all decimals should stick.
OpenDimTest.dwg. Manage> Modify> Replace Model Reference and pick DimTestDerive.
ALL dims disappear and the origin indicator goes sick.
In 2010 and previous releases I recall being able to show the feature dimension by right clicking "Show Dimensions" and then being able to double click on any visible dimension and change its value. I don't see this behavior in 2012. Is there a setting to turn this on?
View 7 Replies View RelatedI'm trying to reposition dimensions in a drawing through the API. The output of my code seems to indicate the method is working, but after it runs the drawing is unchanged. Here's the code (in VBA):
Dim oDoc As DrawingDocument
Set oDoc = ThisApplication.ActiveDocument
Dim oSheet As Sheet
Set oSheet = oDoc.Sheets.Item(1)
Dim oLdim As LinearGeneralDimension
Dim oLeaderNote As LeaderNote
Dim oDimLine As LineSegment2d ' Dimension Line
Dim oStartPt As Point2d ' Dimension Line Start Point
Dim oEndPt As Point2d ' Dimension Line End Point
[code]....
Looks like it moved my vertical dimension left, but it doesn't actually do anything. Is this not a viable method for repositioning a dimension?
I created a sketch then tried to retrieve dimensions in a drawing from the sketch. When I used the retrieve function, no dimensions appeared. I made sure that the box in the Application Options under the Tools tab was checked for retrieving all dimensions upon placement. I have tried numerous ways to retrieve the dimensions, and while I can place them manually, I really need to be able to retrieve all at once as seen on the sketch.
I have been able to use the retrieve function before on files that I downloaded from a website so I know to use the function.
I'm attaching a file which I am having trouble retrieving dimensions. I am using Inventor 2013 educational version.
I'd like to take a set of ordinate dimensions and multiply all the values by 10. Is this possible, without overriding the values and making them static?
The reason I'm asking is because I'm making a flat layout sketch for pockets around a drum. So imagine taking a drum and rolling it out flat. In the direction along the drum I drew it as 1" = 1" and for the circumfrence direction I did 1" = 10° so I don't have sketch that is 13" x 360". So I need to scale the dimensions in 1 direction up by 10.
I am wondering how best to apply drawing dimensions to a view. I am using VBA (Inventor 2010 x64) to modify a template skeletal assembly and save it. I have succeeded at generating the models, drawings, and drawing views, but have hit a wall when I attempt to automate the process of applying drawing dimensions.
I attempted to use GeneralDimensions.Retrieve with the DimensionsToRetrieve parameter, as I wish to retrieve only a few dimensions. My testing, however, indicated (and the helpfile confirmed) that the DimensionsToRetrieve parameter only work if the DimensionConstraint objects belong to a drawing sketch, and I'm retrieving dimensionconstraints from a model sketch. It appears to me that I will have to retrieve all dimensions and then somehow delete the unnecessary ones. This seems unusual to me--is there a better way? Can I, for example, retrieve a single dimensionconstraint at a time from the model rather than all of them at once? Perhaps its suitable applying drawing dimensions without retrieving them from the model?
I use parametric base-model which automatically generates drawing (look "Pic1"). I change parameters I need and new drawing is generated (scale stays the same). However, dimensions on new drawing are displayed in random way (look "Pic2"). Is there a way (iLogic, VBA or smth els) to fix/link dimensins so - that they could stay in an appropriate way (space between dimensions, space between dimension and edge, dimension is centered on line with arrows) when the model size is changed (in this example I have changed the base diameter from 830 to 1280)?
Function "Arrange dimension" does not solve the problem!
Tried to do something that all other 3D softwares seem to have no problem with, even inventor at least when we were using the old versions.
Editting sketch - close sketch. No model update.
This is an existing 3D model created with inv2011. inv2013 does not like much of what we created in the old releases of inv.
Sketch gives me 1 dimension. Part and drawing give the old dimension value.
This is yet another major sign of unstable software. Over 24 software issues discovered from changing inv2011 to inv2013.
I have an asssembly stack and I have a known bending moment at a given place (ie the datum). I want then to create a drawing of this stack up and show the bending moments at known locations beside the relative dimension.
Now I can do this manually no problem...but I would like this drawing to update automatically. ie the stack up height(s) change and i want the bending moment figure to update accordingly.l
Is there a way to do this with drawing dimensions? ie dimensions created in drawing mode?
I would like to know how I can find a dimension that's created with the command (with the internal command name) "Create3DLinearDimension".
This command is used to create a linear dimension on a view that has the default dimension type set to "True".
One of the drafters I work with has been having an intermittent problem with Inventor 14 deleting dimensions and notes when he prints a .idw to a .pdf. The problem first popped up when we transitioned to 14 from 12. It only happens once out of every 2 dozen or so prints and is usually caught on the redlines, but it has been overlooked once already requiring the part to be remachined at cost to our employer. No one else in our office has had the problem and it continued to happen after a reinstall; which leads me to think it's some hardware issue.
Included is a screenshot of his system information. We're running Synergis Adept file management software, that may be pertinent as well.
I am trying to figure out how to properly define the dimensions of an exponential curve in a drawing to make it easiest to have the piece machined.
I am starting to wonder if inventor refers to this type of curve as something else entirely, as well. Since an exponential curve is like the shape of an airplane wing and doesn't have a "consistent" angle.
How can I round drawing dimensions modulo five, keeping them dynamic?
If I have length equals 203, I can get rounded length 205. Besides, having 206 - getting 210.
If in model length changes to 313 - I'll get 315, when 316 - 320.
Probably, I should override value, using VBA. Are there other abilities?
I know you can obviously set the tolerance in the styles to round to the nearest 1/16 or 1/32, but is there a way to make it always round a dimension up instead of to the nearest? IV2012
Windows XP SP3 32-bit
Intel Core 2 Duo 6400 @ 2.13 GHz
Nvidia Quadro FX 3450/4000 SDI 256MB Vram
2 GB Ram
160GB HDD
While working with an Inventor 2013 *.idw some of the dimension lines, extension lines, and learders became invisible, even though you can still see the dimension values and even the arrow heads of the no-show dimensions. Even when printed, the same lines are not there. 2013 Glitch?
View 9 Replies View RelatedI want to retrieve dimensions in a drawing with ilogic. I found some code but how to translate it into a ilogic code.
I always use assembly models in these drawing and all the parameters have unique names. So in my drawing i want to retrieve some specific dimensions in a view.