AutoCAD Inventor :: Trying To Use Constraints On A Model Of Human Hand

Jun 21, 2012

I am trying to modify a figure that was made in Inventor; I want to be able to move the limbs around and not end up with any un-natural looking poses.  I'm starting with the hand/fingers, and not having much luck.  It should be as simple as picking the axes of the different digits of the finger, and telling Inventor to use angular constraints, but I still keep getting painful-looking bends.  Sometimes it appears to work, but by dragging the digits too far on the screen, then blow past the defined constraints.

Is what I'm looking to do not really going to work here?  I can't do this with Bones in MAX; I need to be able to re-size this figure parametrically, and that can't be done in MAX where everything is a mesh.

View 3 Replies


ADVERTISEMENT

AutoCad :: 2D Model Human On Bike DWG File

Oct 22, 2013

Required 2d Model human on bike dwg file from front side and from backside, how to get this dwg file.

View 3 Replies View Related

AutoCAD Inventor :: Using Parameters In Constraints - Drive Multiple Constraints?

Aug 10, 2012

I need to drive more than one constraint at a time.  The assembly consist of a hydraulic ram that pulls a cable which is routed around a few pullys and then pulls another linear moving member.  I don't really care about modeling the cable right now, I just want the cylinder piston and the final member to move in unison.   I can only drive one constraint at a time, so I figured I could relate the two constraints together by setting them equal to a parameter (variable), but that isn't working.  Is it me or is driving multiple constraints at a time something that would be very useful for a lot of applications?  

View 3 Replies View Related

AutoCAD Inventor :: Coincident Constraints Becoming Fixed Constraints

Aug 28, 2013

I'm modeling cables running through a series of cable clamps.  I'm working in an assembly with my structure as one part, clamps as seperate parts, and cables as separate parts.  I modeled the clamps first and am using them to create my 3d spline to run the sweep.  The clamps have moved several times and each time, the sweeps (cables) do not update to follow the new clamping path.  I have tried multiple ways of solving this.

I've tried to redo the splines using "Include Geometry" and running the spline through the centers of the clamps. I've also deleted the constraints (which for some reason turn into fixed) and reapplied them as coincident constraints. However, once I setup these coincidences, they always change back to fixed.

In a last ditch method, I've created 2d sketches at EVERY clamping location (yes that's alot of sketches, time and effort) and projected the circular geometry to get a center point.  This has seemed to work, but is so much work, there's no way we could use it regularly.

View 6 Replies View Related

AutoCAD Inventor :: Right Hand And Left Hand Parts?

Jun 21, 2013

I have a modeled right hand part and a detail drawing of that right hand part with a pin that defines r.h from l.h. and I would like to save them as a left hand part then change the model by reversing the pin. How would I proceed with this task?

View 3 Replies View Related

Photoshop :: Replace Human Skin With Another Human...

Jul 8, 2009

How can i take a sample of human skin on an image and give a different image the extact same skin, i know you can replace the colour, andr HSL, but the skin never looks like the skin does on the other image, you dont get the shaes and blemishes etc.

If i cut out a sample of the skin and overlay it on the image, again this just seems to lightnen the image.   Is there some kind of plugin that will sample the skin on an image and strech it onto another image and hence give some image the extact same skin as from where the skin sample was taken?

Say i wanted to give nicole kidman, britney spears face skin what most advanced, realistic way of doing this, without just trying to matching one colour and replace the whole skin with one colour?

View 1 Replies View Related

AutoCad 3D :: Spiral Stairs Hand Rail Heavy Model

May 13, 2012

NO, I don't have any problem with making a helical hand rail along the circumference of a spiral stairway (or helical stair stringer)!

My only problem is that the method which gives the best visual results (viz. extrude or sweep circle or region along spline) will give a "HEAVY" solid model that HINDERS the performance of AUTOCAD.

Therefore I mostly use the extrusion along a 3D-polyline that gives a a lighter model but less nice visual results (especially when using flatshot for 2D model "representation").

Can I set some system parameters that increase the performance when extrude or sweep along a spline ?

Standard I use a lot of blocks to increase the 3D perfomance of AUTOCAD, this however is not possible when a visual continuous hand rail is preferred.

View 9 Replies View Related

AutoCAD Inventor :: Create Human Mask For Humanoid Face

Apr 5, 2013

We intend to create a human mask for our humanoid face.  Wonder where I could download a CAD model where I could thicken the surface to form the mask.

View 6 Replies View Related

AutoCAD Inventor :: 3D Sketch Constraints

Apr 23, 2012

Why do we not have the "=" (equals) constraint option in 3D Sketch mode? It seems like a very basic need for a constraint. Is there a reason why one should NOT want to have an "equal" constraint in a 3D Sketch?

View 3 Replies View Related

AutoCAD Inventor :: Alignment Without Constraints

Feb 16, 2012

All I need to do for now is to align one part to the center axis of another part. Later I will constrain but for now I just need to see  where the two meet so I can project geometry onto a draw surface. So, all I need to do is make their central axes coincide on one straight line.

I can achieve the same result by counting the various lengths but I'm hoping there's a simpler solution.

View 3 Replies View Related

AutoCAD Inventor :: How To Configure The Constraints

Aug 20, 2012

Assume a beam like the one in the picture below.

How must I configure the constraints?

The left constraints should be a "Fix constraint" on the edge(not the face) I assume.

But the right constraints must not fix all DOF's.

How can I configure the right constraint?

View 1 Replies View Related

AutoCAD Inventor :: Missing Sketch Constraints

Oct 13, 2011

I've just installed 2012 and I seem to have a problem with constraints. 

The basic problem is that the SHOW CONSTRAINTS command doesn't show the constraints for geometry that clearly has them.  For example, if you delete a horizontal constraint from a line and then add a horizontal constraint to the same line, the line will be constrained but the constraint will not show up.

View 2 Replies View Related

AutoCAD Inventor :: Copy And Paste Constraints

Aug 12, 2012

is it possible to copy and paste parts in an assembly but also keeping any constraints set on the part?

I.e. if I had a square block constrained to a flat face of a floor, when I copy and paste the block many times I would like all the copy blocks to still be constrained to the floor.

View 1 Replies View Related

AutoCAD Inventor :: Constraints Between Selected Parts

Sep 6, 2012

Is there a way to get a list of constraints that exist between two parts in an assembly?

It will take forever to go through each and every constraint for one of the parts, checking the "Other Half" of each just to find all constraints between to specific parts.

View 2 Replies View Related

AutoCAD Inventor :: Editing Constraints Of Parts In C#

May 22, 2012

I'm trying to build a c# program where I can test a simulation for a robot project I have made angle constraints in inventor and now I want to be able to send numbers to specific joint.

With the code listed below I can get all the constraints from a selected part and get the name of the specific constraints.

I find it confusing that most of the documentation is in VB so this is what I have discovered on my own, perhaps this isn't at all the way to do it.

Inventor.SelectSet selSet=asmDoc.SelectSet;
try
{

[Code].....

View 1 Replies View Related

AutoCAD Inventor :: Constraints On Gimbal Not Working?

Nov 22, 2013

Trying to create a gimbal with a supporting frame, an outer square frame, and an inner square frame. when i insert the outer square frame into the supporting frame, i constrain it so that the axis of the hole i have drilled in my frame and the axis of the hole through my supporting frame are aligned, i then constrain a face of it to be a set distance from a parralel face of the supporting frame to centralise it. this works ok, and i can rotate this frame as i like. When, however i insert the inner frame and constrain the axes of the holes drilled through it to the axes of the other holes drilled through the outer frame, and two faces to be a set distance apart, it allows me to rotate my inner frame, but no longer allows me to rotate my outer frame! what have i over-constrained?

View 3 Replies View Related

AutoCAD Inventor :: Line Tool Constraints

Mar 27, 2012

I'm using the line tool in a 2d sketch. First, I draw a polygon with the tool. Then, when I come to move one of the lines with the mouse cursor, it detaches from the other lines, and becomes a single floating line on its own.

As far as I can tell, it has nothing to do with the fly down constraint menu options, but i may have changed another option elsewhere in inventor and not have realised it.

View 5 Replies View Related

AutoCAD Inventor :: How To Drive 2 Constraints In Sequence

May 6, 2013

Using "drive constraint" I would like to simulate the action of a "soft close" mechanisim on a drawer...fast movement for the first portion of travel, then slow movement for the very last portion of travel...

View 1 Replies View Related

AutoCAD Inventor :: Constraints Not Moving Object?

Nov 4, 2011

I have some "insert" constraints for DIN rails in holes. I've moved the holes, but the DIN rail doesn't move. The refresh button isn't "lighting up", or when it does, it does not do anything to move the rail. Is there something that's been "shut off" to keep things from moving?

View 7 Replies View Related

AutoCAD Inventor :: C++ Samples Of C Assembly Constraints

May 24, 2013

Are there any C++ samples of the use of C Assembly Constraints? The syntax is so much different with VB a few real examples would be really useful.

View 2 Replies View Related

AutoCAD Inventor :: Creating Collision Constraints

Oct 13, 2011

How do you mate two surfaces so that the item will not move any further once it makes contact with that surface? i.e a rotating cam which is designed to stop once it comes into contact with an object / surface.

View 2 Replies View Related

AutoCAD Inventor :: Constraints To Assemble Project

Feb 10, 2012

Something is strange with the constraint activity.

I'm using the constraints to assemble a project. I select the parts with the proper constraint, when "apply" is clicked the parts do not "pop" to location as they use to. I have to go up to "manage" the click "rebuild all" for the parts to move to new location.

View 8 Replies View Related

AutoCAD Inventor :: List Of Sketch Constraints

Nov 11, 2013

Does Inventor (2012) have the option to view sketch constraints as a list? I feel like I am playing pictionary trying to find out what constraint is what and what it is constraining and it doesn't work that Inventor stacks anything nearby on top of each other.

I've attached a file showing what the problem is, please don't judge the model tree.  I was prototyping as I went so it is messy.

View 9 Replies View Related

AutoCAD Inventor :: 2012 - No Preview On Constraints

Apr 25, 2013

Out of the blue, my IV 2012 has decided to stop showing the preview when applying contraints.  I have made no changes to any options or configurations.  Preview check box is checked.

I tried unchecking and rechecking it to no avail.   Any thoughts on this behavior ?

2nd out of the blue issue - when I insert a part into my assy (part file is in the same folder where the assy file is located) IV decides it needs to create a sub-folder and re-saves that part to the sub-folder. I mean, WTF ?  The part file is already there.  Why create another version of the part in a sub-folder. And why would it just start to do this out of the blue.

Again,  I have made no changes to any configurations, options, settings, templates, etc...

View 8 Replies View Related

AutoCAD Inventor :: Deleting Constraints In Assembly

Feb 14, 2013

Why is it when I select multiple contraints for a component that I can use the delete key on the keyboard to eliminate them but when I select only a single constraint, I have to right click and select delete on the context menu.  The delete key will not work  on a single constraint.

View 7 Replies View Related

AutoCAD Inventor :: Planetary Gear Set Constraints

Oct 10, 2013

the .iam assembly and the .ipt parts are to follow.I'm not very concerned with the teeth meshing properly at this stage. I just want to get the rotational constraints correct first.  There are two situations that I am trying to work out, and I think I took care of the first one.

Situation 1: Blue carrier is grounded.
Input: Rotate purple sun gear.
Result: red planets turn the orange planets which turn the green sun(green sun to purple sun ratio = 1:1 but in the opposite direction)
Situation 2: Purple sun is grounded (Blue carrier is released)
Input: rotate the blue carrier

Result: I want the planets to still be able to rotate, and basically be driven by the purple sun which is being held. This should then drive the green sun to rotate in the same direction as the blue carrier gears.

The issue here is clearly that the red planets will not rotate since the purple sun is grounded.  What should the constraints be instead of a simple rotational motion constraint? In a perfect world, I would like to not have to ground the purple sun, and only have the purple sun rotate when I specifically rotate it. The main input to this system is rotating the blue carrier gear. The purple sun is simply a control/variant. 

View 9 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 :: Deleting Pattern Constraints

Jun 2, 2009

I have some geometries that are patterned in a sketch. Turns out that i don't want a pattern anymore but i have a load of stuff that is dependent on some of the patterned lines. So i show all constraints and you can see the little rectangular pattern constraint icon. but you can't delete it like you can with other constraints.

The reasoning behind this is logical, but surely i should be able to break the link of a pattern and then re constrain the geometries how i see fit, that way i maintain all of my associations and my other features won't fail due to a lost link. See attached pic, i want to change one of the vertical lines so it now sits at an angle.

View 1 Replies View Related

AutoCAD Inventor :: How To Get Constraints While Mirror Components

Oct 25, 2011

Am guessing inventor does not allow getting the constraints when you mirror a part..but is there a work around or easy way to copy the constraints.

View 9 Replies View Related

AutoCAD Inventor :: Constraints Not Turning Off Using ILogic

Jun 1, 2012

I set rules to turn parts off, and they are Suppressed, but I keep getting errors on constraints underneath the suppressed part.  I did a screen capture of what the problem is.

View 9 Replies View Related

AutoCAD Inventor :: Animating Constraints - Specified Value Could Not Be Applied?

Apr 27, 2013

complex assembly in Inventor 2013 with a number of drive constraints set up, which I can drive in the assembly but not in inventor studio... there don't appear to be any conflicting constraints in the assembly

View 3 Replies View Related







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