AutoCAD Inventor :: Derive Part Windows Doesn't Show Up
Sep 4, 2012
I created a skeleton and now i want to derive the sketches and planes to other parts. It worked for a while, but now it does not work!
The problem is when I create a new .ipt and then I would like to Derive an other part in it. I click on the file from the browser, it puts the part into the .ipt, well, sort of, it's like a visual effect, but NO Derive window appears afterwards, so I cannot edit which sketch or parameter or planes...etc.. I chose to actually derive to the .ipt.
View 2 Replies
ADVERTISEMENT
Nov 15, 2011
I set up our company log which gets embossed on most parts as a sketch block in an .ipt. The .ipt contains nothing but the sketch block. To use it, the designer only needs to derive the Logo.ipt file into their part and then use the scale setting to set the derived block to the desired size for that part. The result is a scalable set of line geometry that can easily be used for extrusion or emboss that is standard for all users. It works beautifully, that is until you try to use it in a sheet metal part in 2012.
For some reason, when this same part, which works perfectly in normal parts, is derived into a sheet metal part an error pops up stating that, "Selected part does not have any geometry that can be derived." Say what?
I was able to find a workaround by directly copying the block into the sheet metal part, but you no longer have the ability to go back and scale it if needed. Even more strange, when the block was copied over, it could not be deleted from the new part.
Is this just a bug with 2012? Why does it work in a normal part but not sheet metal?
View 7 Replies
View Related
Apr 3, 2012
I am trying to derive a part in an assembly from an existing part so that when the first part's geometry is altered the second part will update accordingly. I have tried to use the derive tool but I only need the bottom geometry of the part to derive a base plate part from and I see no way to select just that face when using the derive tool.
View 3 Replies
View Related
Nov 10, 2011
I need to derive a part in a model (not assembly and as a separate solid), to remove it and make a cavity. However, I need inventor to prompt what file is to be derived through iLogic.
View 5 Replies
View Related
Mar 22, 2011
How can I get to the option of checking or unchecking the "use colors from source component" in a derived part? I have been looking through the API at the DerivePartComponentObject and see all the other options but the one I am looking for, where to start looking for this?
View 7 Replies
View Related
Aug 12, 2013
I often use a number of parts with only one sketch in them as templates for other parts.
I have for instance a template part with a top view sketch and a template part with a side view sketch.
Mostly I can use one of these template parts to derive my parts.
But now I want to creat a part that needs both the top view and side view sketches. So I need to derive from two different parts.
View 9 Replies
View Related
Jan 24, 2013
derive multiple solids from a part. I use the code shown below but it seem as I only can get the first solid in the part that I am trying to derive from.
''More Code'''
' Create a new part document, invisibly.
oPartDoc = m_inventorApp.Documents.Add(DocumentTypeEnum.kPartDocumentObject, , True)
oPartDoc.UnitsOfMeasure.LengthUnits =UnitsTypeEnum.kMillimeterLengthUnits
' Derive the assembly into the part.
Dim oDerivedPrtDef AsDerivedPartDefinition
oDerivedPrtDef = oPartDoc.ComponentDefinition.ReferenceComponents.DerivedPartComponents.CreateDefinition(oTopDoc.FullDocumentName)
Call oPartDoc.ComponentDefinition.ReferenceComponents.DerivedPartComponents.Add(oDerivedPrtDef)
'''More Code'''
How can I get all the solids from the part that I am deriving from?
View 3 Replies
View Related
Jun 15, 2013
How to derive only referenced imates to the solid from multi body part.
View 6 Replies
View Related
Aug 10, 2012
I am using inventor 2013, and I have some model and like the word say they are model that i will use as derive parts to machined or change depending on the model. then I make the IDW drawing from the derived part.
Most os this models are assemblies. what i want is to pass the model number to my IDW drawing of the derived, so i can see from which model the part is derived.
View 5 Replies
View Related
Jan 16, 2013
I am trying to take a 3" sq 11 gauge tube that will have a pie shaped cut out of the tube leaving only one wall remaining. The tube then will be bent until the two sections are mated and welded. The tube is going to be processed on a tube laser to have the features cut out.
The problem is when I bend the tube in inventor I need a straight version of the tube for cad/cam programming and fabrication and not have it affect the bend feature that is placed in the weldment. I do no want to derive a part and save a separate version in the vault. I would like it all to be in one model.
I try to create a view representation and name it "straight" and suppress the bend feature in the new representation but it changes in both representations of the part.
Is there a way to have two different view representations of the part (suppressed bend feature, unsuppressed bend feature) that I can switch between?
View 3 Replies
View Related
Dec 6, 2012
When we send 3D models to customers, we always derive the assembly to make it 1 solid part, so the customer cannot disassemble it to copy our product, and then save it as a step file.
I want to Derive an assembly to a part and then save it as a *.step file with an ilogic rule.
I worked out the last part, but i cannot find the Derive assembly code anywhere.
Im not an experienced programmer, i can only Copy paste, so if the solution is already posted in a simular rule, i will not be able to pick what i need from the code
View 2 Replies
View Related
Aug 17, 2012
I have a multi body part with an extruded cut through all solids. Each solid is derived out to its own part. I edited the extrude feature in the multi body part and removed one solid from the selection set. The cut was correctly deleted from the solid, but when I open the part its still there. The only way to make it update correctly is to manually edit the derive feature in the part. Caught it just before it went off for cutting. 2012 SP2, all hotfixes, win7 64 bit.
View 5 Replies
View Related
Nov 19, 2012
I have a surface model of a bin that I am going to use as a master for deriving sheet metal parts for each side of the bin. After creating Sketch 9, which defines the mating flanges of the sheets, I repeatedly get the error noted in the subject when I try creating a derived part from this file.
I narrowed the problem down to the sketch block I used to define the square holes or more specifically a dimension that appears in this sketch block. I originally drew the circle with the square around it within Sketch 9 and then used the Create Block command. Then I patterned the block along the edges and made the pattern symmetric about the mid point of the edge and placed the hole half way out on the flange. (Flange width is set as a user parameter "FlangeWidth"(1.5") and distance to hole is "FlangeWidth/2" or even just a raw value of 0.75").
Now once this dimension is added to the sketch it will also appear in the block editor for the 5-16 Carriage Square block. If this is deleted from the sketch and the block definition and the pattern of holes are left unconstrained in this one direction a derived part can be successfully made. BUT if a dimension is added to the sketch it will trickle down to the block definition and now a derived part will fail...
I realized that my holes are to be on the midline of the flange so I can constrain them there without a dimension and so I can work around this. I just didn't think dimensions to geometry not included in a block were added to the block definition.
Inventor 2013 x64 sp1.1
Workstation Specs:
Dell T7500 Dual Xeon E5620 @2.40Ghz 8GB Ram
NVIDIA Quadro FX580 4GB, Windows 7 x64 sp1
View 1 Replies
View Related
Jun 26, 2013
When I resize the photo image, I loose the outline which matches the workspace color. How to I change the outline color?
View 19 Replies
View Related
Aug 14, 2013
I have Arial Narrow Bold etc. installed in the Windows fonts folder but it still doesn't show in Photoshop CS6. Arial Narrow shows but not the bold version. It shows up in InDesign, however.
View 2 Replies
View Related
Aug 12, 2004
Just changed to Illustator CS and now when we save with Tiff preview (opaque) and the graphic is imported into Word on a Windows box there is no preview (just a blank box). The file prints correctly. The preview shows ok on Word on a Mac. Anyone have any ideas?
View 4 Replies
View Related
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
Feb 27, 2012
This doesn't work:
oPartDocument.ComponentDefinition.WorkPoints.Item(2)
All I have is one item. (Center Point)
View 1 Replies
View Related
Dec 29, 2009
i was attach parcaboyutu.exe program that show limits X Y and Z inventor parts(ipt)
View 6 Replies
View Related
Aug 21, 2013
Our Council has been updating our school system. We have the design suite and have chosen Inventor 2013, AutoCAD 2013, Inventor Fusion.
The issue is that in Inventor the EDIT FORM tool isn't on the Ribbon. It also isn't on the add in's for Inventor 2013 either.
We also downloaded the suite direct from AutoDESK.
View 2 Replies
View Related
Jan 18, 2013
i'm trying to show the appearance of the part in a part list next to the column material and i can't find how to do it
Product Design Suite 2013
View 3 Replies
View Related
Nov 16, 2011
I am having a bit of trouble with my "Parts List". What I want to be able to do is show the top level assembly quantity in my part drawing. From our fabricators point of view it would be eisier if they could open/pick up a part drawing and see the total quantity needed to be produced before looking at any assembly drawings. So they could produce all individual parts then grab what they need to produce sub-assemblies. I would like to do the same for my subassembly "Part list" where I would show the total need to produce my final assembly.
So far I can only show my quantity as 1 in the parts list for a single part or subassembly, or use a static value and add the quantity by hand which can change through our design/re-design process, not to mention be extremely time consuming.
View 6 Replies
View Related
Aug 13, 2013
attached is an image of an assembly, i placed a part in the assembly and only half of the part is displayed.
View 2 Replies
View Related
Aug 8, 2013
I am used to selecting a part then selecting find in browser. I have lost this ability due to my selection not staying hilighted. As soon as I move pointer away from part, the selection hi-light disappears. I looked in App Options, but unless I missed it....
Product Design Suite Ultimate 2014
Vault Professional 2014
Windows 7 Pro SP1
HP-Z400: 2.67 GHz 12 Gb Ram
Nvidia Quadro FX1800 driver 276.42
View 1 Replies
View Related
Jun 28, 2012
This is something that I have tried to understand and find a work around since I started working with Inventor. Is there a way to insert a BOM into a part drawing that does not reference itself? When we create parts they are cut or machined from a designated material (size, shape, etc) which has it's own part number, one that we have to manually enter into the drawing BOM with it's description. Is there a way to attach this raw or base material to a part file as a subordinate part that can be seen in parent assembly's BOM's?
If there is a way to attach a raw material to a ipt's BOM that can be seen at all levels above it we could explore the option of streamlining our BOM creation process.
IV 2012
Running on:
Windows 7 64 bit
12 GB Ram
Intel Xeon processer
View 9 Replies
View Related
May 1, 2012
I have recently build a frame structure using the frame generator. Now i wish to change some beams to other positions which is fairly easy. The only problem i have is when I click on the insert frame button the selection window does not appear. the function does work but it is like working in the dark
How to open the insert frame window manually?
View 1 Replies
View Related
Apr 5, 2013
What's the purpose of making modeling edits at the assembly level if those edits don't show up in a drawing of the parts? Sure, it makes the assembly look prettier and more true to the final product, but say I make a bunch of cuts, holes, etc. at the assembly level, but then I make a drawing for one of the parts that was affected... those edits don't show up on the part itself, so all those edits are of absolutely no use to me when I need to give the guys in the shop a detail drawing of how to make the part. Why I would make edits at the assembly level?
View 9 Replies
View Related
Oct 15, 2012
After simulation the result won't show colors in the part.Is this a bug ?
Autodesk Design Suite ultimate 2013
View 2 Replies
View Related
Mar 21, 2013
I noticed when creating assemblies, applying a positional constraint, the parts don't move. In order to get the parts to "move" to their constrained position I have to try and drag them with the mouse then they snap into place. Also updating the assembly works as well.
What setting could I have changed so that once I press apply on a constraint it moves the part immediately?
Inventor Professional 2014-Update 2 - AutoCAD Electrical 2014
Win7-x64 | ASUS P8Z77-V | i7 3770 -3.4 GHz | 32GB RAM |
240GB SSD | nVidia GTX 670 4GB - 320.49
View 5 Replies
View Related
Nov 28, 2012
Using 2013 sp1.1...After I change the hole size in the part, the callout in my hole note does not update. (crazy, I know).
If I pull a new hole note after the change, it has the correct dimension. But, if I change the hole size again, this new hole note does not update.I put the part on a new idw and it updates correctly, so somehow the idw is hosed.
View 2 Replies
View Related
Oct 27, 2011
In my part, there was already an existing Engineering note.
I wanted to add another note. I added my new note, but it does not show up in the browser. I can right click on the note note > Display note and both notes are shown in the engineering notebook. When I exit out of the notebook and go back to Inventor, still not there. Here is a short video of what I am seeing.
[URL]. The "Rev B" noteis the original one and Note 2 is the one that I just added.
Now I if I add another note, then all of them will show up in the browser. This is not the first time that I have seen this, but just thought I would bring this up.
This part was just made with a copy design from Vault. What is weird, is that if I go to the part that this was copied from and add the note, it shows up correctly then. Its like something is getting hosed in the copy design process.
View 2 Replies
View Related