AutoCAD Inventor :: How To Create Circular Pattern Of Solid Object
Jan 9, 2012
How to create a Circular Pattern of the Solid Object by VBA. I tried it by calculation Polar Transformations but was unsuccessful.
Then Rotated the complete Solid Object which changed original location. Is there any way i can Change the Angle and Mirror instead of Making circular pattern.
View 1 Replies
ADVERTISEMENT
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
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
Oct 4, 2012
my create a circular pattern in an assembly that maintains the orientation of the part being patterned.
This is for foundation plates. There are 3 plates. The plates are square, and have bolt holes in the corners of the plates. Since there are 3 plates and its going around a circle, the angle between the plates is 120 degrees.
Now, Ive been trying this for some time now and what is happening is the firs plate is fine, but then the second and third plate are rotated around their center axis. I would like it to simply remain as inserted and constrained within the assembly.
I have attached a picture to be more clear about what I want and what I'm currently getting.
View 8 Replies
View Related
Mar 8, 2012
I do not use the sheet metal tools in IV all that often so I fully expect that I have done something completely wrong.
I have a sheet metal part that in the folded part view looks like this:
In flat pattern view (and any subsequent flat pattern drawing) it looks like this:
Inventor Professional 2013 (SP-2.3), Product Design Suite Ultimate
Desktop: Intel Core i7 3.4GHz, 16.0 GB RAM, Windows 7 Ultimate SP-1, 64-bit OS, (2) GeForce GTX 580 (331.81), Space Pilot Pro (3.16.1)
Laptop: Intel Core i7 3.9GHz, 16.0 GB RAM, Windows 7 Pro SP-1, 64-bit OS, GeForce GTX 780 (331.81), SpaceNavigator (3.17.7)
View 3 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
Mar 20, 2012
I'm trying to create a solid object that can be used for injection molding. My office has Inventor, but I'm only familiar with 3D Max. If I create the object with Nurbs in 3D Max, can I export it so that Inventor reads it as a solid object, and if so, how?
View 1 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
Nov 12, 2013
I have modelled a disc, which has 6 cylindrical extrusions in a circular pattern on the disc surface. I want to change the number of occurrences (the "placement") to 9 but the "OK" button is disabled. I get the preview od the 9 occurrences, but it will not complete the command.
View 3 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
Sep 25, 2012
I want to arrange these outer circles in a corcular pattern at equal distance and at equal angle from each other without using circular patten feature in assembly tab. How do I do that.
The reasomn I dont want to use circular pattern in assembly tab is if I do that then, I cannot change color of each outer circle separatly If I change one color it changes color for all of these whcih i dont want.
I want to have each outer circle of different color.
View 3 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
Oct 22, 2012
I am using a circular pattern to re-position an internal keyway and am wondering if it is possible to supress the original keyway? Right now I have to give it a 'Placement' value of 2 to get the keyway to shift the amount I want, and as such it keeps the original as well as the new (overlapping them). I wish to suppress only the original one leaving new one...
Inventor 2014 PDS
View 6 Replies
View Related
Mar 21, 2012
Any way to change the Orientation of a circular pattern with iLogic?
View 1 Replies
View Related
Sep 28, 2012
How to create a circular pattern around the predefined Z axis.
Dim oCompdef As ComponentDefinition
Dim oDoc As PartDocument
Dim oSketch As PlanarSketch
Dim oPart As PartFeatures
Dim oProfile As Profile
[code]...
View 2 Replies
View Related
May 31, 2013
I created a partial sphere with six features on the surface of the sphere. I then applied a circular pattern to each of the siz features. I called the features r1, r2, ..., r6.
r1, r2, r5 and r6 worked as expected. there are 16 features evenly spaced around the surface.
r3 and r4 are different in that the original feature is missing after applying the circular pattern.
each of the six features is as identical as I could get them. I followed the same build seauence for all of them.
each feature is made up of four objects - cut1, cut2, sweep and dimple. I selected the four objects for a row, then applied the circular pattern.
If I delete the circular pattern for r3 or r4, the original feature becomes visible again.
So, why are r3 and r4 behaving differenly than the other four?
I have tried a number of things, including re-drawing feature r3 from scratch with no change in teh results.
View 8 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
Oct 13, 2013
I am setting up a family of parts that consist of a round disc with a fixed OD and a circular pattern of notches cut into the OD. The notches must go to a certain depth from the center, so those parameters are set. My problem is that I need to control the amount of material left between the notches, along the OD, after the pattern is done. Given the fixed parameters of the major OD, minor OD (3.5" in this case) and number of notches, the only way to control the amount of material between notches is to change the angle. When I set up the sketch to do the notches, I can only get a fully constrained sketch if I assign a specific angle to the notch. I need to be able to set it up so that the angle of the notch varies so the end result is a specifc amount of material left after the circular patter is completed.
In the attached PDF, I show what I have done so far. In this case the OD of the part is 4" and the diameter of the notch at it's closest to the center is 3.5". So basically, I end up with a driven parameter of 0.443. If I assign this value the parameter of d14, I need to make it equal to a ratio of another parameter (let's call it d15) so that d14 = d15*2.. This can only be accomplished by changing the angle.
In my family, the major OD and minor OD remain the same, but the angle must change to retain a specific amount of material between the notches when the number of notches is increased or decreased.
Is there an iLogic rule I can write to control this?
View 6 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
Jan 23, 2013
Creating object in 3D solid? The circles have the same height in both edges.
View 6 Replies
View Related
Nov 9, 2012
Is there a way, in an .idw (drawing file) to create a flat view (unrolled) of a cylindrical solid? NOT to be confused with sheet metal. This is from a solid .ipt. Either that or create a flat pattern of a solid cylinder that IS NOT SHEET METAL?
View 2 Replies
View Related
Feb 25, 2013
I'm working on a UDK level for a college assignment.
I want to create a circular shaped elevator with a circular fence around it that's roughly half the size of an average sized character standing on it. I then wish it import this as a static mesh into UDK.
Here are 2 sketched up designs of the elevator, what I want to create.
1st image: [URL]....
2nd image: [URL]....
I am very new to 3DS Max so I would prefer a list of steps to follow to create this elevator with a a fence,
View 2 Replies
View Related
Sep 19, 2012
I have a Hole that cuts through 2 solid bodies, a gasket and a cover plate. I want to pattern the hole in BOTH solids at the same time, but the pattern feature dialog box will only let me select one solid at a time. I could pattern the hole in one solid before projecting to the other, but the quantity of the holes can change. When the quantity of the holes changes only the holes from the initial pattern are projected. For instance if I have 10 hole initially and it increases to 12 the 2 new holes do not project to the second solid body.
Using Inventor 2013
View 2 Replies
View Related
May 10, 2012
Basically I have drawn some lines, arcs and splines in the 3D space, then I created surfaces between these lines, arcs and splines, thus I created an 'object' which is defined by all these surfaces.
And what I want to do now is to fill up the empty space and basically convert it into a 3D solid object.
Another example would be a loft 'object', and it creates only a surface, so may I somehow fill up the empty space and turn it into an object?
Drawing2.dwg
View 9 Replies
View Related
Aug 2, 2013
I'm playing around with a part that I'd like to "decorate" with embossed features or perhaps even cut-outs. The actual part, before adornments, looks like a funnel. As sketched now, I'm revolving a spline and then creating a thickened solid feature. I suppose that the variable diameter and varying cross sectional radius of my part increases the level of complexity of this task over a part that looks more like a regular cylinder. I'm hoping to learn a tecnique that will work for revolved parts with highly irregular profiles - not just plain ole cylinders.
So, what I'd like to do is emboss (negative or positive) and/or thru-cut decorative geometric or vine/flower inspired patterns into the outside face of a funnel-like part. (Pic attached.) I'm picturing some sort of pattern that might repeat around the part. (The variable diameter probably really complicates matters here.) I haven't put much effort/experimentation into this yet - pretty much because I'm a loss about where to even start.
View 9 Replies
View Related
Dec 13, 2012
i am having a hatching issue, it seems no matter what hatch pattern i use and what hatch scale, alot of the hatch looks solid instead of the pattern i want, for example i am using currently ANSI37 @ Annotative with a scale of .20 and on the same paperspace page one plan with the hatch shows the cross hatching and the other one below looks solid (see attached) now i can go and say change the hatch scale and it reverts to the cross hatching, but then when i zoom out it goes back to "solid" is it a graphical issue?
View 7 Replies
View Related
Dec 4, 2011
API enhancement/fix in SP1: Cannot create a radius dimension on circular drawing curves projected from spline edges.Does it in some way trying to refer to the issue with nonplanar arcs turning into splines in drawings saved-as AutoCAD .DWG?
View 3 Replies
View Related
Sep 6, 2013
how can i get a flat pattern for an object with more than one rip? it only gives me half the flat pattern.
example for company privacy
inventor 2014
Windows 7 Pro 64
i7-3820 3.6GHz
32 GB RAM
2 TB HD
NVIDIA GeForce GTX 660 Ti
Liquid Cooled
3D Connexion
CM Storm
twin ASUS LED
View 1 Replies
View Related
Jun 11, 2012
I do have a problem on SPLIT feature. I cannot seem to apply SPLIT SOLID into an entity/object but, on the other object I am able to apply SPLIT SOLID.
Sketch created using MultiBody and would like to make use of "Make Components" to create an assembly as well as parts.
I have attach a zip file of the ipt. I am currently using Autodesk Inventor Suite 2012.
View 4 Replies
View Related
Sep 16, 2013
How can I remove the lines in the middle after I press and pull the objects.
Attached is the Untitle.jpg, to make more clearer to you. Blue is the wall and skyblue is the aquarium. I want the back and the front of the aquarium don't have any line in the middle but even I do shade command the fill of the color is still there. Cause if I explode and delete the line in the middle the colors that fill the aquarium are getting rid off See Untitled 2.Jpg to see what I mean. And also how can make the aquarium Untitle 3.jpg transparent?
View 9 Replies
View Related