AutoCAD Inventor :: Rectangular Pattern Cannot Be Applied On Bolt

Jan 9, 2012

I can not use rectangular pattern for bolt in an assembly.

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

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 :: Equation For Rectangular Pattern

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

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

AutoCAD Inventor :: IPart And Rectangular Pattern

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

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 :: Rectangular Hole Pattern

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

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

AutoCAD Inventor :: How To Suppress Items In A Rectangular Pattern

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

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 :: Bolt Diameter Is Inactive In Bolt Connection Component Generator

Aug 7, 2012

I have some problems with Bolt Connection Component Generator. For placement I choose Concentric, i choose all references, but I can't select Diameter. It is stuck to 10mm and i can't change it.

I am using Inventor Profesional 2013

View 1 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 :: Rectangular Pattern With 2 Curve Lengths - 1 Sketch

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

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 :: Change Length Of Bolt In Bolt Connection

Aug 23, 2012

After I create bolt connection by select the "termination"  and all the fasteners, the length of bolt is fixed. How can I change the length of bolt?

View 1 Replies View Related

AutoCAD Inventor :: Assembly Rectangular Pattern - Flip Direction Option

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

AutoCAD Inventor :: Getting Graphically Selected Occurrence Of Rectangular Pattern Feature

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

AutoCad :: 2009 - Bolt Pattern Dimensions

Dec 10, 2013

Trying to do some bolt pattern center lines. Been doing them for years and can do them old school way. But was wondering if there is a better ways. If you put a circle from the center of the bolt circle to the center of the bolts and change it to center the hashes never line up. So I always do small center line sections on each bolt hole. Then array it around to cover the entire bolt circle. But that gets time consuming. I am now doing a lot of projects with bolt circles and wondered if there was a better method.

View 0 Replies View Related

AutoCAD .NET :: How To Add Hatch Pattern Within Rectangular Boundaries In Block

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

AutoCAD Inventor :: How To Add Thread To Nut / Bolt

Jul 8, 2012

How to add a Thread to both the Nut & Bolt....i always use the Thread Tool but i would like to also know how to add an actual thread.

View 2 Replies View Related

AutoCAD Inventor :: How To Use Dynamic Simulation For Nut And Bolt

Oct 5, 2013

How to use dynamic simulation, i am creating a bench vise and woud like to animate it going in and out how would i do that?

View 1 Replies View Related

AutoCAD Inventor :: Revolution Constraint For A Bolt

Jul 19, 2012

I've assembled a bolt and a slide block that is constrained to a base plate  and am able to put everything in motion.  I have the slide block constrained to slide the distance of the base plate and when I reach the end the bolt continues to rotate when, if this was a real part, should stop.  How can I get this bolt to stop once the slide block reaches its ending constraint?

View 2 Replies View Related

AutoCAD Inventor :: Can't Get Bolt To Snap To IMate

Dec 10, 2012

I'm working on a project in wikiHelp under Inventor tutorials, Content Center, Create iMates. When I pull the object up in an assembly I can create an iMate and it will show that I  made one. But when i go to the next page (Place Content Manually Using iMates), I can't get the bolt to snap to the iMate inside the object, the bolt just stays in one position the whole time.

View 2 Replies View Related

AutoCAD Inventor :: Add Bolt Holes To Frame

Dec 19, 2011

Current version INV 2012

1. When placing pumps,bolt-on walkways etc..etc..on to a metal frame at the assembly level do you place the pumps/walkways first and then add the bolt holes to the frame or do you create the bolt holes first in the frame and then place the pump/walkways on to the holes?

View 3 Replies View Related

AutoCAD Inventor :: How To Modify Existing Bolt

Oct 19, 2013

I want to insert from content center a screw and modify it, prolong it's thread and more.How can i do that?

In a part file i cannot insert parts from content center, should i make an assembly? and then?

View 3 Replies View Related

AutoCAD Inventor :: Bolt Heads Not Flush

Mar 27, 2007

When inserting a bolt connection requiring a coutersink or counter bore, the bolt is not placed flush and is left standing.

View 8 Replies View Related

AutoCAD Inventor :: Placing Bolt Through 3 Sheets Of Metal

Oct 31, 2012

Using bolted connection, I want to place a bolt through 3 sheets of metal. The first 2 sheets i want it to automatically place a slightly larger hole (which it does) but I want the 3rd sheet to be threaded so the bolt thread and hole thread are the same size.

View 3 Replies View Related

AutoCAD Inventor :: Bolt Lengths In Bolted Connections

Apr 11, 2013

When a bolted connection is used, the bolt changes in length as the stackup of hardware increases and decreases. I have noticed that if I do not grab the red arrow to adjust the length, the amount the bolt extends past the nut

seems to be only about 2 threads. What is the formula Inventor uses to determine this extended length?

View 9 Replies View Related







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