AutoCAD Inventor :: Change Dimension In Drawing To New Point / No Snaps?
Oct 9, 2013
I seem to recall being able to do this in 2013...
Say you've dimensioned something but end up wanting to change the dimension definition points...drag the end point to another location that you want dimensioned.
I thought it used to snap to a new location, but now it will not. I have to redraw the dimension (including all text I added).
Here is what I get when I try to move the dimension definition point:
Here is what I get when I try the auto-reattach feature in "repair". Still nothing to snap to.
I was looking to change the fonts in a drawing for the Dimensions and Symbols that might have been inserted in the Dimension text entries.
This can be done manually bu editing the dimentions text after placemement, but I was ooking to set this as a default.. I cannot see where exactly this is controlled in the Styles Manager - I am only able to change the Dimension text font but the diameter symbol font is always on AIGDT.
I was therefore looking for an iLogicvb code that could do the trick, but I am not able to even change the dimension fonts... The code runs with no errors but nothing gets updated in the drawing...
Dim oDoc As DrawingDocument oDoc = ThisApplication.ActiveDocument Dim oSheet As Sheet oSheet = oDoc.ActiveSheet
I have a complete gearbox drawing from a previous work and I would like to use it again but with different dimensions. If I edit the dimensions and enter different values its not enough because when I hit the inquiry tab and dimension, obviously it will be the old measure value.
My question would be how to change the whole drawing to a new dimension values? I think there is no need to redone the whole gearbox again with new dimensions. My drawing is in metric (millimeters).
I am trying to dimension a drawing and have tried everything under the sun to change the text size but despite everything it keeps producing the text at a tiny size .
This is not exactly a CAD issue but I use Inventor at times to create illustrations for math stuff. Is there a way to place a dimension like an arrow with x and y as text.
ASCCi art of what I want:
<---(1.2, 3.4)
Inventor Professional 2012 SP1 (25 seats with subscription) Windows 7 64 bit Lenovo D20, 12 GB RAM, Intel Xeon X5687 3.6 GHz, SSD Quadro 4000, driver 8.17.12.9573, dual monitors SpacePilot, driver version 6.15.3 Firmware 3.12
While in sketch mode, while in a part, how do I dimension a new feature to the mid point of the surface?
In the example I've attached, I am wanting to dimension the holes around the midpoint of the surface, without stopping what I'm doing, drawing a construction line, then dimensioning to the construction line?
How do I create an Inventor part with a cost that will update according to the part dimensions changing. For example, we design products using aluminum extrusions and our cost is determined by foot length. How can I create the extrusion part to have a per foot cost that will dynamically update when I change the parts length for an assembly? It seems to me to be a fundamental need for many industries.
I will happily take any links to information that will explain this process. I cannot find anything online that clearly explains the process of creating parts with costs and variables.
I'm looking to change an elevation of a survey point within a drawing. I can see where it is possible to manually unlock the points from the Survey Database to allow the user to edit the point. I'm not seeing a method or property in the API Help for 2013 to do the unlocking with code.
Also is it possible to convert a Survey Point to a regular Cogo Point through the code? Or do I have to delte the point and then recreate it as a COGO point? I think this will be my work around if the above doesn't work.
The diametric dimension on the right, dia. 244.9 isn't resembling the real dimension in the weldment.You see in the sketch of extrusion 2 that i gave an internal diameter of 245.
I am using Inventor 2013. For some reason I cannot dimension some of the model entities in the drawing views in an idw file. I can retrieve the model dimensions but it is usually easier to create the dimensions I need in each view. I can select the line, curve, etc. when dimensioning but nothing happens.
After I think about it. What I cannot dimension are lofts that I created with rails. These rails were made up of lines and curves, not polylines. How do I get the sketches for the rails I used for lofting to display in the drawing views so I can dimension those sketches.
I'm using Inventor 2013. I created an assembly where I did a lot of top down modeling (meaning components in the assembly were created in the assembly. All but a handful of the components are adaptive to other components). When I went to make my drawings for having the components made, I started noticing that some of the dimension values were wrong. I could go into the model and verify the features, but when dimensioning on the drawing it would not match. Furthermore, this didn't occur on every dimmension on the drawing. Not even half of them were incorrect, but it only takes one to really mess up a part.
I've attached a screen shot of what I'm seeing. The 15.2 and 5 dimmension are correct, but obviously those don't add up to 31.37. I know I can manually override this dimmension, but only if I know to do it. I tried to do a drawing of another part in the same assembly and eventually found a similar problem.
Finally, I created a step file of the 1st part (to strip away the adaptivity) and when I created the drawing again, the problem went away.
My question is, is there something I did in the assembly / creation process that would have caused this?
I'm trying to dimension an ellipse in the Inventor Drawing Feature. I've attached the .idw files. (the .ipt is too large)I am aware that the ellipse doesn't have a constant radius and was wondering what is accepted practice for these dimensions?
I need to first dimension the external elliptical shape (which I'm struggling at), might just add a note.
Secondly I'm trying to dimension the mesh part, its not centrally align to the part and since I can't put a center mark on I'm not sure how I should dimension this...
dimension bend parts with corner intersection. Is there any option in Autodesk Invenor Drawing so that i can give dimensions as shown in attached image.
So my problem is that I need to include a line on a part drawing that isn't related to the part itself. I need to be able to override the dimension of the line I sketched so that I can include it in my drawing and update the dimension without having to change anything else on the part.
Basically, I want an iLogic rule to overide a dimension, and I don't know how to do that.
I have recently drawn a steel construction, and I am now in the process of making the drawings. A problem that occurs is the length of beams used for bracing. When I click the two outer points, the lower dimension in the drawing appears. This is the length of the line between the two points. To be able to dimension properly, I have made a sketch with a straight line, which is perpendicular to one side of the beam. This has been used, with the point on the opposite side, to find the true beam length (and is showed as the upper of the two dimensions in the picture).
I was trying to reposition a retrieved dimension in drawing. I was able to position the text, however the dimension line however still stays in its default retrieved position. how I can reposition the dimension line as well?
Dim mydim As Inventor.ObjectCollection Dim invDimConstraints As DimensionConstraints Dim invDimConstraint As DimensionConstraint invDimConstraints = invPartDef.Sketches.Item("MySketch").DimensionConstraints
I am in inventor and I need to draft up some diagrams for a lab report for school. They all have to be to scale so my dimensions will work properly, the only problem is, when I want to take a screenshot of the image to put into my document, the dimensions are way too **** small. I have tried everything to change them and nothing has worked. I don't know where my command line window is so I can't go directly to dimstyles.
Is there a way to force Inventor to dimension without snapping to various Z heights within a drawing view? I have basic top and side views created however when trying to dimension overall lengths and widths i'm snapping to high and/or low points of the model and getting screwed dimensions.
How do you change the dimension text size in an .idw 2D drawing? The dimension text and arrowhead size is too small and I would like to make it sligthly larger.
We have created one Style, but within this Style are two Dimension types (Dual and SIngle)
When a drawing from a model is created it defaults to the Dual Option and we can only select the Single Dimensions by individually selecting the Dimension and editing to Single Dimension, which can be time consuming.
Is there a way to select the Dimension type for the whole drawing?
I cannot edit a dimension that I add to a drawing, IV simply ignores my request when I select Edit from the shortcut menu. This is not a retrieved dimension. My only workaround has been to edit the dimension properties in the part file to display as I would like on the drawings.
I've checked the application options, under Drawing tab, I do have "Edit dimension when created" checked, yet IV does not display the edit dialogue box upon initial creation of the dimension.
How do i increase the dimension text height in my drawing.When i go thro the styles and standards editor and increase the text height all the text in my sheet border also increases.Surely there must be a way to isolate the dimension text from the sheet text.
We need re-location the diameter dimension after we change the drawing view's scale. but we didn't know how to change the Startpoint of the dimension (mark with Red word "1"), just find the text location.
Who knows how to set the new point to for the startpoint?
I like to change the dimension of the length from 388mm to 400mm to represent another similar part with another part number. Yet I still need the old part.
What is the easiest way to do so? When I use 'save as" and then change the dimension, I need to recreate the dimensions in the dwg files. Is there a way to avoid creating the dimensions?