AutoCAD Inventor :: Material Delete And Type Mismatch?

Aug 29, 2013

I'm trying to delete a material called "Generic" from a part..  I can't delete the material (delete greyed out) I try to add another material to the document and I still can't delete the "Generic" material...  I added a new material from the drop down box at the top... It says the correct material but when i open the material library dialog again it says "generic" instead of the proper material name that I selected... Is this a bug? See picture.

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Cannot Delete Unused Material In Material Editor

Nov 2, 2013

I can delete every unused material except one in the Material Editor.I am trying to make the custom Material library and somehowI have got the Material I cannot delete. URL....

View 9 Replies View Related

AutoCAD Inventor :: Work Point Proxy Type Mismatch

Jul 1, 2013

I'm working on mating two assemblies together by work points on a part inside of them. Here is the code I'm using. It worked with work planes, but when repurposed it to work points, I get a type mismatch when the code tries to generate the work point proxies:

Dim oPartPoint1 As WorkPoint oPartPoint1 = oOcc1.Definition.WorkPoints.Item("botMatePoint") Dim oPartPoint2 As WorkPoint oPartPoint2 = oOcc2.Definition.WorkPoints.Item("matePoint") Dim oAsmPoint1 As WorkPointProxy oOcc1.CreateGeometryProxy(oPartPoint1, oAsmPoint1) Dim oAsmPoint2 As WorkPointProxy oOcc2.CreateGeometryProxy(oPartPoint2, oAsmPoint2)

View 8 Replies View Related

AutoCAD Inventor :: Delete A Material Style

Dec 20, 2011

I added sever materials to the Style Library and after I was done I noticed that one of the Style names had a typo in it.  When I tried to "RENAME" the style it made a new style with the correct name but kept the old style with the incorrect name.  I cannot get rid of the incorrect material style.  There is no delete available on the "right click" menu and purging doesn't actually seem to do anything when I try to purge it.

 I want to delete it from the Style Library so it no longer appears in the material list that is available.  How do I do this?

Inventor 2013-64bit, HP EliteBook8740w Intel Core i5CPU 2.67 GHz
8GB memory
Windows 7 64bit

View 5 Replies View Related

AutoCAD Inventor :: Not Able To Select Material Type

Dec 28, 2011

I wonder why I was not able to select the material type.  I may have accidentally toggle off/on some selection. 

View 2 Replies View Related

AutoCAD Inventor :: How To Delete Material Applied To Part

Mar 7, 2012

removing the material to a part.

Lets say i applied first Brass to a part and i changed to other. I wil check the properties.

Finally i want to remove the material to same part.

View 2 Replies View Related

AutoCAD Inventor :: Assign Layer To Each Type Of Material?

Oct 29, 2012

i was wondering if there is anyway to assign a layer to each type of material used so that i can have the material shown in different colors on my drawings?

View 2 Replies View Related

AutoCAD Inventor :: 2013 - Edit / Delete Material In Library

Nov 4, 2013

how to edit or delete existing material in the library?In a part, I can rename, delete and create new materials using the Material broser.But how to transfer this modifications to library?

The only way i see is to "save styles to style library", but with this feature only the NEW created materials get saved in the library. But how to delete or modifiy materials that are already in the library?

View 1 Replies View Related

AutoCAD Inventor :: Material Library - Assigning Specific Steel Type?

Sep 27, 2013

When assigning materials to a part in inventor the process is simple, however when one wishes to assign a specific steel type ie ASTM A516 as opposed to just a generic steel then this is where it gets a little more complicated. 

This specific steel type will also need to be called up in the parts list relevant to the individual part that it is attached to.

I know that a custom material can be added to the favourites section in the materials library,and this can be done if required.

Have i delved deep enough into the inventor materials library , do the basic steel  and others materials ie plastics break down into specific types with their elastic properties,yield stresses etc etc in other words a more comprehensive materials library or is this something that must be created by  custom material input.

View 2 Replies View Related

AutoCAD Inventor :: Adding Material And Texture To Material Library?

Mar 12, 2013

I am in the samill building buisness.  While designing I thought it would be nice to show logs on our equipment.  Is there anyway to show bark on drawings to show the texture on the final drawing?

View 1 Replies View Related

AutoCad 2D :: How To Delete Specific Object Type

Nov 9, 2013

I have a big complicated mesh surface and under every mesh edge there is a line (I have imported it from another software). Now I want to delete lines but I cant select them one by one because it take too long.

View 4 Replies View Related

Revit :: How To Change Material By Family Type

Jan 20, 2014

I understand how to change material by family type but how can I change object subcategory by family type? Is this possible?  

View 5 Replies View Related

Revit :: 2014 - Custom Family Type Material Editing

Jan 5, 2014

I am trying to take a custom counter I created as a family and have it show a material in my project.  It seems that no matter how I apply the material parameter to the family type object, type or instanced, the material does not change in the project when I apply any new material.  I have opened up other countertops I have used from the Revit Default Casework Family and I can't seem to find a difference in the setup between mine and Revit.  I wanted to use an instanced parameter so I can change the material per room where the object is used.

View 5 Replies View Related

AutoCAD Inventor :: 2013 - Inventor Material Library Not Found?

Jun 15, 2012

Can't seem to locate the Inventor Material Library....under Default in Projects, the Inventor Material Library is highlighted in Red.  Where I need to browse to inorder to locate it?

View 2 Replies View Related

AutoCAD Inventor :: Go From File Type To Solidworks File Type?

Aug 5, 2013

I was wondering if the is a way to go from a Inventor file type to a Solidworks file type. One of our customers is asking for one or the other following file types: .asm or .prt.   

They also mentioned something about "shrink wrapping" the file to all the surfaces.

View 2 Replies View Related

AutoCAD Inventor :: Any Way To Add Material To DWG

Jan 5, 2012

Is there a way for the scale to be correct to the drawing?

View 1 Replies View Related

AutoCAD Inventor :: Material Change Using API

Jul 3, 2013

I changed the material using the vb.net code shown below.but after changing material the object is not updated ,the volume and mass didn't change .
 
Dim oDoc As PartDocument
oDoc = inventorApp.ActiveDocument
Dim oDTProps As PropertySet
oDTProps = oDoc.PropertySets.Item("{32853F0F-3444-11d1-9E93-0060B03C1CA6}")
[code]....

View 9 Replies View Related

AutoCAD Inventor :: Direction Of Material

Apr 24, 2012

How to make a type of material go in one direction or by another degree .  Ex: if you click on a wood type material, it goes up or down and right or left depending which side of that object is.  On the picture below, it goes up and down, side to side no all sides go in one direction.  I need to know how to mange the direction of the way of where the material go.

View 7 Replies View Related

AutoCAD Inventor :: Export And Keep Material And COG

Nov 1, 2012

Is there a way to export a Inventor .iam/.ipt to .stp/.sat and keep material property and center of Gravity?

Is there any "external" format that will keep these properties?

View 2 Replies View Related

AutoCAD Inventor :: How To Add Raw Material To IPT - BOM / Vault

Oct 26, 2011

We are a mid sized company the builds our parts from raw materials. Steel Coils, Steel tubing, Steel plate, etc.

We are have been migrating from MDT to Inventor over the last few years. We are now trying to implement Vault and integrate that data into our ERP system. We would like to model a part and assembly and check that into Vault then pass the BOM into our ERP system.

It all sounds good up until I looked at how our part files were structured. There is not BOM in an ipt that I have found phantom or referential. Here is my problem

It takes 1 lb of a .0625" thich steel sheet that is 6.5" wide. We stamp our product in a 200 ton press producing a finish componet.Problem 1- Part1.ipt (model of my stamping) does not have a lower level it is a component in Inventor there is no BOM that I have found.Problem 2 - Part2.iam uses part1ipt but we punch a hole in it and push material outward to create a lip so we can lap weld the next part.When I try to extrude this feature I can only cut the part I cannot add material or deform it in any way.Problem 3 - We also manufacture bent tubes. We consume 1.5 ft of part C to make part D. I cannot insert 1.5ft of a part that is 20ft long as we buy it. then we bend it. I cannot insert a 1.5ft part into an assembly and then bend it.

Major problem - even though I can change the dwg file or idw file to add a parts list Vault does not put this information in the Item master BOM.

View 9 Replies View Related

AutoCAD Inventor :: BOM - Material List

Apr 1, 2012

We have a general template (excel file) for material list. Is there way to connect this template with inventor. Or alternatively change the inventor BOM list to suite our template?

View 1 Replies View Related

AutoCAD Inventor :: Set Material As Parameter?

Jan 31, 2012

I would like to have the material, color etc. as parameter so i can change it with an ilogic form. 

In this video you can see what i mean:

[URL]

When I make a ilogic form i can only select parameters and iproperties.

View 4 Replies View Related

AutoCAD Inventor :: Template For A Sheet Material

Apr 11, 2012

I created a template file for the sheet material with the specified type of material, sheet thickness and the radius of bending. Placed in the Templates folder. Call the template from the menu, HED, and all settings are reset to Default? How to make a new file so that all settings are saved?

View 3 Replies View Related

AutoCAD Inventor :: Save New Material To Library?

Sep 11, 2012

I have a user that has created a new material which is now sitting as a local style. We require this new material in the library so that everyone can use it.  I tried RMB on it but the save to library functon is greyed out. This is due to the styles being read only in the project file. So I have tried to change the project file so we can add the style and then I'd change it back again, but, even though I have checked out the project file from vault, it won't allow me to edit it. What else can be locking the project file?  Is there some other way I can place the new material into the style library in the project file? There are quite a few of us that use the project file since we use vault, so I'm not sure I should create a new one with the same name and save over it. 

View 3 Replies View Related

AutoCAD Inventor :: Change Material In BOM -> Not Possible For All Parts

Jan 10, 2013

If I need to change the material of all parts in an assembly I find it convenient to do this in the BOM. In the 'parts only' view I add the material column, change the first one and just drag it down like in Excel.

There are however some parts where the material is greyed-out (see attached image) and I cannot change them in to something else. I already traced this to parts which are present in multiple different sub-assemblies. I guess that's also the reason for the blueish/red icon instead of a normal part icon.

If I open one of the sub-assemblies the part is fine and I can change the material.

Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Convert List Of Material Into PDF

Dec 9, 2011

Necessary to convert list of material of the assembly (IAM) into archive pdf. (bill of Material)

View 3 Replies View Related

AutoCAD Inventor :: Assigning Material To Parts?

Jun 16, 2013

I need som code to assigning a material to a part in VBA.

Dim oApp As Inventor.Application  
Set oApp = ThisApplication    
Dim oDoc As PartDocument  
Set oDoc = oApp.ActiveDocument    
Dim oPropsets As PropertySets  
Set oPropsets = oDoc.PropertySets
 Dim Mat As String    

[code]....

but the material is not changed .....

View 1 Replies View Related

AutoCAD Inventor :: Color And Material 2013

May 23, 2012

Why Inventor rename some colors/material when migrating style library from 2012 to 2013? It's very annoying (and stupid in my opinion).

And Inventor said me "Some color/materail was renamed". Yeah good information but can you said me which color was renamed?!?

Does the developpers think about Vault when changing those color? What is the impact on the file (edited out of turn by example...).

Our customers have many colors who become differents when migrating to 2013 and it's not acceptable.

View 5 Replies View Related

AutoCAD Inventor :: Autodesk Material Library Is Not Available

Apr 26, 2011

We have recently upgraded from Inventor 2011 Routed Systems to Inventor Pro 2012.  We are using XP fully updated to the lastest SP and everything.  We have everything configured to our preferences but there is one thing that has been driving me batty.  When editing a solid part I open the Style and Standard Editor.  Down near the bottom under Realistic Appearance where there should be a ball with a shiney swatch there is a yellow triangle mocking me saying Autodesk Material Library is not available, also none of the bump maps are showing up on new or migrated files whether this is a related issue I am not sure of.  All of the normal and custom textures show up just fine, and all the bump textures are in their correct folder in the correct place.  I have tried switching the design data folder around with no success. 

View 7 Replies View Related

AutoCAD Inventor :: Material Library Not Showing Up?

Oct 7, 2013

I am using inventor 2012 but the material library is not loading.Then i go to the Manage> Styles Editor> and clieck on color or material it only gives me the option of defualt.

The drop down box in the top right is greyed out so i cannot change this either.

It works fine on another PC just not mine.I have downloaded the material pack from the website also.

I have also changed the hardware settings. I have tried all 3 hardware settings and it makes no differance.

Running windows 7 x64, 8 gigs of ram 3.4 quad core, 128gig SSD.

Everything is up to date.When i installed the material library download the material library was working, but when i opened a file the material library went back to how it was above.

The files i am using are from models i made in inventor 2010, but there is no problem on another PC i use.

View 5 Replies View Related

AutoCAD Inventor :: Add Nitinol In Material Library?

Oct 31, 2013

I was wondering if there is a way to import or add Nitinol alloy into my Inventor material list. I need to do stress simulations and Nitinol is not included... 

View 3 Replies View Related







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