AutoCAD Inventor :: How To Create Rectangular Pattern Of Welds
Mar 21, 2013
I'd like to make a rectangluar pattern of a part that is groove welded into a plate. Inside the pattern command I can select the part but not the weld. How to avoid having to do each weld individually?
View 2 Replies
ADVERTISEMENT
Oct 18, 2011
Is there a way to create an upwards circular pattern, or a rectangular pattern with a circular movement?I'm trying to create a DNA-structure
View 1 Replies
View Related
Jan 14, 2013
Using Inventor Professional 2013
In the attached assembly, I would like to fill the four corners (see Figure 1) with weld to make one smooth bead around the perimeter of the end cap rather than using fillet weld to lay down four linear beads along the edges. I accomplished this with a groove weld (see Figure 2). However, problems occurred (pasted below) when I attempt to weld this piece to a surface.
Error message:
" Create Weld Feature: problems encountered while executing this command.
example.iam: Errors occurred during update
Fillet Weld 3: Could not build this Fillet Weld feature
The attempted operation had problems trimming and discarding faces. Try with different inputs."
When I had the four original fillet weld beads, I could fillet weld this part to a surface no problem (see Figure 3). When I switched it to a groove weld to get the desired corner appearance, I get errors. I tried to mess around with the tick boxes in the groove weld dialog box to try to fix the problem but nothing worked.
Ultimately, my problem can be solved if I could simply fill the corner gaps without using the groove weld command. This would eliminate the errors associated with fillet welding over groove welds.
Let me know if the attached files do not work. This is my first time uploading an assembly and its associated part files.
Figure 1: Corner with fillet welds (need to fill that gap)
Figure 2: Corner with groove weld (gap filled)
Figure 3: Fillet welded (concave) to plate. Still need those corners filled.
View 2 Replies
View Related
Mar 27, 2012
How can I make a circular pattern of a single occurence of a rectangular pattern?
A shaft has a rectangular pattern of holes (along its axis) on its surface. I want to pattern the 4th occurence of this hole pattern as a circular pattern? Can I do it in Autodesk. I can not select the a specific occurance of a patterned feature to pattern it again.
View 9 Replies
View Related
Jul 25, 2012
As you see in the template photo (the photo was scanned by Microsoft Security Essentials, healthy) I wanted to extrude my circle, and I made 28 pieces with circular pattern feature; now, do I have to choose all the pieces by one by to be able to choose all?
The sum of the problem: while using the Circular Pattern feature or rectangular pattern feature in Inventor, sometimes I want to extrude (join) or cut the drawings that I made (augmented) with using circular pattern feature, rectangular pattern feature. in this case do I have to choose all the augmented members one by one (for instance I make 42 augmented members), it can take a lot of time.?
View 7 Replies
View Related
Feb 22, 2012
Can an equation be used to calculate equal distances when using the rectangular pattern.Regarding the attached .ipt file i would like to place 25 holes in the X direction with equal gap size between each hole.Also how to calculate the number of holes in the Y direction again with equal distance between each hole.I have not done this before with equations but was thinking that i would need to use the Length x Width in the equation.Do i need to add figures into the Parameters box also?
The attached file with the Hole feature the sketch is not constrained for the purpose of using an equation so i know how far from the start of the part to get equal distances between each hole to the end of the part .
View 5 Replies
View Related
Feb 20, 2012
I am using Inventor 2012. I have a horizontal feature that terminates at a vertical plane on one end and an angled plane at the other end. I want to pattern it down but when I use Adjust, the patterned features do not adjust to the angled plane. They just go strait down from the first feature.
Does Adjust only work if the terminator is a solid surface instead of a plane?
View 1 Replies
View Related
Nov 3, 2011
I am having a problem with an iPart. I created a rectangular patern in an iPart. When I place the member of the iPart in the Assembly file the pattern is not there. I need it to constrain another part to it.
View 4 Replies
View Related
May 14, 2013
I am currently trying to model a multi cavity mould tool. The cavities themselves do not follow either a circular or rectangular pattern.I have modelled one of the cavities using a revolve internal to the tool. I have also sketched out on the upper surface centre points where I need the cavities to be.
I was hoping I would be able to copy the cavity feature, select a base point and then use the centres from my second sketch to place the cavities.
I don't seem to be able to find this option. The copy and paste feature will likely work but it is hugely long winded positioning each cavity individually. Any method I might be able to use to model such a part?
View 2 Replies
View Related
Dec 1, 2009
Looking for some sample code for patterning a hole in a part using Inventor 2010. I dont need it to be selected because it is the only hole i have in the part. My main trouble is that I am having trouble withobjectcollection idea. As you can guess I am a newbie at Inventors API.
View 5 Replies
View Related
Nov 19, 2012
I need to know what sketch is associated to either a "Rectangular"or "Circular"array. This is so I can filter out sketches that are not repeated in an array.
Here is my code so far (Circular Array).
Dim oCP As CircularPatternFeature
For Each oCP In oDef.Features.CircularPatternFeatures
THIS IS THE TROUBLE LINE If sketch = oCP.Parent Then
Set oCP = oDef.Features.CircularPatternFeatures.Item(oCP.Name)
[code]........
I have a simple test part containing an extruded disk (Sketch1) and 8 holes on a pcd (Sketch2). I only want to array a sketch if it is arrayed.
View 4 Replies
View Related
Jan 9, 2012
I can not use rectangular pattern for bolt in an assembly.
View 7 Replies
View Related
Aug 29, 2013
If I have a RectangularPattern how do I suppress individual features in the pattern.
For example I have a single row of holes, and I want to suppress the odd numbered holes.
I've tried this...
CComPtr<FeaturePatternElements> pFeaturePatternElements ;
pRectPatFeat->get_PatternElements (&pFeaturePatternElements) ;
const int ikNumElements = pFeaturePatternElements->GetCount() ;
wprintf (L" this has %d FeaturePatternElements
[Code]....
... but it crashes at the assignment of Suppressed
View 4 Replies
View Related
Jul 23, 2012
While using the Circular Pattern feature or rectangular pattern feature in Inventor, sometimes I want to extrude (join) or cut the drawings that I made (augmented) with using circular pattern feature, rectangular pattern feature. in this case do I have to choose all the augmented members one by one (for instance I make 42 augmented members), it can take a lot of time. also after applied any of these features I can't use trim feature, can I ? but sometimes using the trim feature after applying the Circular Pattern feature or rectangular pattern can be necessary.
View 1 Replies
View Related
Sep 11, 2003
The problem: I want a circular pattern for rectangular shaped holes, and I don't want the holes to rotate. The circular pattern doesn't have an option to retain the orientation.
View 9 Replies
View Related
Sep 19, 2013
I would like to use a sketch as the basis for a rectangular pattern which is set up to use the curve length for both directions of the rectangular pattern so that when I update my rectangle in a sketch, the pattern automatically adjusts to the new sketch. I have sketched a rectangle, and used one leg of the rectangle to establish the direction and length of one dimension of the array.
However, when I try and choose the Direction 2, my only options are the entire rectangle or faces- I can no longer select other and choose a single side of the rectangle.
I was able to accomplish what I wanted by using two sketches, with the second sketch simply projecting one leg from the first sketch. Using one sketch just seems inherently safer than trusting projected geometry.Is there a way to accomplish this with one sketch instead?
Inventor 2013 (SP2 Update 2), Windows 7 Professional (64-bit), SP1, Intel Xeon 3.07GHz CPU, 12GB RAM, NVIDIA Quadro 2000, Vault Basic 2013
View 2 Replies
View Related
Sep 10, 2012
Any work around for rectangular patterns in assemblies?
I want to pattern a screw using an existing Part Feature Pattern; I have figured out depending on how the part is assembled you get two outcomes and if the part is mated opposite side to how the feature was patterned you get the parts going the wrong way (see attached pic).
Is there a “flip direction” option anywhere or do you just have to be super diligent on how the seed feature orientation is in relation to the assembled pattern?
View 9 Replies
View Related
Oct 3, 2012
We are using Inventor 2011 and I would like to make a small app that allows my users to graphically select one or more occurrences of a rectangular pattern feature Then allow them to suppress them if desired.
I have determined the code to loop through the pattern occurrences and toggle suppression for any instance. What I do not know how to do is determine which occurrences have been graphically selected.
At this time I am only concerned with round hole features. (Perforated metal)
View 3 Replies
View Related
May 31, 2013
Is it possible to take a feature created by a pattern and reuse it to create another pattern? I have a circular part on which I have created a linear pattern (using the rectangular pattern feature) of holes, 6 in total listed as 3 ccurrences. if we number the holes 1-6, I would like to make a circular pattern based off holes 2 and 5. I have been unable to figure out how to select the individual "occurrence" related to the hole once in the pattern feature. If I create the circular pattern first and then the linear and try to suppress the others it supresses both holes in the occurrence.
View 4 Replies
View Related
Feb 28, 2013
I am in the process of translating existing VBA code into its equivalent in VB.NET (developing VS Professional 2010 and testing in AutoCAD 2010)
My problem is that I have never done hatching in VB.NET before, and now I am required to hatch a rectangular area (defined by lines) within an AutoCAD block. How to go about accomplishing this task.
To create my block, I am using a DBObjectCollection to store my lines, and then append them to the block definition, creating a reference to see what I just created.
If I were to define a rectangular outline within this block, how can I possibly hatch it?
View 3 Replies
View Related
Mar 6, 2007
Any way to change the color of welds? Lets say I have a green painted structure and therefore want to have green-looking welds in my weld-assembly?
View 5 Replies
View Related
Aug 16, 2012
I am preparing a weld map for our welding shop, and they would like me to balloon each joint and create a table with each joint's number, so that the welder/pressure tester can sign off. Is there a way to balloon joints and not parts, or make a custom ballooning scheme?
View 1 Replies
View Related
Aug 8, 2013
Not welds from a model, but if I go through 4 .idw sheets of details...and annotate all of my welds is there a way to assign numbers to them without manually entering them?
Our welds are track by number through QA, and depending on the amount of sheets and welds in a set of drawings for a given assembly, sometimes it's a real chore when you realize you forgot to add a weld to something on page 2 when you've already edited weld tails through page 5.
Inventor 2014
Windows 7 Pro SP1
Intel(R) Core(TM) i7-3770k CPU @ 3.50GHz
16GB RAM
NVIDIA Quadro 4000
3D Connexion SpaceMouse Pro
View 1 Replies
View Related
Sep 4, 2013
I have a weldment with about 200 welds in ti. In my industry being able to track and give each weld a specfic number and log it into the "books" is a big plus. I am starting to detail the assembly i have created and i am running into a problem. I know i can turn all the welds off in views in an IDW file. I can even make levels of deatil and surpress certain welds and such. This is extremely time consumming and not the easiest way of doing this. Is there another way of say turning off two out of five welds in a detail view? If not i think we will be looking for other software options. Considering our larger models will have 750-1500 welds this would be a nightmare.
Inventor Pro 2014
nivida k6000
24 G RAM
View 1 Replies
View Related
Apr 22, 2013
Is it possible to export a weldment and include the weld volumes? I'm attempting to export to an .stl file and the welds are missing in the resultant file. (Or am I doing something wrong?) The weldment was converted from a standard assembly file, but the BoM structure was set to Normal, not Inseparable.
View 9 Replies
View Related
Mar 23, 2012
I need to show fillet welds between the bar and the curved surface. There is a small gap there (3/8" bar against 2 3/4" O.D. tube) and IV and neither groove or fillet weld works. How to show the weld?
I am using IV2009.
View 1 Replies
View Related
Sep 30, 2011
If certain modelling / sketch features should be avoided under the machining feature group.
I have an assembly file containing three part files, plus a weldment feature and machining features. In the real world this sub-assembly represents two metal components welded together, of which the third (plastic) component is then inserted, and this is followed by the final machining process - adding the staggered slot (see jpeg 1).
My problem is I get an error message as soon as I try to activate editing the weldment feature group (see jpeg 2). Clicking ‘Accept’ I can then edit the current weld, but I can not add any new welds. Inventor will let me choose to place a new fillet or groove weld, and even show a preview (see jpeg 3). But on clicking ‘Ok’ or ‘Apply’ I get another error message from which it won’t let me proceed (see jpeg 4 (in my second post)).
The error messages relate to the constraints placed on the work planes used to achieve the model features (extrusions, revolutions, chamfers, etc) under the machining features group.
A couple of points; the weld(s) have to proceed the machining features so each manufacturing stage can be clearly illustrated on the drawing of the sub-assembly. And yes in this case I could remodel the assembly, but it is time consuming and regularly our customers will want the design tweaked, so having to remodel every time would be unacceptable. Thirdly, I believe the work planes are needed to constrain the sketches (see jpeg 5 (in my second post) - the work plane is constrained to the ‘red highlighted dot’ and tangent to the cylindrical face).
View 1 Replies
View Related
May 31, 2012
Is there a way to create asymmetric pattern, both circular and rectangular, in assembly environment. For example, I have a component which I want to circular pattern at different angles rather than fixed angles. Let's say 3 components around the circular pole- angle between 1 &2 - 175deg, angle between 1 & 3 (in same direction) 265deg. I understand that this will violate the definition of pattern but would be nice to have such feature. If I am not mistaken, Solidworks has that ability to do asymmetric pattern which I have used years ago.
View 9 Replies
View Related
May 3, 2012
I'm unable to create a flat pattern .
View 5 Replies
View Related
Mar 7, 2013
I want to creat a flatpattern of an iregulary cut cylinder that was made in the standard .ipt world and is now converted into a sheetmetal. I want to "Unroll" the piece out so can see the shape of it as a flat piece. Picture of it is attached.
View 6 Replies
View Related
Jan 31, 2012
I created a 12-sided polygon shape in the sketch mode. I created one line, fully constrained it and then used the circular pattern to finish the shape. Why can't I extrude the shape?
I have attached the file. It's a pretty basic shape. I don't understand why it wouldn't work...
View 2 Replies
View Related