AutoCAD Inventor :: Avoid Retooling Reused Parts (Workflow)?
Nov 27, 2012
I have recently created an iLogic driven kitchen door that can become any door, at any size in our range. (Which is too big) The descrption udates to identify the characteristics of the door in fine detail.
The problem we have: Is there a simple system that will let our CADCAM guy know he's already tooled a door of that descrption before?
Previously we were using iParts, which made it simple for him, but a bit of a nightmare for the guys in the drawing office as our range was huge and full of custom sizes, that in some cases only varied by 1mm.
View 4 Replies
ADVERTISEMENT
Oct 1, 2012
I made a simple rule that triggers before save to ask user to make a selection, which then updates an iProperty.I created A multi value fxParameter and used the InputListbox function.
Ultimately I want to know the best way ok making this rule available to all parts, old and new.I am thinking, it will be easy enough to update my templates and embed this code into the part, as well as content center files by updating each file / template .
But for existing parts, is there a way to add these rules without the user having to do much steps.because there is an fxParameter I am thinking the user will have to know how add this to their part.I can change it to just an input box where they can type in the correct value, if that would be easier.
View 6 Replies
View Related
Sep 8, 2011
Recently the company bought a single license of Inventor to test out and see if it meets our company goals and is efficient to use for what we do. I've been working with the frame generator, which is fairly easy to use and make the initial assembly, but I am having trouble and breaking out individual sections to detail.
I am stuck with using LOD for this platform, provide a general workflow procedure of the best way of creating assemblies and subassemblies.
What I am currently using Inventor is to build a condenser platform. Generally we like to weld as much of it in the shop before it goes to the field for final assembly. The platform consists of beam supports, grating, stairs, and handrail. In this case we would generally take sections of the handrail and weld in the shop, we would also have the stairs with the handrail welded on it as well. I would like to refrain from converting this to weldment.
I have tried promoting and demoting but this loses constraints and references. Also I cannot create a single skeleton of the whole frame at one time because a lot of the frame members depend on the other members structural sizes (flange width, height, etc.).
I've read of people creating multiple subassemblies and grounding them, but I would like to think that their has to be away that I could just build off of the base skeleton and not have to cycle through different assemblies.
View 9 Replies
View Related
Jul 26, 2012
I can't understand why it takes so mant mouse clicks to correct/delete mate errors:
1) Select the Red Cross
2) Select the offending mate
3) Select Next
4) Select Next
5) Edit/Delete mate
6) Finish
7) Accept any other errors
8) Repeat above.
Is there a more simplified way of edditing/deleting mate errors?
Autodesk Inventor 2013-64Bit Edition
Intel Xeon W3520 @ 2.67GHz
Win 7 Pro
6.7 System Rating
NVIDIA Quadro FX 1800
View 1 Replies
View Related
Dec 27, 2013
When i tried to transfer assembly from inventor to showcase by the suite workflows this error displayed
"AdWorkflowHost is unknown.Please check your synhub config file"
I can easy open this assembly in showcase but workflow doesn't work.
View 2 Replies
View Related
Sep 2, 2011
Is there any good documentation/workflows/suggestions,etc.. about using and implementing Vault with iparts/iassemblies?
We are finally going to move to using Vault (finally got a drafter to do the "dirty work") and I keep seeing/hearing horror stories/issues about using Vault with iparts/iassemblies.
Typically all of my top level products that we sell are iassemblies (we always each make products in 3 different flavors/3 different voltages). Each of those iassemblies includes at least 1 sub that is also an iassembly. Each of those sub-iassemblies contains at least 1 ipart.
I'm just can't find enough information about the proper way to handle/check in/migrate/manage,etc... this stuff when we move to Vault. But I do find lots of posts about how Vault can't handle iparts/iassemblies correctly but I assume thats just improper setup/workflows.
View 5 Replies
View Related
Mar 21, 2013
I just downloaded my trial of inventor suite and before going through learning tutorials I want to find out the general work flow I need in order to see where to focus my attention during these 30 days.I need to be able to do mechanical part and assembly designs built around 3 scan files (mainly provided as .STL files).
1) take the file and orient it to the project axis/plane
2) scale it if needed
3) design components around 3 scan characteristics
4) design modifications to 3D SCAN to accommodate designed components (such as bolean out pockets to house components within 3d scan features
5) modify surface of 3 scan to allow surfaces to flow into changes made in step 4
example:
-take 3d STL scan of a solid screwdriver handle
-orient it to the inventor work planes and axis
-design a metal screwdriver bit based on the shape of the handles 3d scan
-design and boolean out a cavity to accommodate the metal bit
-place bit design within cavity
modify screwdriver handle surfaces to seamlessly flow onto the metal bit... what software would do what part of the process and if there is specific terminology what that is so that I can better search the knowledge base and Autodesk University?
View 9 Replies
View Related
Oct 7, 2011
I am working on an iLogic assembly configurator that manipulates several skeletal parts, and suppresses both standard and skeletal parts depending on the configuration.
I've been using the Component.IsActive function to suppress all omitted parts, which has prompted me to create a custom Level of Detail. This hasn't caused me much grief until I had completed ~10months of work when it was time for me to make my final assembly drawing and a parts list.I am now running into several deal-breaking issues:
1) Suppressed parts insist on appearing on the Parts List.
2) Saving the assembly drawing reverts my assembly model to the "Master" LOD, which I never, ever, ever want to see again so long as I live.
Is there another workflow or technique that I should be using to turn off unwanted components in an assembly? I understand that LOD's are really intended to manage system resources, but Inventor users seem to be left with no other option to display a skeletal assembly in a certain configuration. What is the point of the Component.IsActive function if it doesn't update your assembly (at least so far as the Parts List is concerned)?
If I am left to deal with the nightmare that is the Inventor LOD, is there any way to set up the Parts List to reference the custom LOD?
Drawing View reps don't seem to be an option, as it looks like there is no way to automatically update the same custom view after the configuration has been made. The iAssembly Include/Exclude feature would handle part inclusion and BOM behavior nicely, but it won't fit into the rest of my iLogic and file management program.
View 9 Replies
View Related
Jun 19, 2013
My question is regarding the proper workflow within Inventor. We are currently using 2013 Pro.
I am trying to develop an Assembly that will take linked excel values and have the assembly repond to the user's input. This spreadsheet is to be general in form and is to be re-used for different projects. Right now, the excel values are linked to a master assembly file. This master file has a few iLogic rules to handle the user's input and to pass particular parameter values to the iAssemblies (read sub-assemblies). The iAssemblies are not that complex, but they are taking parameter values from the master, and using iLogic within the isub-assembly to choose the iAssembly member based on the parameter value.
Problem one:
There seems to be a problem with changing the iAssembly member. I have stabilized the iAssembly within the master Assembly. The isub-assembly does not update unless I open the isub-assembly file. In both the isub-assembly and the master assembly, I update at the end of each rule, and I trigger the rules after any parameter change.
The questions are:
Since there are 123 members (so far) in each of the 2 iAssemblies within the Master Assembly, do I really have to test the parameter 123 times to assign a particular iAssembly member? Or is there a more concise way to do this?
We are not using Vault yet, but with described workflow, will we have problems when we do migrate to a vault environment?
View 4 Replies
View Related
Oct 31, 2011
I have a part that occurs nine times in an assembly. These were all the same parts before but now I need to make them table driven iParts in order to add a custom iProperty that changes to make them all different. They are all the same except for this on iProperty field that changes.I can create the iPart no problem. My questions are:
1.) Should I just open the part file and make it an iPart?
2.) Do I need to replace the files in the assembly somehow?
3.) I would assume that I can just edit the file to make it an iPart and then use some kind of "change component" right click to select which one goes where right?
4.) Is there some other workflow I should be using?
View 5 Replies
View Related
Nov 2, 2011
It happens often that a sketch has redundand points or open loops.
I don't want to run the sketch doctor to clean it up every sketch I create.
In the attached avi you can see the few steps that I use to create a sketch. I don't understand why at the end it has problems.
View 5 Replies
View Related
Mar 19, 2012
I have a formed beam I would like to mirror in an assembly to avoid the work of forming the opposite bent part. I have mirrored it however the cuts in the lower side of the beam are mislocated as if the part were rolled over rather than mirrored.I am in Inventor 2012.
View 9 Replies
View Related
Sep 27, 2012
I am trying to replace a custom part - created from a content center part - with a copied part with a different name. (I am using the replace tool in an assembly.) However, Inventor is not replacing the part with the part I pick but rather the content center version of it.
View 3 Replies
View Related
Mar 30, 2012
On the main sheet of my drawing I have the overall Parts List. Shows almost all parts except for the few that we don't want to list. On the second sheet I inserted a Parts List to show only parts that are shown in a detail on that page, made the rest non-visible.
On the main sheet there is an item (#13) that has a QTY of 3. Two of those Three are optional parts. What I'm trying to do is insert a custom part into the Parts List, give it an item number of 13A and put in the description "OPTIONAL", then do an Override in the balloon to show 13A.
I get it in the Parts List, Apply it, close it, save the drawing. Looking at the Parts List, item #13A is there, but item #14 is gone. I go back into the Parts List and 13A is there and there's a blue box around the item # and the description. I uncheck Static Value and number 14 shows up (item # and the description).
Then I go over to sheet two, open that Parts List and it lists 13A at the bottom with all the info I added in sheet one and it's non-visible. Go back to sheet one, open the Parts List and there is no 13A to be found.
View 9 Replies
View Related
May 2, 2013
I am working on an assembly that is designed around a box (bounding box) that could change size. I modeled the bounding box and placed it in a new assembly file. All other parts have been created within the assembly by referencing that bounding box with starting work plane and project geometry.
The problem comes in when I change the bounding box dimensions. The work planes for each additional part, which were defined by the faces of the bounding box, do not move when the sides move. Also, my projected geometry is not updating correctly. This is a simple box, with all 90° corners. So, all associated parts (at this point) are just rectangles.
View 4 Replies
View Related
Aug 21, 2012
My parts list on my idw do not update when I make changes to the model. Specifically, I have deleted a bolted connection on my design and replaced with a different components but the parts list table does not update - all I see is a lightning bolt in the browser next to the parts list but I cannot update it here.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 2 Replies
View Related
Aug 7, 2013
I was using virtual parts to add nuts and bolts to a drawing in 2013
I can make a VP bolt in the assembly, no problem, set it's size, weight, etc.
In the VP itself, there is no option for number of bolts I want it to emulate. For arguement's sake the weight was 1 pound per bolt (they are big bolts).
I can go into the BOM and say quantity 60, hit done and save the assembly.
If i open the drawing, the parts lists shows 60lbs for the 60 bolts total - which it should when summing the weight.
The problem is the BOM/assembly. If the weight of my assembly (without bolts) is 10,000lbs, the assembly sees the VP weighing 1lb and says the total weight is 10,001 lbs. Am i going to have to pattern a fake part to get this to work right? Shouldn't the total weight take into account the quantity set in the Bom??
View 2 Replies
View Related
Dec 9, 2013
Is there a way to display the density of materials that are assigned to varius parts in the parts list on a drawing? I don't need the mass of the parts I just need the material density to show up next to their respective parts.
For example, if I have a part with [steel mild] material assinged to it (no matter the size) I need a column in the BOM on the drawing to show: 490.684 lbs/ft^3. "Worry when there's something to worry about."
View 3 Replies
View Related
Aug 2, 2013
I'm playing around with a part that I'd like to "decorate" with embossed features or perhaps even cut-outs. The actual part, before adornments, looks like a funnel. As sketched now, I'm revolving a spline and then creating a thickened solid feature. I suppose that the variable diameter and varying cross sectional radius of my part increases the level of complexity of this task over a part that looks more like a regular cylinder. I'm hoping to learn a tecnique that will work for revolved parts with highly irregular profiles - not just plain ole cylinders.
So, what I'd like to do is emboss (negative or positive) and/or thru-cut decorative geometric or vine/flower inspired patterns into the outside face of a funnel-like part. (Pic attached.) I'm picturing some sort of pattern that might repeat around the part. (The variable diameter probably really complicates matters here.) I haven't put much effort/experimentation into this yet - pretty much because I'm a loss about where to even start.
View 9 Replies
View Related
Jul 10, 2012
I have an assembly with a lot of purchased parts. I need to create a buy out list for purchasing. I've done this many times in the past and have a template set up for this purpose.
So now the problem, In this assembly, I have subassemblies showing up on my parts only parts list.
One of the subassemblies cinsists of two purchased parts. Both parts are set to purchased in the Bill of materials. If I do a parts only list on this assembly, it works as expected, showing two purchased parts. However, if I put that assembly into a higher level assembly, A parts only parts list shows the assembly instead of the individual parts.
View 2 Replies
View Related
May 3, 2013
IV 2010 Suite
Been working over an idw MANY times due to project lag.Today I opened it up and tried adding balloons to an already ballooned assembly.
The parts list has not changed, and is "structured".But, if I try adding balloons, they tag each part, not the entire assembly.
Also, I verified this by trying to add another parts list, which defaults to "parts only".
I can't show my data set, b/c it's HUGE, plus it's proprietary.
IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit
View 5 Replies
View Related
Sep 22, 2011
I have a .idw that I'm trying to make a parts list on. I select parts list and highlight everything. There are two screws that are not showing up on the parts list. I cannot select them manually either. It's acting like they are not there. Even if I do a complete parts list (adding the assemblies parts into one big list), they still don't show up.
How can I select these parts? What is wrong with them that they do not show up in the parts list?
View 2 Replies
View Related
Jul 25, 2012
I have been working with an assembly today where it is ideal to mirror parts and have figured out how to reuse the parts rather than create new parts. Now I find that when the parts are mirrored, they ate not retaining the mates. Where do I find the setting so they either retain their mates, or prefferably retain the mirror so that if I move the origional, the mirror moves as well?
View 9 Replies
View Related
Sep 4, 2012
We are using iPart - iAssembly workflow with Inv-2013 and Vault Basic 2013
My question is related to released state of iparts. Currently we are generating/ releasing
all the iparts when new member is added in order to manintain the parent child version relationship
Example : say i have a ipart 41020.ipt and i have members 41020- 001 ~ 008 . I check out the parent
from Vault and add 009 member to it.
Question :
Do I have to generate all and check those in to maintain the version relationship between the child and parent inside
Vault 2013 ?
Or
Only generating 009 will maintain version relationship inside Vault 2013
Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013
View 4 Replies
View Related
Apr 27, 2012
Am I along the correct workflow path here? I want to insert a drawing as a block into my current drawing. Before I start writing code I want to make sure I understand the steps.
Open Transaction
Wblock Drawing to Temp Database
Now have my New BlockTableRecord Object
Copy BlockTableRecord to ActiveDwg.Database
Create New BlockReference
Add attributes
Set Scale Properties
Set Insertion Point
Set Rotation
Append BlockReference to Database
Commit Transaction
Am I missing any of the steps?
Is this how I would imidate the old VBA modelspace.insertblock(myPoint, "C:pathpathpathlock.dwg",1,1,1,0)
View 6 Replies
View Related
Nov 21, 2011
I'm slowly trying to make the transition from AutoCAD to AutoCAD architecture.
The main thing that is confusing me is how to organise the project so that plan, section and elevation sheets will all update from the original construct whenever it is changed.
I'm confused about plans and sections...should I draw my section lines from the annotate panel directly onto the 'construct drawing' and then use that as my plan or should I create a plan view of the construct (...how?) and then draw the section lines over that plan?
View 4 Replies
View Related
Sep 13, 2012
Conceptual design process for a new subdivision with say 100+ lots, and 5-6 roads within it.
What I'd like is to learn a workflow that lets me adjust the alignments/profile with a minimum amount of effort to re-layout 100+ lots, and which lets us explore design options more interactively. Once we pin down a few alignment options, I would create a simple corridor with multiple baselines to develop the grading concept.
One thing that irks me so far is that the Create ROW command is nice, but it's not dynamic to the alignments.How do you handle cul-de-sacs on this process?
View 9 Replies
View Related
Apr 23, 2012
I am running autocad 2011 for mac to design sails. I was given a autolisp file that will automate the majority of the process, but it uses a .dcl file to input all the numbers. Unfortunately .dcl files are not support with the Mac version and therefore I am looking for any solutions.
- Is there another way to input the information and therefore link the lsp file to something different?
- Is it easy to re-write the lisp file and input directly into that?
At the moment the time I am wasting researching how to make the .lsp program work, I could have hand drawn most of the sails anyway!
View 9 Replies
View Related
Dec 11, 2012
How to avoid overlapping of programmatically created Mtext.
I have createdMtext for the points present the dwg file, so that they get displayed as labels.
But when there are some densely located points, these points overlay and cannot be read. The font size also adjusted. Then too there are lot of overlapping.
How to avoid overlapping of programmatically created Mtext.
View 1 Replies
View Related
Feb 29, 2012
How to avoid the conflict between the “attribute” values?
I wanted to label the points (stored in txt file) using the lisp file ascpoint.lsp; This requires to build a block with 4 attribute values,But how to ensure that there is no conflict between the labels of the coordinates represented in the 4 attributes? They may overlap depending on the number of characters of the value of each attribute (coordinate).
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 3 Replies
View Related
Dec 23, 2013
We're looking into the "Workflow" system in Map3d.One of our most common tasks is to Set the coordinate system and then add a georeferenced image (such as a SID file).
I'd like to create a workflow that will do this -- but I'm having trouble figuring out how to get it to set the coordinate system. I will eventually need to tell the image what coordinate system to use (we normally have to edit that manually).
View 8 Replies
View Related