AutoCAD Inventor :: Change Axes Of An Assembly
Sep 30, 2013Can i change the direction and orientation of the origin axes in an assembly with some parts?
View 5 RepliesCan i change the direction and orientation of the origin axes in an assembly with some parts?
View 5 RepliesI recently found an error in my top level assembly which is that the origin axes x & z are pointing in the wrong direction (x-axis points in the negative x direction and the z-axis points in the negative z direction). how to "flip" the origin axes of an assembly?
Additional information: I have a top level lattice assembly that consists of a number of lattices (a part to which components are constrained) with the lattice origin planes constrained flush with the top level lattice assembly origin planes. This top level assembly is used in many other assemblies to constrain entire systems. Re-constraining my lattices correctly inside of the top assembly is infeasible.
I am trying to align two components together by their axis as seen in the picture attached. The small mounts are to be mated to the face of the large plate at different radii and the rods connecting the rods are to be aligned along their axis.
I want to align the cylinders together by their axes and mate the mounts to their respective plates. Can axes be aligned with a student license of Inventor and if so, how?
Problem in my Inventor Fusion: as shown in the attached image, when I try to move a feature in my model, the X axis in the 3D Move/Rotate tool is not parallel with the true X axis of the model. I don't know how it got like that, but I would very much like to change it back.
View 2 Replies View RelatedIn an assembly i created a new part and the center point wasn't on the main center point.Also the axes were rotated.
How can i rotate back the new part's axes, and how to move the center point?
I have an assembly of stair made from steel. There are lots of part the same. Is there a way to make a hole (inside assembly) to one and that hole would appear on all of them.
And another problem, how can I made cut (inside assembly) through more then one part so that would affect a part also when I open it alone.
What's the best way to do this?
1. Model parts in steel using metal-steel color.
2. Create assembly from parts.
3. Leave metal-steel as default view.
4. Create new view rep with assembly colored blue.
There are two ways I can do this:
A. Create new view rep "Blue".
B. Select all parts and apply blue color at assembly level. View rep associations are broken.
OR
D. Create new view reps in each part "Blue" and make the part blue in that view rep.
E. Create assembly view rep "Blue" and apply part "Blue" view reps. View rep associations are kept.
A-B is quick but dirty, although in Default view the associations will be kept.
D-E can be tedious in large assemblies.
Is there a quicker way to change color but keep associations?
I am using Inventor 2014. I have an assembly where one parts has to be trimmed after assembly. When I do the cut in assembly, the part turns to a different color (black). My current view rep in assembly is Default.
View 2 Replies View RelatedI attach a assembly file.
In front view, I can see all elevation drawing (DWG file)
but, when import this file to IDW sheet, I can't anything . I can look at 3D object section only.
I have design tree like this:
Main Assembly
L Sub Assembly1
L Sub Assembly 2
L Sub Assembly 3
L part 1
in part i have a parameter name ("Panjang")... how to control "Panjang"?. I cannot access a part parameter in Sub-assembly.
[URL]
Before using iLogic, I created lot of iAssembly and iPart. I could change iPart factory member when I need in iAssembly.Now, I want to move everything to iLogic.
how could I change the part by iLogic code?
For example:
I generated "Part1.ipt" and "Part2.ipt",...... (I have hundred of member)
In my assembly, sometimes, I need use Part1.ipt, sometimes I need use Part2.ipt.
Which is the iLogic Code I should to use?
Inventor 2009, WIN XP.
Autodesk Inventor Professional 2013 (64 Bit) SP2
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory
there is a way to change the template used for a part or assembly. The problem is that I created a template to fit my needs but I had to update it and the update doesn't effect the parts created with the old version one. How do update the templates of the files created using the old template?
View 4 Replies View RelatedI wish I can open my general assembly BOM and set the proper Materials to my all my parts after migration from 2012 release.
But I cannot change Material for the some custom part in the assembly BOM in the Parts Only tab. Parts refusing to change a Material have special symbol and I guess it means “promoted assembly” – no info regarding these symbols.
I can change any Material in Structured and Model Data tabs but it is extremely inconvenient for the big assembly.
[URL]....
The questions is: Why those promoted assemblies have inaccessible Material in the Parts Only tab?
I have similar subassemblies built in similar way as you can see fro video, but one is treated as promoted assembly and other as promoted part, the question is what possible difference between those is?
My part color is yellow. In the assembly It shows as gray.
I cant seem to get it to change to match the part color. I used to know why this happens and knew how to fix it but seem to have forgot. How do you get this to work?
I also recently loaded 2014, but had the same problem with 2013, so its not a release issue.
I declared a BOM as "indivisible" when I converted an assembly to a welded assembly and currently I need to show the BOM as "Only parts" to insert it in a drawing. There is any way to convert the BOM style?
View 4 Replies View Relatedhow can I change different colour in a assembly drawing. That means in a single drawing there is so many parts assembled I want to change the different parts in a different colour.
View 1 Replies View RelatedChange pattern ilogic. How do you change the distance and quantity in an assembly with ilogic?
It is simple in a part but in an assembly the parameters and equations do show.
When we use the Productivity/Add Assembly functionality, it produce a Weldment Assembly instead of a Standard Assembly.
How do we change the setup to use a Standard Assembly?
I got a problem with editing angle constraint in assemblies. I tried edit property of constraint but it didn't move model. Simply changing Angle attribute of constraint item don't work.
Only way I achieved movemenet is
if(oOccurrence.Constraints[i].Name.Equals(name))
{
AngleConstraint a = (AngleConstraint)oOccurrence.Constraints[i];
Object oEntity1 = a.EntityOne;
Object oEntity2 = a.EntityTwo;
String sVal = "" + angle + " deg";
[Code]...
but this is really slow, as much as changing throught parameter:
if (assemblyDoc.ComponentDefinition.Parameters[i].Name == "d655")
{
Inventor.Parameter invParam = assemblyDoc.ComponentDefinition.Parameters[i];
invParam.Value = Math.PI * angle/180;
inventorApplication.ActiveDocument.Update();
}
Is there a way to set an assemblies bill of material setting to reference through iLogic?
View 3 Replies View RelatedThere are instances where we need to add an extrusion in an assembly (.iam) to show labeling that needs to be done on the floor during assembly.
So we do a new sketch to the face where we need to add the "label", we use text and extrude it 0.001" deep (cut).
On the drawing (.idw) you can see it no problem, but in the model (.iam) itself it's hard to see since the faces that result from the extrusion are the same color as the participant part.
My question is this: Is it possible to change the color of the face of the extrusion?
It's not super important but it would be a good thing to show that detail as we sometimes print a color version of the 3D view for prototyping, troubleshooting, etc.
I have an assembly that includes iPart.
For example there are:
C: Part1
C: Part1 Part1-01
C: Part1 Part1-02 ...
C: Part2
C: Part2 Part2-01
C: Part2 Part2-02 ...
I need a macro to make the change in the assembly. You need to replace Part1-04 to Part2-04. Which method should apply for this?
I'm configuring a band with different supports. Each support is configured with a range; 600-900, 900-1200, 1200-1500 etc. those ranges can be adjust by 50mm and those steps are specified by the pos reps (see attached image).
All the different supports are put in the top assembly and in this assembly I want to switch between the positional representations. I tried to use:
ThisApplication.ActiveDocument.ComponentDefinition.RepresentationsManager.PositionalRepresentations("MyPosRep").Activate
But it won't work. I guess I have to replace "ComponentDefinition" in one way or another to the component name, but I don't know how.
This is my first time using Inventor but I've been using ProE for several years in school. A friend of mine told me about a feature in ProE where you are able to define a part and then define one of the lengths as it is placed into an assembly. For example I would define a 2x4 part with a length of 84inches. If I wanted a 2x4 of 68inches in my assembly I would use the same file but simply change the 84 to 68. How can I do this with Inventor?
View 1 Replies View RelatedI have a wall of frames, if you will, and some frames within this wall are different sizes. When doing the BOM, I want to be able to combine anything that has the same stock number as well as the same cut length. The only way I have thought to do this so far is to cycle through each stock number and if the cut length is the same, I override the quantity of one and change the BOM Structure of the other to "Reference".
How can I change the BOM Structure to reference without selecting the part or going through the BOM Editor? Is there some VBA code I could utilize? I am striking out by solely using iLogic.
This one work:
If L(i) = 1 Then oOcc.RenderStyle = _invApp.ActiveDocument.RenderStyles.Item("Red")
If L(i) = 2 Then oOcc.RenderStyle = _invApp.ActiveDocument.RenderStyles.Item("Yellow")
But I want to change like this and it not work:
Lcolor(1)="Red"Lcolor(2)="Yellow"L(2)=1L(1)=2for i=1 to 2oOcc.RenderStyle = _invApp.ActiveDocument.RenderStyles.Item(Lcolor(L(i)))next
What's wrong?
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?
I have a part called "bracket" which has a multi-value parameter "mass" which can be 100, 200, 300, or 400 and controls the width of the bracket.I have an assembly into which I have placed thee brackets.
How do I set different parameters for each of the instances of "bracket"?I want one bracket with mass = 100, one with mass = 200, and one with mass = 300, such that I have three brackets of different widths.
I must not be searching on the right text in Google because I find only ways to change the value of the parameter within the core component (such that all brackets change and end up the same width).
why members change position once mirror has been done in Assembly mode.
1..... i complete a sketch and save it.
2....Then i open up a new assebly while in the same project and save that also.
3...I place the sketch in the assembly and then go straight to Design tab and select insert frame a PFC member.
4 Also the sketch is fully constrained before going into assembly.
5..Now all mitering has been done.
6 Problem is when you Mirror the PFC in the assembly after picking a face or plane they change....................?
7 They mirror but swap ends and the miters are opp hand.
I have an assembly which contains a CComPtr<ComponentOccurrence> pThisCompOcc , and I'd like to do two things.
Get the name of the "base" object, not the display name of the occurence Change the model and user parameter values of the occurrence I suspect that I need to find the function or method which gives me a CComPtr<PartComponentDefinition> pPartCompDef which the occurrence points to for the Q1, but what about Q2?
Presumably the parameters are associated with the Component Occurrence and the "real" name is associated with the Part Component Definition?
How do I change the a part material render style within an assembly?
I have tried this below. It changes the name but doesn't update the render style.
Sub Material()Dim oassy As AssemblyDocumentSet oassy = ThisApplication.ActiveDocumentDim ocompdef As AssemblyComponentDefinitionSet ocompdef = oassy.ComponentDefinitionDim ooccurr As ComponentOccurrencesSet ooccurr = ocompdef.OccurrencesDim opartdef As ComponentDefinitionSet opartdef = ooccurr.Item(11).Definitionopartdef.Material.RenderStyle.Name = "Red"End Sub