AutoCAD Inventor :: Add New Point To Exist Hole Feature?
Jun 22, 2012
I have a problem with adding new points to existing opening.
I tried to use the method HoleCenterPoints.Add (??), But despite the lack of generating an error points are not added.
presenting a brief example of this functionality.
View 1 Replies
ADVERTISEMENT
Mar 26, 2013
I have created an iPart which uses the Hole Feature (counterbore hole). The hole is not threaded. Is there a way to put the Hole Feature into the iPart table so when a user enters specific values, he/she could type in or select a bolt size and the counter bore hole feature will use the correct dimensions for said bolt size (ie. I would like the counterbore holes for an M6 Socket Head Cap Screw. So instead of typing in the counterbore hole diameter, depth, and bolt diameter, etc... it would automatically enter the default values.) Or is this something that must use iLogic?
View 6 Replies
View Related
Feb 7, 2012
In ilogic it's easy to suppress features like holes, but I cannot combine iparts with Ilogic, so I try the same in VBA, but I don't know the way to do it
Is there some existing sample code like this ilogic one for VBA?:
if Dimension_A < 50 Then
Feature.IsActive("Hole1") = false
End if
View 4 Replies
View Related
Nov 29, 2012
Yesterday I tried to make a table-driven I-feature of a few drilling paterns.
I want to use this for drawing steel manifolds. The I-feature is used to insert standard drilling paterns, for example a patern to fit a standard flange.
The only problem is, for the thread I used the thread feature, otherwise it doesn't show up in the I-feature.
But when I make a drawing of a part were this I-feature is used, the specification of the thread doesn't show up when I create a hole table, because in the I-feature, the thread is a separate feature.
View 1 Replies
View Related
Jan 6, 2012
I just want to notice the Autodesk guys that when editing a hole feature in an assembly, then the sketch is hidden so that is not possible to pick more centerpoints. I noticed this when working with a sheet metal part, I don't know if its the same with a regular part.
Inventor 2012 SP1 / 64 bit
View 4 Replies
View Related
Apr 30, 2013
How can I change the termination of an existing hole feature?
If app.ActiveDocument Is PartDocument Then Dim doc as PartDocument doc = app.ActiveDocument Dim hole as HoleFeature hole = doc.ComponentDefinition.Features.HoleFeatures(1) ...End If
View 2 Replies
View Related
Feb 22, 2012
I am trying to link a hole feature in a part in an assembly with the number of a particular feature in another part within the assembly. I have a base plate part with a coutersunk hole feature that I want to pattern by linking it to the number of bosses in another part within the same assembly.
View 6 Replies
View Related
May 28, 2013
at assembly level hole feature shown only in assembly. how to create same feature at same position on parts.
View 5 Replies
View Related
Sep 3, 2013
In order to reflect production process, I have to create holes on the bent pipe at assembly level after 2 bent pipes are welded to the straight pipe. Now when I suppress holes, it does not suppress only at LOD or view rep but throught the whole assembly.
Is it possible to suppress features such as hole using LOD or view rep, which are made at the assembly level? or I have to use another method? See below in highlighted.
View 1 Replies
View Related
Jan 18, 2012
I have a part with multiple holes created in a single hole feature (i.e. not patterned but made by selecting multiple sketch center points). As desired, the holes all have the same size since they all fit the same fastener. Is there a way to easily assemble fasteners to all the holes? Currently, I am using insert for each fastener and this gets tedius if there are many holes. Additinally, if the number of holes changes, a manual update is required. I'm hoping there is something that works similar to associative patterns.
INV 2013
View 1 Replies
View Related
Nov 21, 2011
If we require to create patterned holes thru a number of solids, this works great only requiring the one hole feature.
However, once an assembly is created with the parts, (these parts obviously have their own derived individual solids in them) when needing to place a bolted generated assembly to the patterned holes. It won't recognise the pattern.
So I've come to the conclusion that the bolted generator/drop place function really needs improvement for solid body modelling technique. (Mind you, the BG needs a complete rethink because its at about 50% complete).
What I can see needs to be added, is the functionality of the parts recognising the hole pattern. e.g. when using the make components function it gives an option to add a link to the hole feature.
My only other option at present is to create the holes within the assembly file and transfer the hole feature to each part file. This obviously loses the parametric functionality.
View 3 Replies
View Related
Mar 16, 2012
I typically as much as possible like to insert my dimensions into my drawing from my model.
I created holes in the model as a 1/4" tapped hole
Yet when I show the dimensions in the drawing they show the minor dimension.
How do I get the 1/4" to show? I have selected the feature and still get these results.
View 8 Replies
View Related
Aug 15, 2012
While in sketch mode, while in a part, how do I dimension a new feature to the mid point of the surface?
In the example I've attached, I am wanting to dimension the holes around the midpoint of the surface, without stopping what I'm doing, drawing a construction line, then dimensioning to the construction line?
View 7 Replies
View Related
Nov 6, 2012
I've got a template with a set of Object defaults for an Inch drawing and a set for a Metric drawing. I've just noticed that within my metric set, if I insert a hole table with tapped holes, the font on the tapped holes doesn't match the other hole types. I'm searched around, but all the settings for the hole table style reference the same text style. (Please see the attached image.)
So is there a way to set a certain hole type to have a certain font or size within a hole table? Because if there is, I'd obviously like to remove it..... But I can't seem to figure out where the issue is.
View 5 Replies
View Related
May 22, 2012
I am trying to add a hole to an existing hole chart. I drop the part into a new drawing, set the ordinate "zero", and add a hole chart by selecting a few holes. When I attempt to edit the chart: click chart, right click "edit", click add hole, select new holes, right click to create, the "create" selection is greyed out and all I have to choose from is cancel. I searched the forum here but could not find a reference to this a know issue. Am I doing something wrong or is this a glitch of 2013.
We are running win7 x64 machines and this happens on both the 2013 Ultimate and Premium editions of the product.
View 9 Replies
View Related
Nov 19, 2012
I have had this problem intermittently for a few weeks since going to Inventor 2013 SP1.1. I have a part within an assembly and that part has holes created in it before assembling it with other parts. Now when I try and create a hole table in a drawing of the assembly I cannot select hole edges and the hole table is blank when trying to create it automatically from view selection. I originally thought it may be an alignment issue but I have since aligned everything correctly and it still persists. I can create the hole table if I import in just the part into the drawing but it will not allow me to create the table on the whole assembly.
I can also create the hole table if I use "centred pattern" and create cross hairs on all of the holes however it does not give me correct annotations for the holes as shown in attachment and I can manually change the annotations but seriously this should not be required. As shown in the screen shot it reads as A1 down to K1 instead of A1 to A10. .
View 7 Replies
View Related
Nov 28, 2012
Question: Is it possible to control the Hole Dimensions called out on the Hole Chart? As in controling leading/trailing zeros for main hole dim, alt home dim and tolerances? Can you combine the Main Dim with the Alt dim in a single column, separated with parentheses? (same with tolerance?)
View 5 Replies
View Related
Oct 19, 2012
I would like to use the hole command to place a hole in a part. When I place the hole it won't allow me to use one of the origin planes to locate the hole from. Can I only locate holes off edges?
View 4 Replies
View Related
Apr 27, 2012
I have an assembly that contains a part and a hole feature (the hole feature is at the assembly level). Using the api, I'm trying to get the hole location relative to the part's coordinate system in a without using the holeplacementdefinition.distance property, this way I can get the hole location regardless of the way it was defined.
View 2 Replies
View Related
Aug 28, 2013
i use hole feature names in hole table.
i assign hole names attribute to hole feature but dont get attribute hole table.
how to get hole names in hole table.
View 1 Replies
View Related
Jun 17, 2013
While creating holes in a part, a small counter shows (when you click on a point) of how many holes there are.
Programs:
Solidworks (1998-2011)
Autodesk Inventor (R8 - 2013)
Autodesk AutoCad 2D
Autodesk AutoCad 3D
Catia V5
SolidEdge
Anvil (Very old program!)
Pro/E
View 2 Replies
View Related
Apr 8, 2013
I have a FG assembly that shows errors. The parts referenced no longer exist, but it still tells me there are errors on the sketches. Since the parts no longer exist in the assembly, or anywhere for that matter, how can I get rid of this error? I have tried making parts and naming them the same, which it allows me to do, but no luck in resolving the error. I can include the assembly but it is 63MB compressed and am running 2011.
Inventor 2011
Intel Dual Xeon E31225 @ 3.1 GHz CPU
16 GB RAM
NVIDIA Quadro 600 GPU
Windows 7 - 64 Bit
View 6 Replies
View Related
Aug 4, 2011
I have an assembly model which I have `save copy as` to create a new assembly (80% parts the same). I have opened my new assembly and deleted/replaced parts and assemblies that I do not require.
One (released) assembly I have deleted is still showing listed in the vault browser (not in model browser). It is not in the model, is not revealed by `find in window`, is not listed in the bill of materials. If I close my assembly and reopen it is still listed there.
This has now occured in two assemblies. I have never experienced this before in many years of use. We recently upgraded to Inv 2011 and VM Pro 2011 and I'm wondering if there is a connection.
View 6 Replies
View Related
Feb 8, 2013
I know it can be done but have had little luck finding how. I need to Convert GIS features to an engineering friendly cad file and I'm stumped at the point of assigning blocks to the points.
Also another issue is that I would often need to assign those blocks based on field values. Noob questions I know but it's my one critical step I've not sorted out.
View 6 Replies
View Related
Nov 6, 2013
Is there a way to convert a feature line elevation point to PI?
My objective here is to delete all the elevation points except one. It would be time consuming to pick each elevation point and delete them individually (in this case there are about 15 but sometimes there are more). I want to use the delete all option but keep one one of them. If I can convert that one into a PI I could then quickly delete the remaining elevation points.
View 4 Replies
View Related
Jun 7, 2012
I see that the Point Cloud Feature Extraction is now part of the Productivity Tools for Civil 3d 2012. Are these tools available in 2013? I am not seeing them anywhere. It seems goofy that there would be more tools available for the old release - what's the incentive to make the switch? Would you expect they will be available for 2013 sometime soon? I'm not complaining, I really like 2012
View 4 Replies
View Related
Mar 24, 2008
Is there any way to increase the size of the marker that shows up on the plan view when you select a PI in the elevation editor? It is so small that if I have the feature line selected I can't see the marker over the highlighted line. I generally have to zoom to a PI so I can see where I am.
View 6 Replies
View Related
Nov 7, 2013
C3D 2012
I want to set and Elevation Point (not a PI Point) along a feature line by entering the grade from the previous point. Currently the "Set Elevation Point" command only allows entering an elevations or getting an elevation from the surface. I know I can set an elevation point and then use the "quick elevation editor" to adjust the grade, but I don't want to go through the extra step.
View 3 Replies
View Related
Aug 29, 2013
I want to navigate along my feature line, viewing which point is screen is the current point at the grid.
My feature line shows its points with blue circle & square grips and the current point is showed by a green circle.
The problem is the zoom level, Grips have always the same size but circular green indicator does not.
You can only view this last at a very detailed zoom.
I'd like to have a "big" arrow or something similar.The problem is the great difficulty to identify points....
Civil 3D (2013)
View 1 Replies
View Related
Oct 7, 2013
I think this issue started with SP2. I don't remember having these issues in SP1 and earlier.
Create some COGO points at varying elevations.Start a new feature line.Use "node" object snap and pick your first cogo pointIt does not pick up the elevation of the point (it used to)Now draw feature line segments to a few more cogo points entering the elevation each time.It does not pick up the elevation of the point (it used to)Now switch to Arc mode and snap to a few more cogo points.It does correctly picks up the elevation of the cogo points (like it used to)R.K. McSwain | CADpanacea | twitter | Cadalyst tips/code
View 2 Replies
View Related
Dec 18, 2013
Is there a way in the description field of an Inventor hole table to have mixed units? Some hole sizes at fractions, some at 2 plc, and others at 3 places.
Inventor Pro 2013 or 14
View 1 Replies
View Related