I have a part made by a former co-worker that appears to have some dimensions locked. The second feature on the attached file is a pair of rectangular cuts. I would like to edit the dimensions of the hole, but when I select a dimension I am unable to enter any numbers in the dialog box.
Inventor Premium 2013 SP1.1
Vault 2013- plain vanilla version
HP G71 notebook
celeron cpu w 4gb RAM and 64 bit system
Win 7 home premium
I'm using the rectangle tool but can't seem to create rectangles with different dimensions. If I select the rectangle tool and click on my layer it draws a rectangle of a fixed size. It will not let me drag the cursor to the size I want the shape.
I have a message pop up when i am trying to save an assembly. it is:
'The current Design View Representaion is locked. Changes againstit will not be saved. If you want to keep those changes please create a new Design View Representation or unlock the current one.'
I need to sort the BOM (structured) while avoiding three parts. So I attempted manually locking the three parts in the BOM through the user interface and then running the following code
' Set a reference to the assembly document. ' This assumes an assembly document is active. Dim oDoc As AssemblyDocument oDoc = ThisApplication.ActiveDocument
' Set a reference to the BOM Dim oBOM As BOM oBOM = oDoc.ComponentDefinition.BOM
' Make sure that the structured view is enabled. 'Set a reference to the "Structured" BOMView Dim oBOMView As BOMView oBOMView = oBOM.BOMViews.Item("Structured")
'The following line works correctly Call oBOMView.Sort("Part Number",True) 'Re-Number the BOM Call oBOMView.Renumber(3, 1) 'Re-Sort Items 'Call oBOMView.Sort("Item",True)
The above code is bits and pieces that I have combined from the internet. The only problem with it is that sort works fine on some files while on others it skips a few e.g. 1,2,5,6,7......
Is there any way we can sort the BOM while avoiding all the locked parts.
I export my ipt to an stl (and I make sure that I click on options before I convert and make sure the units are in mm) yet the units are still off. I am using Inventor 2013.
It seems like most people were able to solve their problem by clicking on options but even that seems like it is not working for me.
I was adding a lot of aligned dimensions to a drawing and some where along the way they changed from aligned dimensions to rotated dimensions, even in the same string of dimensions.
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.
Is there actually a good reason why dimensions in IV are vectorless? If not, can we consider as a feature request? This gives me constant headaches in Inventor with my sketches and mates solving in unpredictable ways. I know I can use work planes as a work around, but it's a huge PITA.
I want to add dimensions in an assembly through VBA ,but all my work is just in vain . Now I can add dimensions one after another ,but I want to finish dimensioning in the assembly once for all .
I am dimensions moving around in my drawing files and I am trying to figure out why they do this. I change one little thing on my models, open the drawing, then spend 30 minutes going over every dimension in comparison to the old drawing trying to find all the ones that moved erratically and put them back where they were. Most of the dimensions that move don't have anything to do with the change I made to the model.
For example, the dimension in this picture used to be on the other side of the other extension line, and it was never that close to the geometry:
Inventor Professional 2013 (SP-2.3), Product Design Suite Ultimate Desktop: Intel Core i7 3.4GHz, 16.0 GB RAM, Windows 7 Ultimate SP-1, 64-bit OS, (2) GeForce GTX 580 (331.81), Space Pilot Pro (3.16.1) Laptop: Intel Core i7 3.9GHz, 16.0 GB RAM, Windows 7 Pro SP-1, 64-bit OS, GeForce GTX 780 (331.81), SpaceNavigator (3.17.7)
Once a 3D object is drawn/completed in Inventor LT, how does one go back to the object to change the length/radius of certain objects without having to completely redrawn the object. For instance, imagine a bike wheel that is fully draw. Later perhaps one wants to go back to the wheel and adjust the radius of the spokes and the length. How does one do this quickly. In 2D I see how, but can this also be done in 3D with Inventor LT?
Working with... Autodesk: AutoCAD Inventor LT Suite 2013 | OS: Windows 7 | GC: ATI 6670 | Mem: 8 gigs RAM | Proc: Intel core i5 | Monitor: Acer V213HL
Is there a way to break dimensions in Inventor like in Autocad? It automatically breaks around certain things, but I'm wondering if there is any way to control this.
I am trying to submit a bunch of parts to a machine shop and he needs them in a 2D format with dimensions and I don't know how to put them into that format.
in Autocad it was easy, in dimension style I could set up dimensions to be rounded to 5 ot 10 or any other value.I now need to set dimension to be rounded to 5mm (5, 10, 15, 20 .......). And I can not find a way to do that.
I'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?
For some reason I cannot stack dimensions anymore. Even when I try to stack mtext it doesn't work. Is there something that may have been changed in dim styles or anywhere else that has caused this?
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.