AutoCAD Inventor :: IPart Dimension To Unresolved Reference Geometry

Sep 2, 2009

I am having trouble with Iparts getting a red cross due to dimensions and constraints to unresolved reference geometry. If, for example, I have Hole 2 dimensioned from Hole 1 in one member and in another member I suppress Hole 1 and Hole 2 I get an error stating (correctly) that the sketch for Hole 2 has a "Dimension to unresolved reference geometry". I understand why I should get this error if Hole 2 was unsuppressed and Hole 1 was suppressed but why do I get this error when they are both suppressed.

If I get this error on a member that has these two holes suppressed and I switch back to a member that has them both active the error dissapears. I guess in the end this is a question for Autodesk. Can you set up Iparts so that when a feature is suppressed Inventor completely ignores it instead of still trying to resolve it. This functionality is a major headache for us because we don't want to leave models with the Red Cross on but if we want to dimension our features appropriately (ie referencing other, related features) we have to leave a model with errors in it.

See attached part. If you switch within the first 2 members there are no errors, if you move into the last 2 members you will see the cross highlight.

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Cannot Constrain Or Dimension Reference Or Fixed Geometry

Jul 27, 2006

I've come across this many times now. When in an assembly, I create a sketch. I then try to project geometry and I will sometimes get this error:

"Cannot constrain or dimension reference or fixed geometry."

why I can't project edges/faces/points of certain parts?

View 9 Replies View Related

AutoCAD Inventor :: Unresolved Reference When Opening Assembly

Nov 14, 2013

I always "Configure Default Template" on start-up, changing Measurement Units to mm and Drawing Standard to ISO. After Ok, 

"the default template (standard.*) will be replaced according to your selected drawing standard or measurement unit. The original default template will be copied to Old Templates folder as backup. Do you want to overwrite?" Yes.

I have created a series of parts which i have assembled and saved on my USB. I have placed fasteners from Content Center and saved. When i change computer, and attempt to reopen my assembly files, i get a "Resolve Link" window, as seen in attachment, to which i don't know how to respond, and end up clicking "skip all", which results in assembly with unresolved components.

What are the steps i should have been taking to avoid ending up with unresolved components, assuming i cannot avoid changing computer.

View 1 Replies View Related

AutoCAD Inventor :: Reference Dimensions In IPart Table

Aug 14, 2011

The question I want to ask is about reference dimensions in iPart.

I can create a sketch and place reference dimensions on it, there's no problem. I can activate any configuration manually and see the reference dimensions adjusted according to configuration, no problem again.

I would like to know — is it possible to automatically populate column of the iPart table with reference dimension value, as it stands for each configuration?

I was able to find some solution for that, but it's not automatic. I can mark reference dimension of export, and add it as a column to the table, but I need to manually activate each configuration to populate the column with measured reference value. Not very good, because there can be very many configurations.

How to automatically get complete list of reference dimensions values for each configuration of the iPart?

View 1 Replies View Related

AutoCAD Inventor :: Exporting Reference Parameters / Driven Dimensions From IPart?

Mar 27, 2013

I have an ipart which is being controlled by an external spreadsheet. Each cell references a cell within a spreadsheet on my local drive. I have a set a parameters that are used to completely define each part but I am also interested in some of the reference parameters (from driven dimensions) so that I can analyze relationships between reference and input parameters. Is it possible (without extensive programming in windows VB or other) to export data from this iPart into, prefereably, the driving spreadsheet or another spreadsheet?

View 3 Replies View Related

AutoCAD Inventor :: Reference Geometry In Assembly Drawings

Dec 6, 2011

We have some serious problems by creating assembly drawings with reference geometries in inventor 2010. Our target is, to create a drawing that look the way, the attachment shows (Picture-1) The sheet metal plates Pos 10-100 are an assembly. And the assembly in the back is the reference geometry. It’s a frame consists of steel sections. What we want: 1. The frame must be phantom lined in the idw. 2.

The Sheet Metal parts must be thick lined. 3. The Partslist of the Assembly should only contain the sheet metal parts and not the frame We have some ideas to solve this case, but each of them is nor perfect (please see the attachment Box.pdf) And there’s another problem (described in part 3 of attachment), we cannot position viewports or drawing elements to each other exactly. You have no possibility to give them dependencies. Also if you want to position symbols to each other. All of them are only near to be exact, but that’s a big problem. If you change contents of a viewport, another should be aligned to it, but that doesn’t work.

View 2 Replies View Related

AutoCAD Civil 3D :: Unresolved Reference File Cannot Be Opened

Feb 21, 2013

I was working on my project today when the window popped up telling me to reload my pavement file.  When I reloaded the file, the reference said it was unresolved.  I tried to open that file directly, but it would not open. 

View 3 Replies View Related

AutoCAD LT :: Freeze On References - Unresolved Reference Files

Mar 30, 2011

There are several drawings that when I try to open I get a popup message "References - Unresolved Reference Files". The message box is clear with only the border and the description in the blue bar at the top of the message box. AutoCad LT 2011 locks up and I have to do a Task kill. The same drawing can be opened by most of our other users, but some experience the same issue. When AutoCad is restarted, I get a "Drawing Recovery" empty/clear popup message message freezing AutoCad AGAIN, requireing another Task kill. I have to open a 3rd time, and if I had another drawing open, it's gone and doesn't appear to be recoverable.

View 9 Replies View Related

AutoCAD Inventor :: IPart Exporting Reference Parameters / Driven Dimensions Update All?

Jun 24, 2013

I have some manufacturing dimensions that are an end result of my design so they are driven dimensions at the end of my modeling history and pulled into the ipart table.  If I make some design changes I need these dimensions to update too.  The problem is they do not automatically update and require a manual activation of each child memeber for the dimension to update.

The dreaded "The Values in the active row don't match the document's current values. do you wish to update the table before continuing"  Click, enter, Click, enter, Click, enter.

Autodesk Inventor 2012 Certified Assosicate
Autodesk Inventor 2012 Certified Professional

View 1 Replies View Related

AutoCAD Inventor :: Frame Elements (Reference To Non-existing Geometry)

Jun 11, 2013

I have an iCopy solution that when resized smaller than the master some frame members no longer reference existing geometry (and aren't needed).

Is there a way to delete these with an iLogic rule? Curtis has a neat solution for sick constraints, I was hoping to use the same type of rule, but I'm at a loss as to how to reference the frame elements.

View 2 Replies View Related

AutoCAD Inventor :: Reference To Original Sketch When Projecting Geometry

Apr 10, 2012

In an assembly document, if you want to project a sketch from one part into another, you go through these steps:

- select the part

- edit the part

- create a 2D sketch

- select the plane

- select project geometry

- select the sketch in the other part

- finish sketch

This creates a reference to the original sketch, so if I move the original sketch the new sketch will also move when I hit Assemble.

I am trying to do the same through the API, so I create a proxy for the original sketch and a proxy for the new sketch. I then use the AddByProjectingEntity method on the new sketch proxy passing the original sketch proxy.

This works for projecting the sketch, but it doesn't create the reference, so if I move the original sketch the new one doesn't move, even if I hit Assemble. How to create this link between the two sketches?

View 6 Replies View Related

AutoCAD Inventor :: Reference Parts Geometry On Detailed Drawings

Jun 17, 2012

How can you force the geometry of reference parts to print behind to print behind your visible  parts. I have my reference parts print out on a light gray layer to be shown indistinct on a drawings, but it prints over my object lines in effect hiding them. This is even true if a reference part is hidden. Then hidden line will print over the object lines as well.

View 4 Replies View Related

AutoCAD Inventor :: Place Simple IFeature - Offset From Reference Geometry

Feb 8, 2013

I am trying to place a simple Ifeature, its basically an offset from reference geometry but when I place the ifeature it offsets the feature the wrong side of the line.

View 3 Replies View Related

AutoCAD Inventor :: Drawing Standard Geometry With Multiple Dimension Values?

Jan 27, 2012

I am currently endeavoring to translate some (very) old print drawings of standard geometry used by my company to electronic format with Inventor. Many of these standards include a matrix of certain dimensions (noted by a letter variable on the drawing, such as "A") and what their values should be, given the required size of the geometry's main feature, like the cross section of an o-ring that is supposed to go with it. Is it possible to build such variable/multiple value dimensions in Inventor and have a corresponding matrix printed on the drawing with it?

View 1 Replies View Related

AutoCAD Inventor :: Get A Reference To Specific Dimension?

Mar 13, 2012

I'm trying to delete, programatically, a specific dimensions on a specific sheet of my drawing based on a model parameter.  I imagine it would be pretty straightforward to refer to generaldimensions.item(?).delete but how do I know what the index number of the dimension I want is? The only samples I can find either generacially access item(1) or use a for each loop to get all dimensions.

View 3 Replies View Related

AutoCAD Inventor :: Reference Dimension Origination

Feb 14, 2012

Is there a way to find out where reference dimensions originate? I have a reference dimension I would like to change, but don't know where to do go to make that happen.

View 1 Replies View Related

AutoCAD Inventor :: Add Driven Or Reference Dimension As Column Chooser?

Jul 30, 2012

Is there anyway to add a driven dimension or reference dimension as a column chooser? What I am really trying to accomplish is to show the metric and english dimension in my general table for my ipart. I model itself is dimensioned in metric. I now would like to add the english dimension next to the metric one.

View 6 Replies View Related

AutoCAD Inventor :: Sketch Within Drawing View Loses Dimension Reference?

Jan 14, 2013

I have a VB program that auto updates the size of a door and frame assembly, and in turn, updates the shop drawings to reflect this change.  I have a view on my shop drawing that I have drawn a sketch in.  I start the sketch, add my dimensions, and I use 'Project Geometry' to project the edges of the actual part around the sketch to constrain my sketch and keep it in place.  The problem is, as the program runs, and the door/frame changes height, the sketch loses it's dimensional references to the projected geometry.  When I go back and reopen the drawing after running the program, all the dimensions that went to the projected geometry are gone. 

Is there another way to anchor a sketch to a drawing view part instead of dimensioning to projected geometries?  This doesn't seem to be working, and I've tried it every which way I can think of.  Oddly enough, I have another sketch in a different view that is set up the same way, and it never misses a beat.

View 4 Replies View Related

AutoCAD Inventor :: Unresolved Files In Assembly

Mar 19, 2013

I have an assembly that has a component that has not only been deleted from this assembly, but has been removed from the vault.  When I try to select a similar file on my local, just to get through this I get the followong error message and this cycle keeps going in circles.  Wanting me to point to where this deleted file is.

 This assembly remains unresolved and as a result of that I cannot check it into the vault.

Another frustrating things about his is in the dialog window that wants you to select a different file, there is no option to either select from the CC or the vault.  Why?

I just hope the only solution is not to recreate this assembly.  Because this is a subassembly used in upper level assemblies.  Speaking of which those upper lever assemblies wont check into the vault either because of this issue.

Inventor Suite 2012
Windows 7
(Colossians 3:23-25)

View 5 Replies View Related

AutoCAD Inventor :: Remove Unresolved Link Error

Dec 15, 2011

I am currently using IV 2012 Pro and have run into some issues.  When the company first started to use this program, they left me in charge to create our Title Block and Border templates.  For our logo, I used a bmp file and placed that in out TB template.  Recently I have replaced the bmp image of our logo to an ACAD block.  My problem is when I open our template, I still get the unresolved link error prompting me to find the bmp image of our logo. Even though I have removed it from the template. 

View 3 Replies View Related

AutoCAD Inventor :: Created Part Shows As Unresolved

Aug 5, 2013

In an assembly of a gymnasium divider curtain, I create a path on a 3D sketch which snakes its way upward through a series of grommets.  A circular profile is then swept along the path to create a new part - a cable.  The cable is its own unique part document and is saved and then vaulted in a job-specific folder.  The curtain assembly has several instances of this cable.  Everything looks fine until the assembly is closed and later opened for editing.  When the assembly is opened, the cables show up in the browser as "Unresolved."  Graphically, they have disappeared.  

Windows 7 Professional, 64-bit
Inventor 2013 / Vault Collaboration 2013

View 1 Replies View Related

AutoCAD Inventor :: How To Remove An Unresolved Link In A Drawing

Jan 27, 2012

I have drawings I reuse for different designs. I sometimes insert a parameter value from a part into a drawing dimension for different reasons. When I copy these drawings and no longer reference that particular part, the dimensions in question get deleted by turning off the "Preserve Orphan Annontations", but the fact that the dimension that referenced the parameter value is deleted does not affect the link, and the drawing tells me there are still unresolved parts! Is there someway to remove these references from the drawing? I can write a macro if I have to, just not sure if there is some other way to do this, or even if a macro can do this? I can apparently just pick some other part in the job that doesn't even have that parameter and the unresolved warning goes away, but is that sufficient? I would think an option in the resolve file dialog should let you delete the reference instead? Using IV2012.

View 2 Replies View Related

AutoCAD Inventor :: Unresolved Link To Deleted Part

May 31, 2011

I was recently updating an assembly which contained a part that had been subsequently deleted from my folders. I skipped it while opening the assembly, then deleted the part in the Model Tree (and replaced it with a different component). So, to summarize, the assembly no longer has the part in the Tree, and the part does not exist anymore on my system. These parts and assemblies have not been Vaulted, so that should not be an issue either.

My problem is that every time I open the assembly, it wants me to resolve this deleted part, and I have to skip it every time just to proceed. Once the file is loaded, I get no other issues, no "red cross" items, just a question mark next to the file name at the top of the Tree indicating that the file needs to be resolved.

The old part is gone; I tried recreating it using the same file name, and using the same third-party SAT file from which it was originally generated, but Inventor detects that it's not the original part and won't accept it.

How to get past this "part resolution" issue?

Autodesk Product Design Suite Premium 2013
Inventor 2013 64-bit Edition
Win7-64, 8-core Intel® Xeon® CPU W3550 @ 3.07GHz
NVIDIA GeForce GTX 560 Ti
454 GB HD, Intel® ICH10R SATA AHCI Controller
SpaceNavigator, 3.14.2 / 6.14.0 / 3.18

View 6 Replies View Related

AutoCAD Inventor :: Determine Which Components Contain Unresolved References

Apr 30, 2013

If an assembly contains unresolved file references, when I try to open it Inventor allows me to try and resolve this with the Resolve Link dialog. But if I choose to skip all for whatever reason, once I've opened the assembly there's no easy way for me to see which sub-assembly/assemblies contain the missing reference. I have to expand folders, patterns, assemblies, etc. until I find the one with the little question mark next to it. I prefer to work with unresolved links in this way sometimes because it just makes more sense working with the model than a bunch of file paths and file names in the Resolve Link dialog. But it's nearly impossible with large assemblies where the unresolved links may be burried deep.  

Is there a way to list or somehow see which assemblies contain the unresolved links once I've already opened an assembly?

View 3 Replies View Related

AutoCAD 2010 :: Reference Dimension Disappearing?

Oct 20, 2013

After creating a parametricly dimensioned, fully constrained, 2D drawing I wanted to add a couple of annotative reference dimensions to two different curves.  I first select the parametric radius dimension (default is annotative).  Next I click on the curve, then click the desired location.  The dimension shows up, highlighted for editing.  I press enter.  Now the over-constrained window pops up giving me two options: Create a Reference Dimension or Reselect the Object.  I choose Reference Dimension.  The dimension immediately disappears.  No error shows in the command bar.  Attached is the file.  It is the two large radii along the bottom (or top, its symmetric) that I am trying to give reference dimensions.

View 1 Replies View Related

Maya :: Creating Texture Reference Object - Stick To Geometry Throughout Sequence

Dec 16, 2012

I have keyframed some ojects. I then set up a camera projection texture at keyframe 179

Is it possible to create a Texture Reference Object from keyframe 179 so this texture will stick to the geometry throughout the sequence?

View 2 Replies View Related

AutoCAD Inventor :: Unresolved Parts When Opening Multiple Assemblies?

Jan 22, 2013

When I open up multiple assemblies at the same time Inventor cant find some of the part files, even though they are on my system.  Many times if the part is in an assembly more than once, some of the instances will be there and only one or two instances will be "unresolved", of the exact same part. I can open each assembly one at a time and it will be fine, but that can be time assuming. I wasn’t able to find any other threads with a similar problem.

View 9 Replies View Related

AutoCAD Inventor :: Macro To Delete Unresolved Sketch Items

Aug 3, 2012

Constraint to unresolved reference geometry. Finding these magenta broken links items in a sketch is time consuming. Is there a macro that can delete them all?

View 2 Replies View Related

AutoCAD Inventor :: Task Scheduler (Unresolved References) Error Message

Sep 29, 2011

I am looking to batch convert my IDWs to AutoCad DWGs without having to go through and manually open each file and save as etc.  Right now I am using the export files task to do this.  I have saved an *.ini file with all the settings I want and successfully create the task.  After running the task it fails to convert all the files giving me an error message that says "File has unresolved references".  This shouldn't be the case though because the IDW's open and reference the part/assembly files fine.

Autodesk Inventor Professional 2010 32bit edition SP3

View 5 Replies View Related

AutoCad :: Unable To Print And Dimension Lines With Angle Reference

May 11, 2011

For some strange reason I can not print and dimension lines with an angle reference. I get the error "Cannot find or create the font AerialMT".

However, I have this font on my machine. Triple checked and installed it again.

View 8 Replies View Related

AutoCAD Inventor :: Unresolved File References 2011 Simulation Still Trying To Find Files

Apr 4, 2011

I have unchecked resolve file references, etc, and still basically spends 5 minutes looking for files i told it not to look for.  Why doesnt it just open the assembly or drawing, without waiting for ever?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved