AutoCAD Inventor :: Translational / Rotational Constrain For Pin In Slot

Aug 15, 2008

How do you constrain a pin so that it can translate/rotate within the boundaries of a slot?

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Stress Analysis Constraints With Both Translational And Rotational Movement

Jun 13, 2013

I'm attempting to model a spreader bar that we have in the workshop to estimate what load it should be certified for.  It will be suspended froma 2 chain sling attached to the outside top lugs and the load suspended from the bottom outside lugs.

My problem is that simply constraining the inside faces of the top lugs with pin constraints results in erroneous values as the lugs can't move relative to each other.  The other method I've tried is constraining the same faces using a fixed constraint and de-selecting the z-axis.  Now they can move but I end up with large stresses inside the lugs as they attempt to resist the moment that's now been created.

Is there any way to select individual degrees of freedom (both rotational and translational) or at least set up the simulation in such a way that the constraints accurately represent reality?

Inventor Pro 2014 SP1
HP Z400 Workstation
Intel Xeon W3565 @ 3.20GHz
12Gb RAM
Win 7 64 Pro SP1
Spacepilot Pro v3.17.4

View 9 Replies View Related

AutoCAD Inventor :: How To Constrain Movement In Slot

Jan 9, 2013

I have one problem and I would like to get your opinion how I could solve this.

I can't share models I have problem with, but I made another with the same problem.

I have two parts - one with slot, another with "pin". How to constrain the "pin" to always move in slot?

I had some ideas but non of them worked for me:

1. Use the Transitional constrain came first in mind, but it gives unsuspected results in this situation. Pin part is jumping around and ends up contrained in another place ir should be.

2. Contact solver kind of do the job, but it works quite bad. I gives no control or accuracy (i can not control how much pin is moved out)

3. I even thought of point on 3d sketch constrain, but it can not be done

How you would suggest to constrain the movement? I hope I stated problem clear enough.

I attached model files. I use Inventor 2013

View 4 Replies View Related

AutoCAD Inventor :: Suppressing Translational Constraints

Aug 8, 2012

I am working on an Inventor Studio animation and have noticed a problem.  It appears that it is not possible to suppress/enable translational constraints.  My assembly has a translational constraint that I suppressed in order to “explode” the assembly.  I am animating the assembly process.  Once it is put back together, I need to enable the suppressed translational constraint in order for the model to function properly. 

I thought about recording two animations and then splicing the two videos together, but I am worried about the transition.  I really need it to be a smooth transition in order to work. 

View 1 Replies View Related

AutoCAD Inventor :: Bend Messing Up Rotational Relationship

Oct 1, 2013

I dont know why, because I never had this problem before, but I am bending an object and the bend command is distorting the circle I made as a pivot point.

View 1 Replies View Related

AutoCAD Inventor :: Constraining A Hole To A Slot

Mar 26, 2012

Is there a way to do this?  2 parts, 1 has a hole in it and the other has a slot.  I want to constrain the center of the hole to the center of the slot.  How do I do this?

View 9 Replies View Related

AutoCAD Inventor :: IFeatures - Producing A Slot

Jul 23, 2012

I am trying to produce an iFeature that can be used as a punch/slot within a sheet metal component.

I have had minor success creating basic dimples before (simple revolved features), but this time I require a more detailed feature. I haven't been able to produce this part (see attached) as an i Feature. I believe it is because I have used a loft.

What alternatives are there?   (I feel if I could get a good grasp on the limits of iFeatures that I could really make my modelling more efficient and versatile).

View 2 Replies View Related

AutoCAD Inventor :: Multi-link Car Suspension Assembly Drawing - Rotational Joints Binding

Nov 28, 2013

I've been teaching myself inventor over the past couple of months so I can design the rear suspension setup for my car.

I've got the IRS modelled with enough detail to show my engineer the concept, but I want the suspension to "work", ie each link will move as the suspension flexes.

I'm attaching the arms (blue, dark green, red and yellow) to the cradle (orange) using the joint command, and selecting "rotational".  This works fine and the arms can swivel about a single axis as they should.  But as soon as I attach the knuckle (lime green) to the other end of all the arms using the same type of joint (except the joint with the blue lower control arm, which is a ball joint), nothing will move. 

I understand that in real life, each joint has a bit of "slop" in it, allowed by rubber bushings, which prevents the whole setup from binding.

To my uneducated mind, the solution would lie in one of 3 methods: Convert all the joints to ball joints (I'd like to avoid this if possible) Add some kind of flexible rubber bushing to all of the joints (probably not possible) Get rid of the rotational joint constraints altogether and somehow mate all the parts to each other using work points, rather than a cylindrical bolt and eyelet, so that each arm has full range of movement in both the X and Y axes.

View 8 Replies View Related

AutoCAD Inventor :: Center Line On An Open Ended Slot

Oct 7, 2013

how to put a center line on an open ended slot.  Say in the front view you can see the radius of the slot with horizontal tangents running to the end of the object; this isn't the problem.  When creating the top view, you only see one hidden line indicating the arch, but the other side is just open to the end.  You have no means of finding bisectors.

I've added a jpg file, looking for the center line in the top view. 

View 8 Replies View Related

AutoCAD Inventor :: Put Angular Dimension From A Hole To Slot Positioned Planes

Mar 26, 2012

I am trying to put an angular dimension from a hole to a slot positioned planes 90degrees to each other.  How can I achieve this?  Typically, it depends on how it is put into the ipt file but I didn't know how else to put the slot in therefore only a point was put in at that angle.

View 2 Replies View Related

AutoCAD Inventor :: Using VBA To Constrain A Sketch

Jun 26, 2012

I've managed to hack together some code to draw a rectangle and dimension it. Now I want to constrain it to the origin. I figure either using two dimensions from a top/side to the origin and setting the dimension as half of the other respective dimension would work. Or constraining the center point of a top/side line to be vertical/horizontal to the origin.

The problem I'm having is I do not know how to reference the origin. So until I figure out how to reference the origin point I can't use either method.
 
Public Sub DrawSketchLine() ' Check to make sure a sketch is open. If Not TypeOf ThisApplication.ActiveEditObject Is PlanarSketch Then MsgBox "A sketch must be active." Exit Sub End If ' Set a reference to the active sketch. Dim oSketch As PlanarSketch Set oSketch = ThisApplication.ActiveEditObject ' Set a reference to the transient geometry collection. Dim oTransGeom As TransientGeometry Set oTransGeom = ThisApplication.TransientGeometry Dim oUOM As UnitsOfMeasure Set oUOM =
[Code].......

View 2 Replies View Related

AutoCAD Inventor :: How To Constrain These Two Parts

Oct 28, 2011

I've made 2 parts and I'm attempting to constrain them but I can't seem to get it to fit properly.The transition should fit at the opposite end of the 2 square cutouts with the square end of the transition inside the cylinder.

View 7 Replies View Related

AutoCAD Inventor :: How To Constrain A Face To A Cylinder

Feb 28, 2013

I am trying to CAD a model rocket I just made so I can test the aerodynamics of it.  I have all of the individual parts made in inventor, but I am having trouble getting the fins on the rocket.

How can I constrain the fins (which have a flat face) to the outside of the cylindrical rocket tube?  The photo shows the fin and the face (the narrow and long face) that I am trying to constrain to the tube.

View 7 Replies View Related

AutoCAD Inventor :: Speeding Up Constrain Execution

Oct 19, 2012

SO what is everyone say, trick about speeding up constrain execution. I have started working on this new project with 2013. And i'm finding myself losing alot of time. Basicly what i do is insert part from our database or content center and assemble them. So 80% of my activities on inventor are constraints. Right now i have this assemblies 175 / 156(small to me). And executing a constraint is minimum 4 seconds each time. If you consider that about 3 contraint is needed for each piece and final total part will probably be around 1000. i'm losing alot of time here

Yeah, i am not using preview. Why is inventor recalculating that much each time? Is it doing a rebuilt after each constraint?

What have you done that really increase the excution time of constraints?

Workstaion is
Windows 7 64bit
Intel Extreme i7cpu  I975 @ 3,33
12bg ram
4 ssd in Raid stripping.Nvidia FX3800
Inventor 2013 SP1

View 9 Replies View Related

AutoCAD Inventor :: Constrain Sketch With Image

Sep 5, 2013

How to become able to fully constrain a sketch with an image in it? Always stalls at 1 dimension required. Try a sketch with only an imported image.

View 2 Replies View Related

AutoCAD Inventor :: Stress Analysis / How To Constrain

Dec 31, 2012

I am trying to determine how to properley constrain the assembly below, so that the compression of the rubber gasket will be properly indicated.

Currently I am seeing the deflection of the shelf in the downward direction, but I do not see any indication of stress in the gasket behind.Currently the gasket is "bonded" to the steel tube the screws are bonded to the shelf bracket and the steel tube.

I put in "work axis" at the center line of the shelf bracket and the CL of the gasket, but I can't find a way to constrain to a work axis.The file is too large to upload here...

View 1 Replies View Related

AutoCAD Inventor :: Constrain Component In A Track

Nov 25, 2012

I'm trying to make a constraint allowing the dark smaller cylinder (1) to run in the copper track (2). I want the larger cylinder (3) to be able to rotate around its own axis, while everything is rotating around the Z axis. I've successfully constrained the parts so that all the parts can rotate around the Z-axis but when I constrain the smaller cylinder (1) with the tangent constraint with the track (2) the smaller cylinder is not able to move around on the face, it's just glued to the face.

I want the smaller cylinder (1) to recognize the copper faces as solids (so that it can't intersect the surfaces), this would allow the proper movement. I've attached an image of the parts. 

View 1 Replies View Related

AutoCAD Inventor :: Constrain To Origin In 3D Sketch

Dec 1, 2011

How is this accomplished in Inventor?  The 3D sketch environment seems intentionally crippled.  Many of the constrains are not available, and the "include geometery" command refuses to include the origin (or any other planes and axis for that matter).

View 4 Replies View Related

AutoCAD Inventor :: Difference Between Constrain And Assemble?

Jan 10, 2012

What is the difference between Constrain and Assemble?

They both seem to create the same mating constraints, but Assemble doesn't work with adaptive parts.

Any other difference (other than the interface)?

View 1 Replies View Related

AutoCAD Inventor :: Possible To Constrain Sketch Entities

Apr 5, 2013

 Is it possible to constrain sketch entities, (like lines), to a plane, (make the line and plane coincident)?

View 2 Replies View Related

AutoCAD Inventor :: Tangent Constrain On Multiple Curves

Aug 4, 2013

Is it possible to have a tangent constrain on multiple curves?

see enclosed rough sketch, i would like the curved free end or the arm to be in constant contaced with the wavey top line on the other part, the wavey line is constructed as 3 curves but i can only get the tangent constrain to apply to one of the curves.

i would like the tangent constraignt to move between the curves so the part stays in constant contact with the wavey line. this is just a mess about sketch i suppose a real world instance will be a wheel following a shaped cam plate.

View 2 Replies View Related

AutoCAD Inventor :: Sketch Changes Constrain Status After Rebuild

Oct 22, 2012

I have a sketch that Inventor changes its status between under constrained, over constrained, and fully constrained depending on dimensions (makes sense), and wether I rebuild the model (WTF?).

Steps to reproduce:

1) Open the attached .ipt file.

2) Examine Sketch11 (under Face3) It should be fully constrained.

3) Exit the sketch. Open the parameters dialog and change the value of "angle" from 45 to 60. (If you get an error message change it to 50 first, then 60. It's a work in progress.)

4) Re-examine Sketch11. It is now under constrained.

5) Exit the skecth and go to the manage tab. Click "Rebuild All".

6) Re-examine Sketch11. It is now fully constrained.

7) Scratch your head and post back with your theory.

View 7 Replies View Related

AutoCAD Inventor :: Constrain Point To Curved Line?

Nov 23, 2012

I have an assembly with a curved line made in a sketch, and a part with a point in the bottom.

I want to constrain the point to the curved line, but the regular Constrain options wont let me do so.

I am making an animation with Inventor Studio, so I need this constrain, so I later on in studio can manipulate it and insert the first part into the other.

View 2 Replies View Related

AutoCAD Inventor :: How To Check Assembly Was Fully Constrain

Jun 14, 2012

In Auto desk inventor how to check assy was fully constrain and whick comand to use to check ? 

View 4 Replies View Related

AutoCAD Inventor :: How To Constrain Section Views In Drawings

Jan 13, 2012

How you constrain a section view so that is perpendicular to an axis. See "SECTION B" on the attached drawing for an example of what I am attempting. I have created the view but cannot make (constrain)  the view perpendicular to the slot that is orientated at 30 degrees from the vertical centre line. I have lined up the view by eye so it looks close but it's obviously it's not accurate.

Product Design Suite
Inventor Premium 2012 - SP1 Installed
HP 8760w I7-740M Laptop
Windows 7 Professional 64
12 Gb DDR SDRAM
AMD FirePro M5950 Graphics Card

View 1 Replies View Related

AutoCAD Inventor :: Can't Export Video From Drive Constrain

Nov 22, 2011

After installing the cloud-optimization-upgrade for subscription customers I cant export video from "drive constraint".I click the "record" button, I choose the name and quality of the video and when i then return to the "drive constraint dialog box" I get an error message "The file constraint.wmv could not be opened".

I have tried different names, storage locations and different video-quality but nothing changes.I successfully performed the same video creation just before the upgrade with the same assembly file so I know that its not the file.

View 2 Replies View Related

AutoCAD Inventor :: VBA Script To Constrain Multiple Parts

Jun 28, 2013

Lets say we have a plate with 100 randomly placed holes on it and 100 parts to attach to those holes. The parts aren't content center parts so they can't inserted in an easy fashion and the random hole spacing makes component pattern useless. The parts would normally be constrained using the insert command and you'd have to do all 100 separately. Would it be possible to make a script that would let you select the 100 parts then choose the selected geometry on one part and then a hole on the plate. It would apply that insert constraint and automatically select the same geometry on another part so you could simply select another hole. Then rinse and repeat until all the parts have been constrained to holes on the plate.

If something like that is possible it'd cut down the number of clicks greatly and also panning/rotating to select the different parts and holes on the plate. This isn't a daily thing we'd be doing, but it comes up enough in large assemblies it could be very useful. I haven't done any scripting for things inside parts/assemblies so I don't know what's possible while scripting.

View 1 Replies View Related

AutoCAD Inventor :: How To Constrain Hole (B) With Flat Surface (A)

Oct 17, 2012

I want to transfer the rotation motion of part 'C' at a pivot point 'D' , to part 'E' which is pivoted at 'F', while the flat surface of the part 'c' is inserted in to hole 'B' of part E. How to give an assembly constrain to hole 'B'  with flat surface 'A'

View 2 Replies View Related

AutoCAD Inventor :: How To Constrain A Part To The Center Of Gravity

Mar 22, 2013

For some reason it will not let me constrain a part to the center of gravity plains. I would like to constrain lifting lugs to the center of gravity so the model will automatically update itself.  Is there anyway to make this work (using ilogic or anything)?

Why would Inventor tease me with showing me the center of gravity plains in an assembly but making them completely useless?

View 3 Replies View Related

AutoCAD Inventor :: Reproducible Angle Constrain 2013 Pro SP1

Sep 24, 2012

I just set up an angle constrain with min and max values (explicit vector) and when I grab and move the part inv will crash, it happened 2 times after restart too...

I have inv2013 Pro with the latest SP1 installed - win7 ultimate

View 3 Replies View Related

AutoCAD Inventor :: Constrain To View Border - How Is It Used (IDW File)

Jun 30, 2013

I'm currently using Inventor 2013. but I've seen this in earlier versions of Inventor.

After creating a view within a drawing sheet, if you RMB on the view label, an option for Constrain to View Border appears.

What does this option do and how is it used?  I don't see anything happening when I use this option.

View 5 Replies View Related







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