AutoCAD Inventor :: Unable To Mirror Component

Jul 17, 2013

I am attempting to modify a component that I already have.  Part of the modifications I am attempting to do involves mirroring some of the part's features.  However, when attempting to mirror the component I receive the error message attached to this post: "Select set contains object that cannot be patterned".  I have been fooling around with this part and a few others and this appears to be an error message that comes up for mirroring or patterning (circular/rectangular) complex shaped parts.  What specifically is the issue here and how can I bypass this error message?

View 8 Replies


ADVERTISEMENT

AutoCAD Inventor :: Command MIRROR To Create A Symmetric Component From Existing Ipt

May 17, 2012

When I use the command MIRROR to create a symmetric component from existing ipt there are two problems:

1. in the existing ipt dwg the dimensions were lost, when I update the dwg;

2. in the iam that contains the mirrored component the constraints were lost, when I update the dwg.

View 4 Replies View Related

AutoCAD Inventor :: Mirror Component Is Taking Long Time To Finish

Jul 23, 2012

When I use the mirror component, is taking around 15 minutes to finish (3 simple sheet metal)..

View 3 Replies View Related

AutoCAD Inventor :: Unable To Mirror Solid?

Sep 3, 2013

This is a part from an inmported step file. The Inv assembly consists of 1047 part files.

I did the following:

Immediatley grounded all parts in the assembly.Opened the 8 (of the 1047) parts that came through as surfaces, all the rest are solid.

Found missing faces on all of them. I found the most useful tool was to create a series of section planes and do sketches with projected cut edges. Then export the sketches and open in autocad. This way I can see a simple line section view.

I set about replacing the missing faces to get the surface to a solid.After a few attempts I managed what you see below, a solid part in the browser. The part will now mirror as a new solid, but will not join. I have tried mirror as single solid, derive as single solid and combine. All Fail.

View 1 Replies View Related

AutoCAD Inventor :: Unable To Create Component?

Jul 4, 2009

now a have a typical error to insert in my assambly a item from my content center, reciveing a erro like "unable to create component", i´m looking for a solution inside forums and find a solution but didn´t work for me, the solution watched and did for me as deleted of the content folder "CACHE" in my computer C:/....all users/inventor..../cache.

I use AI2009 with SP1.

What can i do, delete all families from content center and upload again?

View 4 Replies View Related

AutoCAD Inventor :: Unable To Create Component From Content Center

Oct 18, 2013

Today, all of a sudden, my coworkers and I cannot place standard parts from our content center (there are only three of us). We are not using Vault - but we have set up our Content Center to access a network location:

N:StandardsInventorContent Center FilesLibraries

This has worked for months ever since we set it up. Problems just started today for all of us. Parts that DO work are parts that you have to tell it an extruded length (like structural steel or tube/pipe). Nothing else will work (fasteners, pipe fittings, shaft collars, etc).

Interestingly, if I select to insert the part "as custom" instead of "as standard", all parts work like they should.

For the parts that do not work, I can navigate through all of the menus to select parts, but instead of getting the "Save As" dialogue, I get the "Unable to create component" error message.

View 1 Replies View Related

AutoCAD Inventor :: Content Center - Unable To Place Component

Jan 19, 2012

I am using Windows 7 64bit and Inventor 2012 SP1 (Build 190). When placing a new content center item an error message of "Unable to place component" is reported. Content center was working previously.

I determined the problem resulted in using a custom Date format in the Windows Region and Language setting. To duplicate go to Control Panel -> Region and Language ->Formats Tab -> Additional settings button -> Date tab and change the Short date format to a custom format (I was using ddd M/dd).

To fix simply reset to a standard date format.

Note that this can be done whilst Inventor is running and I have have submitted a bug report. None of the standard date formats resulted in errors. I have tested "ddd-dd/M", "ddd/MMM/yyyy", "yyyy/MM/dddd", and "yyyy-MM-ddd" and all resulted in an error. "yyyy-MM-dd" did not result in any error.

View 1 Replies View Related

AutoCAD Inventor :: Unable To Switch Component Rows Within Assembly

Oct 4, 2011

I am trying to switch component rows within my assembly file but can't seem to do so. All of the files are generated, yet and still I am not able to change component rows based on user parameters. Files are attached.

My code is as follow in Ilogic

MultiValue.Setlist("Material", "1", "2")
If Material = "2"
iPart.ChangeRow("RING", "RING-03:1")
End If

View 2 Replies View Related

AutoCAD Inventor :: ILogic Design Copy - Unable To Change Component Names?

Aug 11, 2011

I'm finally wrapping up work on an iLogic Configurator project and have started to brainstorm the best workflow to get this "Smart Assembly" into the design group's hands. I had been anxiously awaiting the new "iLogic Design Copy" feature in IV2012, but just recently learned that users are unable to effectively rename any components with this command.

Is this really true? If we can add prefixes or suffixes, what's stopping us from changing the entire filename?  We haven't upgraded to 2012 yet, but it seems like this may be a silly and unjustifiable restriction to a command that would otherwise save our designers hours of "file-management" (ie, manually renaming parts in Explorer, component replace in assy's, replace references in idw's, etc) each week.

Long story short, it seems that every workflow I've come across has had some sort of silly limitation that makes it undesireable for my application:
 
My top-level assembly contains all of the rules, and changes parameter values in the referenced skeletal parts. It also swaps standard parts for other standard parts as needed.I need access to rename ALL files (idw's, top-level assembly, subassemblies, and base components) while still maintaining/updating all internal hyperlinks between them.iLogic rules must be carried over to the new copied components (the existing "Copy Assembly" command strips the assembly of all rules). In light of the iLogic Design Copy's apparent shortcomings, any better workflow?

View 9 Replies View Related

AutoCAD Inventor :: Browser Component Names Do Not Change After Replacing Component

Jan 26, 2012

We are having an issue when we replace a component in Inventor Pro 2012.  When we replace a component, the name in the browser does not update to the new component.  We've even tried to close and re-open the Inventor assembly and that does not work.  We end up manual double clicking the name in the browser and type in the new component name. 

Inventor Product Design Suite Ultimate 2012
Dell Precision T7500 Workstation
Xeon Processor
16 GB of RAM
Nvidia Quadro FX 5800
Windows 7 x64

View 4 Replies View Related

AutoCAD Inventor :: Detecting If Component Occurrence Is Virtual Component

Jul 25, 2012

II need a way to tell if a component occurence is a virtual component.

I'm using a For Each loop to cycle through all of the components in an assembly, and if the component is itself an assembly to set the LOD to "Custom". I'm using the definition document descriptor object for this. It all woks fine until the loop comes across a virtual component which doesn't have a definition document, so I need a way to check if the component is virtual and needs to be skipped.Here's the

Option ExplicitImports Inventor.LevelOfDetailEnumSub MainiLogicVb.UpdateWhenDone = TrueDim doc As AssemblyDocumentDim oLOD As LevelOfDetailRepresentationDim oAsmCompDef As ComponentDefinitionDim oComp As ComponentOccurrenceDim oComps As ComponentOccurrencesdoc = ThisDoc.DocumentIf.
[code]....

View 2 Replies View Related

AutoCAD Inventor :: Using A Solid Component To Cut A Different Component In Assembly

Jan 11, 2013

I am trying to make port rims for pipes that can be swapped in and out of an assembly.  However, the ports will all be different sizes and located differently so I need the cut to be part of the port rim component, but affect the entire assembly it is part of.  I've been trying to get this to work for the better part of a day now,Here's a picture of what im talking about. I'm running Inventor 2008 by the way.

View 2 Replies View Related

AutoCAD Inventor :: ILogic - Skip Saving A Suppressed Component / Delete Suppressed Component

Aug 30, 2012

I have an assembly which has a few components suppressed.

My end results is another copy of the assembly (with copies of the all the parts) in another directory

Now i am able to create copies of un-suppressed parts using; (this allows me to SaveAs assembly components which are not suppressed)

DocumentsEnumerator = ThisDoc.Document.AllReferencedDocuments

And save a copy of the assembly using

ThisDoc.Document.SaveAs

I also added the fllowing snippet (which I am not sure what is does), but it does not work for me

Component.SkipDocumentSave = true

 When I open the newly created assembly, I still see the suppressed components in the model browser

I want to either;

Skip saving the of the components in the model browser (i.e. the Assembly)

OR

Delete the suppressed parts in the Assembly, so that they do not save altogether

View 3 Replies View Related

AutoCAD Civil 3D :: Unable To Delete Label Style Component

Jan 7, 2014

Cannot delete label style component.  This is for line annotation labels.

I created a child BRG-ONLY from a BRG-DIST and it will not allow me to delete the distance component.  The red X is faded and not clickable.

This is my second day with a new company, and when somebody else created a similar child style apparently they could not either.  The just made the distance component invisible... which I guess works almost as well.

How would I be able to pick a specific component to make sure I can delete it?

Windows 7-64
8GB RAM
AutoCAD Civil 3D 2013

View 5 Replies View Related

Photoshop :: Unable To Locate Component M2000Twn.dll

Apr 6, 2009

When I open Photoshop 7.0 this error pops up.    "Photoshop.exe-Unable To Locate Component. This application has failed to start because M2000Twn.dll was not found. Re-installing the application may fix this problem." I have tried re-installing but get the same error. 

View 3 Replies View Related

GIMP :: Unable To Locate Component Error

Jan 27, 2014

I have been getting an error message when trying to start Gimp. It says that libgmodule -2.0-0.dll is missing and that reinstalling Gimp might solve this problem. I have uninstalled then reinstalled Gimp two times and still keep getting this error and I'm not sure what is causing it to occur.

View 14 Replies View Related

Maya Modeling :: Mirror Cut Giving Mirror Very Far From Model

Apr 23, 2013

I want to mirror cut the models "selected" portion but it gives me result very far to it which is highlighted with red in the screenshot.

View 1 Replies View Related

AutoCAD Inventor :: 1:1 Mirror / Different Masses

Jan 8, 2013

In the weldment of a crane boom i have different parts. Some are identical, but (1:1) mirrored.ipt. Then I merge them in the BOM in order to set the qty on "2" in the partslist.

Here the error occurs: in the "mass" field in the parts list says "varies".

This keeps me from generating a good partslist and the total mass of the weldment maybe messed up. I personally think it has something to do with the fact that the parts are sheetmetals. i.e when I look atthe Physical properties of the folded / unfolded (of the SAME .ipt) they differ in the same way i see in the BOM.

View 9 Replies View Related

AutoCAD Inventor :: Mirror And Flip A Feature

Jun 11, 2013

I would like to both flip and mirror (or pattern) a feature onto the opposite side of a rectangular extrusion.

For example (assuming a rectangular solid extruded in the Z dimension), I have two counter bored holes on the top surface of the solid aligned with the X axis and I would like a copy of those holes on the bottom surface but aligned with the Y axis. If I pattern the holes rotating them 90 degrees and then attempt to mirror them, I can only select all four or the two originals. Is there any way to disassociate the rotated copies from the originals while still retaining control over their dimensions from a single sketch?

View 3 Replies View Related

AutoCAD Inventor :: 3D Mirror Does Not Inherit Part Changes

Jul 6, 2012

i am using Autodesk Inventor 2012 to design a pipeline structure. I have a problem when mirroring a 3D sketch with applyed frames. the problem is that if after the mirror operation i edit the original sketch, the modifications are not inherited by the mirrored part of the structure. in particular when i mirror a 3D assembly and edit the original assembly the modifications are made also in the mirrored part but the program does it in a wrong way as long as the constraints are not satisfied and the position of the parts are not the same as the original assembly.

How to mirror an object and preserving the link between the original and the copy in order to make modifications to all the parts mirrored in an easy way?

View 1 Replies View Related

AutoCAD Inventor :: Mirror Of Extrusion Cut Not Working?

May 17, 2013

I cut a curved profile using extrusion and mirrored it about the original plane. But It doesn't cut thoroughly ? there is still a surface of the rarer side of the part ?

the original extrude cut was "Through All".When  do the same cut gving a distance...it mirrors perfectly..

View 2 Replies View Related

AutoCAD Inventor :: Assembly Mirror Array

May 18, 2011

Is it possible in inventor to make an assembly mirror array? I can't seem to make it keep from just copying the parts. It works OK for circular and rectangular patterns.

View 9 Replies View Related

AutoCAD Inventor :: Edit Mirror In Sketch

Jan 7, 2013

If I create circle and then mirror that cicle in the sketch. How can I then edit that mirror?

When I create pattern in sketch I  can edit pattern afterward but cant figure how to edit mirror (except deleting constrains).

Is there way to do it?

View 2 Replies View Related

AutoCAD Inventor :: Easy Way To Mirror Part

Sep 21, 2011

Is there an easy way to mirror a part?  I drew this from a sample and need the opposite handing.

View 1 Replies View Related

AutoCAD Inventor :: Cannot Mirror A Bend In 2014

Jun 22, 2013

Inventor 2014 LT / have run into a problem in a throw-away project I"m working on.

A simple example is to create a piece of 3x5x.125 flat bar, add a sketch giving you a bend line and bend the end of it. Now try to mirror the whole thing giving you a 3x10x.125 flat bar bent on both ends.  

FWIW: My project isn't this simple - I know I can just make the FB and bend both ends ... this is an example of mirroring a bend not working.

View 2 Replies View Related

AutoCAD Inventor :: How To Get Constraints While Mirror Components

Oct 25, 2011

Am guessing inventor does not allow getting the constraints when you mirror a part..but is there a work around or easy way to copy the constraints.

View 9 Replies View Related

AutoCAD Inventor :: Doesn't Allow To Mirror A Part As Different One

May 15, 2013

Inventor doesn't allow me to mirror a part as a different part. In normal cases, I can mirror a part within an assembly and it allows me to give a new filename. Now, it thinks it is a standard part and wants to reuse it even if I uncheck the "reuse standard content and factory parts" box. How can I turn that off? Or mirror the component?

Software: Inventor Series 2011 SP1 x64
OS: Vista Business x64
CPU: E6400
RAM: 2*2Gb GeIL
VGA: Quadro FX 550

View 3 Replies View Related

AutoCAD Inventor :: Multi-Body Mirror Holes

Dec 7, 2012

Is there a way to get the mirrored hole to go all the way through both parts of the mirrored solid bodies.

I do realize that I can create the hole in a seperate feature, after the mirror.  It will only let you select one 'solid' during the mirror command.  Here is a simple .ipt to demonstrate the issue.

View 9 Replies View Related

AutoCAD Inventor :: Create Plane And Mirror Solid?

Nov 5, 2012

create a plane and mirror a solid?

I am planning to have the following workflow:

Plane creation:

Through the z-axis and at an angle of 7,5° to the XZ-Plane

Naming the plane - Mirror Plane

Turning off the plane visibility

Mirror solid:

Add mirrored solid to the existing solid

Here is a sample ao the code...

Dim oDoc As PartDocument
oDoc = ThisApplication.ActiveDocument

Dim oCol As ObjectCollection
oCol = ThisApplication.TransientObjects.CreateObjectCollection

'This does not work...

oCol.Add(oDoc.ComponentDefinition.SurfaceBodies(1))

'Here I want to create a new plane

Dim oPlane As WorkPlane
oPlane = oDoc.ComponentDefinition.WorkPlanes(1)

Dim oMirror As MirrorFeature
oMirror = oDoc.ComponentDefinition.Features.MirrorFeatures.Add(oCol, oPlane, False, kOptimizedCompute)

I have also attached a simplified part file where the code has been copied inti the iLogic browser

View 1 Replies View Related

AutoCAD Inventor :: Can Split A Model In Half And Then Mirror It

Dec 29, 2012

I decided to model an industrial iron caster wheel with polyurethane tread, and all went well. Tonight I added three ribs to one side of the caster wheel, which looks great, but I would rather not repeat the process on the other side because of all the fillets and such which would have to be repeated.

Is it possible to split the wheel down the middle and then mirror the side with the ribs? I saw that I can split the model with a plane, but I can't figure out how to remove the geometry on the left side of the plane.

View 9 Replies View Related

AutoCAD Inventor :: Parts Do Not Get Constraint In Assembly If Use Mirror

Jun 14, 2012

Whenever I am using mirror command in assly . The mirrored part do not get constraint again I have to use the constraint or I have to make that part grounded.

View 4 Replies View Related







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