AutoCAD Inventor :: Adding Custom Fastener Type To Clearance XLS File
Jan 24, 2013
I added a new "Standard" and "Fastener Type" to the Clearance.xls file for my Inventor 2013. This was done in an effort to create a standard set of dowel hole sizes in our design department. So far it is working, however I have a few improvements I need implementing.
Changing the "Fit" name from "Close/Normal/Loose" to "Press/Nominal/Slip" to make it more user friendly in the hole wizard.DeterminE how to create a custom hole callout in .idw drawings for this new hole type. I would like to use the Hole Callout feature and have it automatically place our specific hole information/text for the machine shop to create the hole.
Ex..
Drill and ream for 1/4" Dowel hole
Press Fit
.2495 +0 -.0005
I have attached the clearance.xls file we modified to get this new fastener type to show up in our hole wizard.
View 4 Replies
ADVERTISEMENT
Mar 20, 2012
In the hole command i am trying to place a clearance hole for 10-32. When i click on teh clearcne hole icon it says loading therad data please wait and then nothing happens.
View 6 Replies
View Related
Mar 14, 2013
I would like to add a "Shoulder Bolt" fastener (both Inch & Metric) to the Clearance.xls file so that when selected it would generate a counterbore hole the size of the shaft and a corresponding thread specific to the bolt size (all of which I can input in the table) but currently I have to do this manually by selecting a "counterbore - thru thread" condition.
Also, we use Helicoil inserts a lot and would like to add this to the Thread.xls but I need Inventor to differentiate between a standard threaded hole & the Helicoil so that the hole callout on the drawing will come in as desired.
Inventor Professional 2013
View 2 Replies
View Related
Mar 23, 2012
I've done a new fastener for practice and uploaded it to the content center. now i want to delete it .
inventor 2011
vault 2012
View 5 Replies
View Related
Oct 4, 2013
I am creating custom classes that I need to save to the DWG file. I assume this is straightforward but have not found a way to do it. I'm using VB.NET but can work with C++ examples as well. Do I have to inherit from a DBObject class and override or is it possible to declare my own custom classes and somehow register them to DBObject?
View 3 Replies
View Related
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
Jan 3, 2013
When creating a piping part, like a strainer, I'd like to be able to show something to represent the area that needs to be kept clear to allow for removal of the filter cartridge. In AutoCAD I'd just draw a phantom circle and a few lines extending from it to show the needed room. Any way to indicate the area in an Inventor part that won't obscure parts of the main object or other objects that may be located behind? Transparent solids, or maybe sketch entities? It's primarily needed for design, but if it can show up in the 2D drawing (without totally blocking what's behind it) it would be a plus.
See the attached file for an example of what we've been doing in our AutoCAD models.
View 6 Replies
View Related
Sep 10, 2012
When I use the DA to generate a bolted joint that utilizes flat head cap screws (English, 82 deg), the countersunk hole is not large enough and it leaves the heads sticking out slightly proud of the surface. Most of the time when I use FHCS fasteners, the heads must be below flush.
I went into the Clearance.xls file and increased the diameter values for the 82 degree holes. However, it doesn't appear that the DA actually pulls its hole data from this file. I saved the XLS file, closed it, closed IV, retarted IV, deleted the old DA assembly and started over. And I still got the same undersized hole.
However, I did verify that if I just place a HOLE on that point and set the hole as countersunk and clearance for that size of fastener, it will use the hole size that I specified in Clearance.xls.
Inventor 2014 64-bit SP1
Win 7 Pro 64-bit SP1
View 9 Replies
View Related
May 16, 2013
how do i add to, so that they are always available?
View 2 Replies
View Related
Jan 6, 2012
I have a program that create a bunch of new custom Iprop in each part of an assembly.
How can I show all those new properties when I open the BOM in the assembly file. Manually I can add a custom column but that is time consuming. Is there a way I can create a macro that will add those custom column in the BOM view?
View 1 Replies
View Related
Aug 8, 2012
I would like to add a custom title block template that I created to my Inventor open new drawing dialoge box. I know of the regular way to accomplish this by adding the custom title block to the templates folder in the Inventor folder on my C drive but what I would like to do is somehow link the template to my Inventor templates folder while keeping it in it's current location so that others and myself have access to the latest version of it due to the fact that it is a working document and will be updated periodically.
View 4 Replies
View Related
May 7, 2013
How can I add a custom layer for ballooning changes on inventor drawings while the parts are being developed. The changes need to be tracked. After the parts are released the ballooning is removed from the drawing and the basic revsions take over after that. It would be great to be able to do the ballooning of the changes with a specific line that is placed on this layer. Is there a way to accomplish this?
View 5 Replies
View Related
Sep 19, 2013
I am having difficulty adding two new rows to an iPart I made and published previously. Is there a way to do this without using the API?
Since it's a custom iPart not a standard CC part I would have thought this would be fairly straightforward but I can't work it out.
View 9 Replies
View Related
Nov 2, 2010
Is it possible to automatically add custom iproperties using iLogic?
I have a rule thats adds text to a propery, but when I run the rule in an old partfile i get the error:
"Can't find a property named DrawingNo"
Is there something like:
"Create iProperties.Value("Custom", "DrawingNo")"?
View 3 Replies
View Related
Nov 4, 2013
I'm looking to do sort of an adaptive annotation thorugh vb.net.
Essentially i'd like it start with a leader and instead of your normal text dial that appears, you get a box to punch in values in a grid. 5 columns across, as many as two rows.
The idea being if i punch in 1, 2, 3, 4, 5, 6 in the first six boxes all 5 in the first row appear with boxes around each number and then only the 6 has aa box around it on row 2.
I can see it as a table 5x2, and the format option being if the cell has text, the border type is outline. Although i don't think those options exist for inventor.
View 1 Replies
View Related
Nov 2, 2011
I am using ilogic in Inventor 2011 to update my iproperties when I save a .dwg file. I am having problems with some custom iProperties I have created that are of the type 'number' and are initially set to 0 (zero). After the iLogic rule has run and the user has entered a numeric value the type of the custom iproperty has changed to 'text'.
The ilogic code I am using is:
If iProperties.Value("Custom", "Nominal ID") = 0 Then
iProperties.Value("Custom", "Nominal ID") = InputBox("Enter The Nominal ID (Enter 0 if no value is available)", "Nominal ID", 0)
Custom_iProp_Nom_ID = iProperties.Value("Custom", "Nominal ID")
End If
I am using Vault 2011 and would like to map this property to a numeric property so I can perform <= and >= searches.
View 2 Replies
View Related
Jul 18, 2012
How can I add custom command (macro) to a context menu in Inventor 2010 via VBA?
(I searched the forum and got it to the point when I'm able to add commands that are built in Inventor)
View 1 Replies
View Related
Jan 8, 2013
First, I have not grasped the extent yet of how the new appearance library works.. we don't get crazy with colors, reflections etc.. but we do have a handful of colors that we use on the machines we use.. so instead of using the default appearance library, i made a new appearance library. All this went well, but i periodically as i need them will add colors to it.. problem is that i'm obviously doing something wrong, because my colors don't always stay in there after i restart Inventor.. and yesterday, i can't seem to keep any of the colors i setup in there to stay.. all i want to do is copy specific colors from inventors appearance library.. drag them into mine, rename them, maybe tweak the color, and then they be there for next time.. why won't they stay?
The edit pencil will come up on my library.. i've done the release edit after i'm done.. everything works in this inventor session, but if i turn inventor off and back on again.. they are gone.. only thing i have thought of remaining is that 3 users on our network share the same design styles location so we all our using same stuff, so is the file inventor uses in design styles to save to read only or something, but i read that appearances aren't saved in design styles.. How to do this and the colors stay and populate through all the existing stuff.. I have got the colors to lock into my template ipt in the doc appearances.. and i've done the save to custom library thing.. works until i restart inventor..
View 6 Replies
View Related
May 8, 2012
When I add a profile to Custom Centre to be used in a frame generator, in Base Qty by default it comes up as in, I want it Each. Where to change it?
View 1 Replies
View Related
Apr 4, 2013
in LR3 custom package did not support photo info. Has this changed in LR4 - is there a way to add a caption to a jpeg file generated via the custom package?
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
Jan 22, 2013
Edit: Fastener size. Can't find a way to change that.
Our teacher left us with a problem and I can't really understand this. I'm reading through the book and there's basically little to no "how to do" or examples I can follow. We have to do a 2D drawing. It's a Flathead cap screw - 3/8 - 16 UNC 2A x 2.0 lg 1.0 grip
So far I know that 3/8(.375") is the major diameter, 16 is the threads per inch, 2A is the average with external thread, and 2.0 is the length. I pretty much don't know how to put it into a drawing..
View 9 Replies
View Related
Sep 18, 2012
Is it possible, using Inventors VBA to determine if a "ipt" file is a "Normal File" or a "Sheet Metal File".
Say I have created a sheet metal component and a normal component. If i run a VBA macro, can I tell which one is the "Sheet Metal" component?
View 2 Replies
View Related
Oct 12, 2011
My organisation has a laser 3D scanner which we have used to capture the external profile of Ironman toy. I like to import the model into Inventor for modification. However, I do not know what is the file type which Inventor can import from. The output from the FARO 3D scanner are wrp, 3ds, dxf, oogl, iv, ply, stl, u3d, wrl, obj. It does not have stp file type.
What file type should I ask my colleague to output to ?
View 3 Replies
View Related
Apr 8, 2008
inserting or adding an image to the drawing file.. i ve the reference point and the bmp file path.. but the error "Run-time error '-2147467259(80004005) Method 'Add' of object '_IRxSketchImages' failed" is flashed.
View 6 Replies
View Related
Jul 12, 2012
I'm using the following sample code to add files to a browser folder
Public Sub AddOccurrencesToFolder()
Dim oDoc As AssemblyDocument Set oDoc = ThisApplication.ActiveDocument
Dim oDef As AssemblyComponentDefinition Set oDef = oDoc.ComponentDefinition
Dim oPane As BrowserPane Set oPane = oDoc.BrowserPanes.ActivePane
[Code]....
How do I get the files added to an existing " My Occurrence Folder" rather than creating a new one. Every time I run the code a new folder is created, it does not use the exisitng one
View 1 Replies
View Related
Sep 27, 2013
After finishing a part in Inventor 2014 a want to store it as a STL file. Thats no problem but when the part is saved as STL it measurement don't add up any more. The STL file becomes a factor 10 smaller. So 50mm ends up as 5mm. So thats a problem.
View 3 Replies
View Related
Jun 29, 2013
If I have a "idw" file open containing an assembly (asm), and another "idw" file containing a part (ipt), how can I determine, using a VBA macro the type of file that I have used (either "assembly" or "Part")
If the "Idw" file contains an assembly, running the maco should say "assembly". If it contains only a part (ipt) then it should say "part"..Is this possible using a vba macro?
View 1 Replies
View Related
Dec 4, 2013
I am trying to add instances of an ipart to an assembly automatically from an excel file and need to be able to specify the occurrence x, y, and z positions. Since the Inventor version is so old I have not been able to find the proper documentation.
View 1 Replies
View Related
Sep 18, 2012
we have a part file that has 2 custom iproperties in it.
Length and Width.
If I delete these properties its fine and the properties are removed.
However if I then save the file, the properties become available again.
View 3 Replies
View Related
Feb 24, 2013
Ive been using inventor for around 2 months now and its all been going good... ive recently done a rather complex assembly that id rather not redo... unfortunately... i ungrounded the base part fiddling with it trying to find a working constraint set for my needs (evenly spaces cylinders on a base plate and a centered on a mounting plate... i ended up using holes and the cylinders screw holes to align them but still this was AFTER i messed it up)
So now because of that the default view is skewed by roughly 45 degrees or so... now i have set the front view manually to reset the ground plane.... but if i stick this in a dwg as front its as if i did nothing... and yes i have triple check to make sure ive set the front view.
View 4 Replies
View Related