AutoCAD Inventor :: Creating Circular Pattern Around Predefined Z Axis

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


ADVERTISEMENT

AutoCAD Inventor :: Creating Circular Pattern Of Single Occurrence Of Rectangular Pattern

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

AutoCAD Inventor :: Circular Pattern / Rectangular Pattern Features

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

Illustrator :: Creating Infographic That Has Circular Pattern?

Sep 24, 2012

I am trying to create an infographic that has a circular pattern.  I'm hoping there is a streamlined process that allows me to start with a linear set of bars/pattern (with vertical text) and then automatically transforms the set to an evenly-spaced radiating pattern.
 
Here are some examples of what I would like to achieve: [URL] ....

View 2 Replies View Related

AutoCAD Inventor :: Non-Circular / Non-rectangular Pattern

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

AutoCAD Inventor :: Can't Change Circular Pattern

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

AutoCAD Inventor :: Circular Pattern To Create A Sketch

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

AutoCAD Inventor :: Circular / Rectangular Pattern Sketch Name

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

AutoCAD Inventor :: Assemble Components In Circular Pattern?

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

AutoCAD Inventor :: Circular / Rectangular Pattern Feature

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

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 View Related

AutoCAD Inventor :: Circular Pattern To Reposition Internal Keyway

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

AutoCAD Inventor :: Changing Circular Pattern Orientation With ILogic?

Mar 21, 2012

Any way to change the Orientation of a circular pattern with iLogic?

View 1 Replies View Related

AutoCAD Inventor :: Feature Disappears When Circular Pattern Is Applied

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

AutoCAD Inventor :: Circular Pattern For Rectangular Shaped Holes

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

AutoCAD Inventor :: Create Rectangular / Circular Pattern For DNA Structure

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

AutoCAD Inventor :: Create Circular Component Pattern And Maintain Orientation

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

AutoCAD Inventor :: Circular Pattern With User Parameter Controlling Angle Of Notch

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

AutoCAD Inventor :: How To Use Feature Pattern Select While Creating Pattern

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

AutoCAD Inventor :: Automatically Project X-axis / Z-axis Or Z-axis Onto Sketch Plane?

Aug 25, 2010

Is it possible to automatically project the x-axis, z-axis or z-axis onto the sketch plane?

I.e. every time you open a new sketch the corresponding lateral and vertical axis will be projected onto the sketch.

View 9 Replies View Related

Illustrator :: Make Vector File From Predefined Pattern - Scaling Space

Jul 29, 2010

We have some patterns that our customers can choose from to put sandblast film on their windows. Not sure about the english term for it, but this is what i mean:
 
We are looking for a flexible way to make the vector file from a predefined pattern.

Like the example below, when resizing the outer rectangle (= the window), the number of squares should be adjusted automatically. And the squares need to be centered in the window all the time.

I'm not such an expert in using patterns in illustrator, but i believe there is no way to define settings that control the pattern i believe? Like pattern brushes in illustrator, in which settings can be set like scale the pattern or scale the space inbetween, center the pattern,...

The square pattern below is just an example, see some other examples that i would like to easily control the thickness of lines, number of circles, space between stripes, horizontal and vertical scale of the pattern,...

View 5 Replies View Related

AutoCAD Inventor :: Creating Axis Along A Curved Pipe?

Sep 20, 2011

I am trying to constrin a washer to a curved pipe. How do I create an axis along the curved pipe so the washer can constrain and move along the cruved axis? 

View 4 Replies View Related

AutoCAD Inventor :: Way Of Creating Pattern

Feb 27, 2012

is there a simpler way of creating these patterns or a way of doing less work to create these patterns?can this be accomplished with a formula/ function?

View 4 Replies View Related

AutoCAD Inventor :: Creating Flat Pattern View?

Apr 9, 2012

I'm created the parts successfully with no error, but when I try to create a flatten view it kept giving me error. I notice that some people try to use chamfer to resolve this issue but I tried with no luck. Also, I play around with the gap size and still get the error. How to create the flat view for me so I could learn how to do it.

Inventor 2011
Window 7, 64bits

View 8 Replies View Related

AutoCAD Inventor :: 2014 Exits When Creating Flat Pattern

Jan 3, 2014

I am trying to 'keep up' with my students, thought I'd use the Tutorial provided, finished the 2mm_guard...went to Create Flat Pattern and...I've never seen an 'exit' that quick before. I'm running Windows 8.1 on what I thought was a 'magic' Dell XPS 12 -

View 4 Replies View Related

AutoCAD Inventor :: Attach Axis System To Cylinder Axis

Mar 25, 2013

i try to make an animation. I create a cylinder and i want to rotate it by longitudinal axis. i click 'components', select the cylinder and after i click 'position' to select the axis that axis system appears in the right side of the cylinder not in the middle. If i continue whit this settings the cylinder will rotate by a circle not by his longitudinal axis. How can i move that axis sistem in the middle of the cylinder? I can drag it but can't place it exactly in the middle.

View 1 Replies View Related

AutoCAD Inventor :: Creating Flat Pattern Of Bent Plywood Seat

Mar 15, 2013

I have a model of a plywood seat "blank" which I have trimmed by way of an extrusion cut to give the plywood seat its shape.  Basically I'll use my modeled shape to CNC rout the shape into the actual blank.  However, before I tie up a CNC to make my 1st part I want to create a flat pattern which I will lay on the actual plywood blank and cut it out by hand to see if the shape aesthetically works.  I am trying to unfold/ unroll/ flat pattern the shape in inventor (as a sheet metal part) so I can plot it but am not able to do so successfully (fails).  Is the shape to complex?  I have attached an image of the blank, an image of the finished shape desired and the .ipt.  I'm not an expert at sheet metal but I have successfully done this sort of thing before making flat patterns of transition cones etc so I do think I am following the correct procedure but this part is far more complex that I am used to.  Also, the model of the "blank" was imported as an iges from my supplier before I made it a thickened surface so I'm afraid inventor doesn't "historically know" how it was created and therefore cannot flatten it.

View 4 Replies View Related

AutoCAD Inventor :: Creating Flat Pattern Of A Coil / Spiral Shape?

Sep 25, 2012

Is there a way to unfold a coil shape to get the flat pattern? When I try to unfold the attached part I get an error message (see attached error_msg.jpg). We have been using AutoPOL to unfold these kind of shapes (which works fine). But since we have a very old version which we really need to upgrade, I was wondering if nowadays Inventor could handle coil unfolds.

If this will not work with the current IV2013 release, will this then be implemented in a future release? Are there any alternatives or should I just go for the AutoPOL upgrade?

IV2013 Pro SP1

View 4 Replies View Related

AutoCAD Inventor :: Creating A Pattern For Plasma Cutter / Spline Point Movement?

May 7, 2012

While tracing a tree image using splines for a school project i have run into some problems...I am creating a pattern for a plasma cutter.

When i move the points of my spline sometimes it causes the whole spline to randomly move around and twist and turn where there are no points. Also sometimes when i open the drawing some of the spline lines are out of place while the spline points have not moved.I have tried to constrain all the points but it turned into a mess.How can i stop this from happening?

View 1 Replies View Related

Photoshop :: Circular Star Pattern

Apr 4, 2008

How would I go about making an image with 13 stars arranged in a circle.

View 1 Replies View Related

AutoCAD Inventor :: Adding Predefined Custom IPropertie​s?

May 16, 2013

how do i add to, so that they are always available?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved