AutoCAD Inventor :: How To Adjust Rectangular Pattern
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
ADVERTISEMENT
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
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
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
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
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
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
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
Sep 3, 2012
I have attached a logo I am working on. I have used the Stroke feature to put the black line around the letter "T". However, no matter which I choose "Inner" "Outer" or "Center" option, the stroke still seems to leave a curved edge to it, as you can see in the photo attached.
I would like it to be completely squared off.
I was thinking this has to do with the type of brush that the stroke feature is using. Can this be adjusted.
View 1 Replies
View Related
Jun 23, 2012
Is there a way to adjust the color of a pattern fill without changing the actual pattern?
Sometimes I do this by overlaying another solid color fill on top of the pattern fill, and use multiply or other blend modes. This works except when the pattern contains empty/transparent areas: in this case the solid color would pass through and affect the object below the pattern, which is unwanted.
So basically, is there a way to isolate the color change to a single object? I've tried with "Isolate Blending" and "Knockout Group" with no success...
View 9 Replies
View Related
May 25, 2012
where could i find a pattern overlay/pattern of holes for a metal floor.
View 9 Replies
View Related
Jun 29, 2013
How is it possible to use "Feature Pattern Select'' to make the Pattern a want in an assembly?
View 9 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
Jul 31, 2012
I am creating an assembly with my base part being a weldment. I've added other components that mount to my base part. Now I need to add fasteners to the mating components. I have added my first fastener and now want to pattern the said fastener using the "Pattern Component" and by using the "Feature Pattern Select" option and selecting "Associated Feature Pattern". At this point I have already selected the component that I want to pattern and selected the "Associated Feature Pattern" to select my base pattern. The only problem is that I am unable to select the pattern desired.
A note on how my Weldment was constructed -The holes were created in the "machining" step of the weldment, not in the individual part before it was placed in the weldment assembly.
If I move the hole feature and its pattern to the individual part and then place it in the weldment assembly, I can then create an "Associated Feature Pattern" in my assembly file.Why can I NOT create the associated pattern when my hole features are created in the weldment assembly? Or am I missing something?
View 4 Replies
View Related
Nov 20, 2013
I have an assembly which I am using as a icopy component. In the assembly I have the adaptive sketch which os used for the icopy function and a part which is adaptive to the sketch. I then have the part pattern itself in the assembly. The problem is the pattern will not update when changes are made unless I edit the pattern. The pattern references parameters from the sketch so that when the sketch changes the pattern should change. It works but the pattern will not update unless i open the pattern to edit it. Is there a vb function which will force the pattern to update when a change is made? I tried the update document vb functions but no change. I will try to get a sample together that is a smaller file size so you can see what I am talking about.
View 2 Replies
View Related
May 2, 2012
I have to make a spring for an engineering class I have yet me nor the teacher know how to make a rectangular spring.
View 3 Replies
View Related
Dec 24, 2013
Im trying to reproduce the part attached. Its a rectangular aluminum tube. .320 x .180 approx an inch long. I tried lofting 2 sketches but the result does appear like the attached image.
View 8 Replies
View Related
Jan 1, 2014
regarding obtaining the dimensions of a simple retangular prism?
In this particular case (file attached) the geometry was imported from Revit, so it's really just imported SAT file. After importing, "Make components" was run to generate individual part files. The resulting part is therefore created using the origin of the parent assembly, so although it's "just a box" - it is spatially displaced and oriented at an unknown angle.
I'm looking for a way to identify the 3 dimensions that define the shape of the prism.
View 3 Replies
View Related
May 15, 2013
Now how do I smartest align two assemblys to same center point or distribute even space on 2 sides of the attached par example?
View 8 Replies
View Related
Sep 23, 2012
A multi-part question:
1.) How do you recommend I model a rectangular spring?
2.) How do I apply the concept from the initial question and apply a curve to the spring?
3.) How do I mimic the properties of a spring in animation?
View 2 Replies
View Related
Jun 18, 2013
I have a rectangular piece of sheet metal and all I want to do is make the sheet curved with a radius of 113.75 in.
How do I go about this? Is there an easier way like making a 3d sketch and putting a sheet metal face on it?
View 2 Replies
View Related