AutoCAD Inventor :: Assembly Rotating Constraint

Mar 24, 2013

I am using Autodesk Inventor Professional 2013.

Motor Model 1:1 is used to turn the wheel holders at various angles. The part named "front gear spring holder" is supposed to revolve and turn the inner part of the "front wheel holder" My problem is that I want to simulate the turning of the front wheel's using contact sets or 3d/2d contact sets in the dynamic simulation environment. I do not know how to do this, but I'm almost certain the program is capable of doing so. Also the spinning of the front wheels must be able to be done along with various angles of the front wheels(while turning, the front wheels must be able to still spin with the front gear spring holder". 

I have seen threads and articles that say that making gears with contact sets is not recommended or possible but i have two instances here where they work perfectly fine using the dynamic simulation with 3d /contact sets. Take a look at the simulation I have saved as well.

I will need more on this assembly in the future, including how to create bevel gears that work at 90 degree angles or spur gears with contact sets instead of just simulating their movements .

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Parallel Constraint In Assembly

Dec 29, 2011

This is probably a simple one that I am missing, but how do I get a parallel constraint applied to these two edges.

View 4 Replies View Related

AutoCAD Inventor :: Assembly UCS To Part UCS Constraint

May 16, 2013

My need is to assembly parts into an assembly by a known position in the assembly. The part has a UCS and I create  UCS on the assembly programatically. What I cannot do is to constrain the two UCS. I tried this (Inventor 2013 x64 on W7/W8 64, c++ 2010 by the way DEBUG mode is not working from the IDE):

       CAssemblyComponentDefinition compDef = doc.get_ComponentDefinition();
       // MOdules UCS
       CUserCoordinateSystems coords = compDef.get_UserCoordinateSystems();
       CTransientGeometry geom = m_InventorApp.get_TransientGeometry();
                    CMatrix matrix = geom.CreateMatrix();
[code]...

View 3 Replies View Related

AutoCAD Inventor :: Rotate WITH Constraint In Assembly?

Jun 24, 2013

I have an assembly wherein one part is mated to another grounded part, with a face-to-face coincident mate. The click + drag type of movement appears to move the part, while continually solving this constraint.

However, it seems like there is no way to do a rotation in the same manner, where the constraint is continually updated. There appears to only be the "Free Rotate" command, which ignores the constraints.

Is there really no way to do this in Inventor? The application is that I am laying out a mold for many, many small parts, and I am trying to move and rotate them into position to get good packing efficiency and density. Each part will be attached to a mold base with one of the aforementioned face-to-face constraints, then slid & rotated around manually.

This seems like a really important piece of functionality. Solidworks can certainly do this, do a part rotation in an assembly, while solving for existing constraints.

View 8 Replies View Related

AutoCAD Inventor :: Adding Angle Constraint To Assembly

May 14, 2013

I am trying to add an angle constraint to an assembly of a ladder design. I need for the ladder to be able to be set at an angle against a wall and not vertical. The ladder design is such that the base brackets are fixed to the ground and the rest of the ladder may move about the axis of the bolted connection at the base of the ladder. I cannot get the angle constraint on the ladder to allow this.

Inventor 2013 Release 2013 SP2
Product Design Suite Ultimate 2013 64-Bit Edition
64-bit HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
Anthony Goodwin ~ Cad Manager/Senior Designer
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 4 Replies View Related

AutoCAD Inventor :: Search For Suppressed Constraint In Assembly

Sep 30, 2013

How could I center the suppressed constraint? I woul like to selecet it in the listbox.

Private Sub CommandButton1_Click()
Dim oAssDoc As AssemblyDocument
Set oAssDoc = ThisApplication.ActiveDocument
Dim oConstraint As AssemblyConstraint
For Each oConstraint In oAssDoc.ComponentDefinition.Constraints
If oConstraint.HealthStatus = kSuppressedHealth Then
Call ListBox1.AddItem(oConstraint.Name)
End If
Next oConstraint
End Sub

View 7 Replies View Related

AutoCAD Inventor :: Parts Do Not Get Constraint In Assembly If Use Mirror

Jun 14, 2012

Whenever I am using mirror command in assly . The mirrored part do not get constraint again I have to use the constraint or I have to make that part grounded.

View 4 Replies View Related

AutoCAD Inventor :: Constraint Flip When Inserted In Assembly

Apr 25, 2013

This is noce Made sub assembly everything is good to go. Put in main assembly and flip..

 Yeah lets not fixs bugs...

Sub Assembly

Insert in Main Assembly

Nice.. And no i have not constrained it to the main just put it in...

View 1 Replies View Related

AutoCAD Inventor :: How To Change Angle Constraint In Assembly

Jan 5, 2013

I got a problem with editing angle constraint in assemblies. I tried edit property of constraint but it didn't move model. Simply changing Angle attribute of constraint item don't work.

Only way I achieved movemenet is

 if(oOccurrence.Constraints[i].Name.Equals(name))
{
AngleConstraint a = (AngleConstraint)oOccurrence.Constraints[i];
Object oEntity1 = a.EntityOne;
Object oEntity2 = a.EntityTwo;
String sVal = "" + angle + " deg";

[Code]...

but this is really slow, as much as changing throught parameter:

if (assemblyDoc.ComponentDefinition.Parameters[i].Name == "d655")
{
Inventor.Parameter invParam = assemblyDoc.ComponentDefinition.Parameters[i];
invParam.Value = Math.PI * angle/180;
inventorApplication.ActiveDocument.Update();
}

View 1 Replies View Related

AutoCAD Inventor :: Assembly Constraint Errors When Resizing Component

Mar 30, 2012

I have an assembly that is nearly completed.  I am trying to change the lengths of two side rails (arrow pointing to one of them).  On each end of these rails are several components that have been constrained to the rails. 

When I change the length of the rails, many of the constraints show errors.  I expected that all components would move with the ends of the rails as they are shortened since that is where they were constrained, but this has not happened.

The constraint recovery tool has not been useful to me. 

View 3 Replies View Related

AutoCAD Inventor :: Replace Assembly With Its Subassembly Without Losing Constraint?

Nov 24, 2011

I have an Assembly2 in Assembly1. I'd like to insert Assembly2 to Assembly 3 without losing any constraints or adaptive feature to Assembly1, while Assembly2 replaced with Assembly3.

Assembly1.iam

 - Assembly2.iam

   + Part1

   + Part2

This is what I want:

Assembly1.iam

 - Assembly3.iam

   - Assembly2.iam

     + Part1

     + Part2

But Assembly2 shouldn't lose any constraints to Assembly1.

Software: Inventor Series 2011 SP1 x64
OS: Vista Business x64
CPU: E6400
RAM: 2*2Gb GeIL
VGA: Quadro FX 550

View 2 Replies View Related

AutoCAD Inventor :: Constraint In Subassembly Driven From Main Assembly

Jul 22, 2013

I have 4 different sub assemblies , each with a common part , I need to line up all these common parts in my main assembly.

View 5 Replies View Related

AutoCAD Inventor :: Multiple Views When Driving Assembly Constraint?

Sep 17, 2011

How do I make multiple views (Front, Top, Side & Isometric) when driving an assembly constraint?  I want to be able to show an assembly moving from different perspectives all at one time.

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 6 Replies View Related

AutoCAD Inventor :: IPart Assembly Constraint Loss - BLOWS UP

Jan 18, 2012

I've got a relatively simple assembly (attached) containing 3 iparts.  I change the center component the assembly and I lose all the constraints.  Only the length changes, I'm sure I did this before but yet it turns out to be an epic disaster. 

View 1 Replies View Related

AutoCAD Inventor :: Get Details Of A Constraint From A List Of Assembly Constraints / C++

May 28, 2013

Given the list of AssemblyConstraints how do I list them textually? For example
 
// error checking removed for brevityCComPtr<AssemblyConstraints> pConstraintList;pAssDef->get_Constraints(&pConstraintList) ; _tprintf_s (_T("The assembly has %d constraints
"),pConstraintList->Count);const int ikNum = pConstraintList->Count ;for (int iConstraint = 0 ; iConstraint < ikNum ; i++) { CComPtr<AssemblyConstraint> pConstraint; hr = pConstraintList->...

what to put here? how to print out more data here...? }How do I get each constraint from the list?

View 3 Replies View Related

AutoCAD Inventor :: Flush Constraint Between Two Workplanes In Assembly With Two Parts?

Oct 1, 2013

If I have two parts as occurrences in an assembly, how can I programatically constraint two workplanes (one from each part) to a flush constraint.

My problem is that I can get the Occurrences, say ...

CComPtr<ComponentOccurrence> pTube1Occ = ...   
CComPtr<ComponentOccurrence> pTube2Occ = ...

...but I don't know how to delve into these two pointers to get hold of two named workplanes within them. I'd then pass the two workplanes (somehow?!) to the AddFlushConstraint function.

get_SurfaceBodies doesn't seem right and neither does get_SubOccurrences.

View 9 Replies View Related

AutoCAD Inventor :: Constraint Limits Don't Work In Upper Assembly

Nov 1, 2011

I have a linear slide assembly, for which I've set up limit constraints in the open and closed position.

It all works well, with one being able to drag the slide open and closed and the parts stopping in the correct positions.

I then inserted 4 of these assemblies as sub assemblies in a parent assembly.

I then constrain another part to the 4 slides.

I want to just drag on this part, to make the slides move to open positions.

This is to check kinematics etc.

One cant do this. You can only drag one slide open, by activating that slide in the model browser.

Any way to make limits work properly in upper assemblies?

View 2 Replies View Related

AutoCAD Inventor :: Recording A Drive Constraint Animation In Assembly

Jun 17, 2011

When I record an animation in .avi using the Drive Constraint command here's what pops :

-The codec you selected to compress this AVI video stream cannot handle the current screen color depth and/or the graphics frame size. Please try another codec.

-Then I press OK and it records but the AVI file is empty and no video is watchable.

What can I do?

I'm using Autodesk Inventor 2012 ans a windows 7 64bit brand new computer with Nvidia graphic card.

View 6 Replies View Related

AutoCAD Inventor :: Assembly Constraint - What Is The Difference Between Entity One And Geometry One

Aug 5, 2013

On AssemblyConstraints what is the difference between EntityOne(Two) and GeometryOne(Two). When should one be used over the other?

Likewise with AffectedOccurrenceOne(Two) and OccurrenceOne(Two).

View 2 Replies View Related

AutoCAD Inventor :: Translate Cable Along With Rotating Cable Constraint

Feb 28, 2012

I am working on a assembly where a cable wrapped around a drum is animated to rotate with the drum, and there is a longer cable coming off of the rotating cable wrap, this longer piece goes down to another cable on a roller assembly. I have edited the assembly to work without the actual cable drum and without the roller assembly ( I wasnt allowed to share those models ) There are now two cylinders in place of the cable drum, a Grounded center to hold everything in place, a Rotating center which is animated so the wrap can rotate.

My problem is when the part named "Drum to Roller" is a lofted cable with angled ends to meet the "Drum wire wrap" at one end and it meets the "Radius cable ends" at the other end. I need the "Drum to roller" to stay constrained to the "radius cable ends" as well as the "drum wire wrap" ... and after being constrained still animate.

I have set up the animation and you will see that the "Drum wire wrap" is animated to keep the end vertical , the animation is set up to look like the "drum wire wrap' is un-raveling cable and the "drum to roller" is to be what un ravels.

I need to find a way so that the "drum to roller" translates down and over , staying constrained to the "drum wire wrap".. You will see that so far it does not.

I have attached two links below they include the two halfs of my assembly, place all the files in the same folder so you wont have to search for them manually.

[URL]......

[URL].......

View 2 Replies View Related

AutoCAD Inventor :: 2012 API (VBA) - Assembly Constraint Entity Type IDispatch?

Aug 31, 2012

I would like to determine the Proxy ObjectType returned from Constraint.EntityOne (i.e. If oConst.EntityOne = kWorkPointProxyObject Then ....)

 Property EntityOne() As IDispatch**

how IDispatch works.
 
Dim oAsmDef As AssemblyComponentDefinitionSet oAsmDef = oAsmDoc.ComponentDefinition
Dim oConst As AssemblyConstraint
For Each oConst In oAsmDef.Constraints'Below will print the Enum 67120288 (kEdgeProxyObject) or 67119520 (kFaceProxyObject) if
'it is constrained. It will Err if a Work or Sketch Proxy Object is Constrained Debug.Print oConst.EntityOne Debug.Print oConst.EntityTwo Next

View 2 Replies View Related

AutoCAD Inventor :: Tangent Assembly Constraint - Ellipse Surface To Line

Aug 26, 2013

Why can't Inventor constrain an ellipsoidal contour with a line? We have pressure cylinders which uses a 2:1 ellipse. These cylinder get welded to a base stand fixture. The surface of the ellipse nestles in between contact points of the base stand, in this case lines of geometry. Yet Inventor can't constrain them as such. Any good workflow (at the assembly level) so that we don't have to ground components and use the Analyze Interference tool to make sure we are right on the surfaces? I don't understand why it will work for a cylindrical surface but not an elliptical surface.

View 7 Replies View Related

AutoCAD Inventor :: Rotating In Assembly Background?

Sep 26, 2011

I have a part that I am inserting into an assembly, the assembly consists of a 2D AutoCAD Architectural background. I want to align the part, with the background itself, so I just need to turn it 90degrees. When I do a rotate, it keeps rotating it on a 3D axis, including when I use my grip edit, and use a line to align for the new rotation.

How do I quickly rotate a part so that it's not rotating on a 3D axis, it just rotates along the x,y axis?

View 3 Replies View Related

AutoCAD Inventor :: Rotating Part In Assembly

Aug 29, 2013

I have an assebly where i have imported parts and other assemblies. Unfortunatly during process of assigning them together they have rotated by various angles.Is it possible to somehow "reset" the rotation of part according to global xyz?

View 3 Replies View Related

AutoCAD Inventor :: Rotating A Part In Assembly

Sep 14, 2012

I'm using 2010 and maybe this has been addressed in subsequent versions, i don't know.i've designed parametic platform that I would like to insert into an assembly and have it prompt me for elevation and orientation. Short of VBA code, i'm not sure I can do this. I AM trying to make the process as simple as possible for use by people who will not be overly familiar with Inventor. The easier it can be done, the sooner it can be adopted and more people taught how to actually use it.

I know I can bring it in and constrain it different axes and planes.

I also know that I can insert a piece into an assembly and ground it at 0,0,0. Using that I can ground it at 80 feet in the air or whatever elevation I choose using the occurrence tab of iproperties for the part/assembly. That in and of itself goes a long way toward what i'm trying to do. There's also a rotational setting there that would work for setting an orientation, but it's greyed out. In fact, in any example I try and make, it's always greyed out.

I've tried doing it as an iassembly as well, but there doesn't seem to be any provision in iassemblies for making custom values like there is in an ipart.

Either a dialog to prompt for the info or via something like the occurrence tab is fine.each identical assembly/part has to be individually constrained to get the correct orientation?

View 9 Replies View Related

AutoCAD Inventor :: Insert And Prevent Assembly Rotating In Their Holes

Oct 17, 2012

I want to make an assemby consisting of 3 parts. A crank shaft and a crank pin that screw into threaded holes in a crank disk. How can I insert them and prevent them rotating in their holes but still allow the whole assembly to rotate around the axis of the shaft? Also how could I lock a flywheel on to the shaft so that whole assembly can rotate togeather?

View 1 Replies View Related

AutoCAD Inventor :: Create Animation Of Assembly Simply Rotating In 3D Space

Sep 7, 2012

I am fairly new at animation. If I want to simply create an animation of an assembly just simply rotating in 3D space which I then can import in Showcase for a presentation, how would I do this in Inventor?

View 4 Replies View Related

AutoCAD Architecture :: Custom Door Tag Constraint Rotating Upside Down?

Sep 26, 2013

I created a custom door tag I have been using for several years now based on the standard size description (3068). I have always had the constraint set to object so it will be read at 0 or 90 degrees. I am now using ACA2014 and now it puts the tag in at 0, 90, 180 and 270 degrees. how to correct it back so the text is not upside down? I could always set it to zero but I don't like the look.

View 2 Replies View Related

AutoCAD Inventor :: Angle Constraint / Drive Constraint

Jul 30, 2012

I am designing a vertical axis wind turbine just for some practice (just started using Inventor) and everything was going smoothly until I tried to "animate" it spinning.  First, I set up a work plane that goes through the center of the structure, and then I clicked angle constraint "explicit reference vector." After watching several youtube videos, I figured that I should click on the work plane, click on another reference point, and then click another point that would be orthogonal to those two (right?). Well after I choose the first point, Inventor will only allow me to choose the center axis  as the second option (which I think should be the third option).

View 6 Replies View Related

AutoCAD Inventor :: X / Y / Z Component Constraint

Aug 14, 2012

I have an assembly which has components mated to a radial surface, I need to locate the center of a round slot against an axis, I have X Y coordinates, how can I constrain that part to those X Y coordinates?

Attached is a picture of the assembly.

View 3 Replies View Related

AutoCAD Inventor :: How To Constraint A CHAIN

Nov 28, 2011

I am currently creating a chain block to be animated later on. But, I do not know how to constraint it.

I have attached a zip file of the .ipt and .iam

View 2 Replies View Related







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