AutoCAD Inventor :: Change BOM Style In Welded Assembly?
Jun 13, 2012
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
ADVERTISEMENT
Oct 5, 2011
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
View 2 Replies
View Related
Oct 24, 2012
I am using this code placed in the .ipt file to change Sheet Metal material
If Material_SM=1 TheniProperties.Material="Steel"SheetMetal.SetActiveStyle("RB_Mild Steel")ElseiProperties.Material="AISI316"SheetMetal.SetActiveStyle("RB_Stainless")End If
It works fine presuming code placed in every .ipt file to be ruled.
Is it possible to modify code in a way so when it placed in top assebly it runs through entire assembly finds all Sheet Metal parts and applys Material prpperties/Sheet metal style according Material_SM parameter.
Inventor 2013 SP2
Windows 7, 64 bits
RAM 18GB
Core TM2 Duo CPU 2,99 Gz
View 3 Replies
View Related
Nov 10, 2011
what people were doing to show "welded corners" in a sheetmetal part. I need something for pictorial purposes mainly!
View 1 Replies
View Related
Mar 6, 2012
I am using IV 2010. I would like to know the easiest way to check the volume of a welded hopper.
View 1 Replies
View Related
Nov 15, 2011
I have a bunch of plates. The plates get welded to make a box and sent for stress-relieving. The box comes back and gets machined before it gets more parts added to make another assembly.
How is the best way to handle this in Inventor?
So far, I have created individual parts for each side of my box as each side is unique. Then I have created an assembly bringing together each part (at this point I have not made any welding on my assembly). Then I created another assembly to bring in my box to machine. I have noticed that the feature "thread" to create a NPT hole is not available in assembly.
After the plates are assembled and welded to make a box, I would like to treat the box as a part no longer as an assembly. Can it be done that way?
View 5 Replies
View Related
Mar 29, 2013
When I double-click on a component in an assembly to edit it, the rest of the assembly becomes transparent (or translucent is a more accurate term). Is there a way to create a visual style (or use some other method) to make the entire assembly translucent like this, just as I'm working with the assembly performing all the usual assembly-type operations? For example, I can operate under the "Shaded" visual style, or the "Wireframe" visual style, or the "Monochrome" visual style.
Is there some way to work with a "Translucent" visual style so that I can see the internals of my assembly as I'm placing parts, applying constraints, etc.?
View 2 Replies
View Related
Mar 22, 2013
Is it possible to have an Assembly and/or Presentation as a drawing (.dwg) with a Visual Style of Shaded with Edges? In particular my black .ipt parts look just fine with white/grey edges except when placing the view in a drawing.
View 8 Replies
View Related
Jun 20, 2013
In our part list we have a column for Material, ipt's display the material and iam's display blank expect for a few instances that display Welded Aluminum-6061(see attachment). These assemblies are all steel and not weldments. What would cause this and how can it be fixed?
View 2 Replies
View Related
Jan 17, 2011
I am using Inventor version 2011. I wrote this code which tells me which object defaults style is active
Public Sub ActiveObjectDefaults()
Dim oDocument As DrawingDocument
Set oDocument = ThisApplication.ActiveDocument
Dim DrgStMgr As DrawingStylesManager
Set DrgStMgr = oDocument.StylesManager
Dim ObjDfStyle As Style
Set ObjDfStyle = DrgStMgr.ActiveStandardStyle.ActiveObjectDefaults
MsgBox ObjDfStyle.Name
End Sub
Is it possible to change Active Object Defaults Style by VBA code (see picture below)?
I am trying to change Object Defaults in order to temporarily switch style which use layers with different line weights, and than switch it back. I am new to VBA so I am not sure if I am not trying to do something what is impossible.
View 2 Replies
View Related
Oct 14, 2009
I'm chasing the syntax on what i hope is a very simple procedure.
We have a project for re-design and manufacture here (Australia) of a machine that has been designed and detailed in one of our US offices. For this reason, we will be wanting all dimensions in mm etc, rather than inch.
My intention is to open the idw(s), update the styles library (done, i think...), change the active standard to "AS Metric" (got the code sorted for that too), and then change all dimensions to AS Metric.
So far i have each of these 3 processes in a different sub, called from a master. But my problem is in changing the style. I could change a dimension's style to match that of another existing style:
Set oGeneralDimensions = oSheet.DrawingDimensions.GeneralDimensions.Item(1)
but I am having trouble setting is to the active style.
My module:
Sub ChangeStyle()
Dim oIDWDoc As DrawingDocument
Set oIDWDoc = ThisApplication.ActiveDocument
Dim oSheet As Sheet
Dim oDim As DrawingDimension
Dim oDimStyle As DrawingStandardStyle
Dim oGeneralDimensions As GeneralDimension
[Code]....
View 9 Replies
View Related
Oct 1, 2013
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.
View 9 Replies
View Related
Sep 30, 2013
Can i change the direction and orientation of the origin axes in an assembly with some parts?
View 5 Replies
View Related
Jan 20, 2012
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?
View 6 Replies
View Related
Nov 1, 2013
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 Related
Jul 30, 2013
I 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.
View 1 Replies
View Related
Feb 8, 2012
Below are 2 rules that run in succession to create and save a parts list from a base view in a drawing.
I am now trying to set the parts list style to a custom style, ideally while creating the list.
Also, I have to manually go into the list to turn off visibility of certain items (based on material), does I can do this with Ilogic? I ask because these steps precede a rule that automates placing base views of all parts in the parts list. If I could get the style and visibility right, I could automate the entire process.
Looking for changing such a style with ilogic?
Inventor & Vault Pro 2012
Windows 7, 64bit
Core i7 920@2.67
8GB
CREATE PARTS LIST____
' Set a reference to the drawing document.
' This assumes a drawing document is active.
Dim oDrawDoc As DrawingDocument
oDrawDoc = ThisApplication.ActiveDocument
'Set a reference to the active sheet.
[Code] .....
View 9 Replies
View Related
Jan 2, 2012
Inventor 2012.
How to make a macro that changes the font for a specific Text Style. The name of the Text Style is eg. "3mm", which I want to change from RomanS to Verdana.
View 1 Replies
View Related
Mar 14, 2012
I have a circular pattern. Is it possible to change the face color on the surface of the feature and have it reflected on all the other features?
View 6 Replies
View Related
Dec 5, 2013
I have Light Style1 and Light Style2.I would like to change all project files from Light Style1 to Light Style2.
View 1 Replies
View Related
Mar 19, 2012
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]
View 9 Replies
View Related
Jul 25, 2012
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
View 9 Replies
View Related
Mar 30, 2012
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 Related
Nov 9, 2013
I 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?
View 8 Replies
View Related
Jun 6, 2013
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.
View 4 Replies
View Related
Jun 11, 2013
how 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 Related
May 10, 2012
Change 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.
View 1 Replies
View Related
Mar 21, 2013
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?
View 1 Replies
View Related
Jan 5, 2013
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();
}
View 1 Replies
View Related
Oct 26, 2011
Is there a way to set an assemblies bill of material setting to reference through iLogic?
View 3 Replies
View Related
Jan 9, 2013
There 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.
View 9 Replies
View Related