AutoCAD Inventor :: Direction Of Material
Apr 24, 2012
How to make a type of material go in one direction or by another degree . Ex: if you click on a wood type material, it goes up or down and right or left depending which side of that object is. On the picture below, it goes up and down, side to side no all sides go in one direction. I need to know how to mange the direction of the way of where the material go.
View 7 Replies
ADVERTISEMENT
Nov 2, 2013
I can delete every unused material except one in the Material Editor.I am trying to make the custom Material library and somehowI have got the Material I cannot delete. URL....
View 9 Replies
View Related
Mar 12, 2013
I am in the samill building buisness. While designing I thought it would be nice to show logs on our equipment. Is there anyway to show bark on drawings to show the texture on the final drawing?
View 1 Replies
View Related
May 17, 2013
I have created a linetype with the text GAS OPTION in it. The line is continuous with a break around the text. In a straight line the linetype works fine (breaks around the text etc). However, when I use a polyline and spline the line for a curved line the text aligns with the direction of the line at the start, but when the line bends, the text suddenly changes direction and reads in the opposite direction. It looks like AutoCAD is trying to keep the text upright rather than following the direction of the line. When the text changes direction it also changes its insertion point and overlaps the continuous part of the line. I have 2013 AutoCAD.
Here is the string I used for the linetype.
*GAS_Option_LINE,Gas line ----GAS OPTION----GAS OPTION----GAS OPTION----
A,8,-15,["GAS OPTION",STANDARD,S=2.54,U=0.0,X=-2.35,Y=-1.27],-12
View 2 Replies
View Related
Jan 2, 2014
I have cut several sections at different points along a road alignment. The sections are cut facing the same direction as the alignmnet. Is there a way to reverse the section direction without changing the alignment direction?
View 6 Replies
View Related
Apr 21, 2011
I have a drawing of a stone railing section and I have to change direction in the run direction of the baluster panel. Is there a way that I can move the details without changing th Y direction of the details. Please refer to the attached CAD file for details. I am trying to avoid having to redesign the panels if possible. railing detail.dwg
View 6 Replies
View Related
Mar 19, 2014
I have a path with a smooth point. The two direction points form a direction line with any non-45-degree-angle - say 11.8 degrees. I want to drag one direction point while keeping the angle of exactly 11.8 degrees.
Is there a key combination for that (Mac OS)?
View 17 Replies
View Related
Oct 5, 2011
is it possible to define a 'natural direction' at a pin, in which a wire should start when connected to that pin? This would seem to be natural for me.
As the attached picture shows, my wire is connected at this pin in a weird direction (because I need to route it through the indicated segment).
What is the best strategy to do it correctly?
Another question: I increased the diameter of the segment, hoping that it means that the wires are constrained within the segment, but are free to move withini this. But they all seem to be constrained to the centerline. What I want is that all my wires pass within this 'tube' of 30mm diameter.
View 5 Replies
View Related
Oct 16, 2013
In an assembly, i make a half section view, but i want the other side to be seen.
I want only to change the direction of the view, how can i do that?
View 3 Replies
View Related
Oct 23, 2011
I have an ipart. One dimension is either some value or null.It is a variable in the Table. For instance I have 6mm down from Center point in part A. Than I switched to zero for Part B and if I go back to 6mm for Part A the dimension is now above the Center Point. How to make the dimension stay as initially assigned?
View 1 Replies
View Related
Dec 7, 2011
How do i make the 3mm fillet go in the other direction.When i apply the fillets to the top of the pipes it goes inwards but i want the fillet to go outwards.(like a weld - i don`t want to weld though just use a fillet).
View 1 Replies
View Related
Aug 12, 2013
I have two parallel lines, seperated by a dimension. I need to change the dimension back and forth between 0" and 4" for my model. Occasionally, the dimension will flip directions when I am changing it from 0" to 4". Is there a way I can avoid this? Should I be approaching my sketch differently?
Inventor 2014
HP Pavilion dv6t-6b00
Intel Core i7 2670QM
AMD Radeon HD 6490M
8gb RAM
Windows 7 64 bit
3Dconnexion SpaceExplorer
View 4 Replies
View Related
Jun 17, 2004
I'm new to Inventor and I've been working on a complicated part for quite some time. However, I've just realised that I've made an error at the very beginning. I'm drawing the part in the YZ plane and extruding along the X axis. My problem is due to the fact that I began the drawing at x=0 when I should have began at x=7780mm. moving the entire part in the positive X direction? I've tried several approaches but none seem to work.
View 9 Replies
View Related
Jan 27, 2012
I have what I am sure is -not very complicated- part that has a goofy intersecting angle. I have created a plane for this angle to try and do the cutout but it extrudes at the 30 deg, where as I would like to extrude that 30 deg feature at 90 deg. Is this possible?
The RED text says "Currently extruding this way" (30 deg per the plane)
The BLUE text says "Want to extrude this way" (90 deg, in line with the from face basically)
Inventor 2014 PDS
View 5 Replies
View Related
Nov 8, 2011
Any easy or more reliable way of getting balloons to stay in the direction you want?
In the image i've attached you can see what normally happens when dragging a balloon in position on the left and what i desire (and accomplish after a lengthy fight) on the right.
Is there a way to make a balloon (3.30.4 in this case) go into the desired direction without having to fight with it?
Using IV2014 Pro SP1 update 1, Win7-64bit
View 2 Replies
View Related
Dec 6, 2012
When a parts list in an Inventor drawing is wrapped it always takes the bottom portion and kicks it to the left.
Is there a way to kick it to the right? So when you are looking at the BOM it reads such that item 1 is in the first group and not the second.
View 3 Replies
View Related
Dec 30, 2011
I am having an issue in trying to get my hole axis to offset in the opposite direction. In the image below I want the slot to be centered on the hole. I can get it to offset moving the slot to the left, but can't get it to go to the right. I have tried a negative number, but both positive and negative move it to the left.
View 7 Replies
View Related
Aug 24, 2012
I use the following code to get the information if a thread is right or left handed from an outer thread:
'Gewinderichtung Gewinde1If Feature.InventorFeature("Bohrung1").HoleInfo.RightHanded = True ThenGewinde1_Richtung = "RH"'Else If Feature.InventorFeature("Bohrung1").HoleInfo.RightHanded = False Then'Gewinde1_Richtung = "LH"'ElseEnd If
Now I also need to get this information from a hole feature but I was not able to adapt the code correctly. The error I get says that "HoleInfo" for the type "HoleF eature" was not found.
View 3 Replies
View Related
Mar 4, 2013
How to check the direction of an existing extrude feature
kPositiveExtentDirection
kNegativeExtentDirection
kSymmetricExtentDirection
View 2 Replies
View Related
Jan 14, 2013
Aside from manually adding RH or LH to a hole note leader, any way of getting the HOLE Direction (left hand or right hand) into the leader note?
Windows 7 x64 -64 GB Ram, Intel Xeon E5-1620 @ 3.6 GHz
ATI FirePro V7800 2 GB, 180 GB SSD & 1 TB HDD, Inv R2013 PDS Premium SP2 Update 3 (Build 200), Vault 2013 Workgroup Update 2 (Build 17.2.9.0)
View 2 Replies
View Related
Dec 25, 2012
how to make the fillets goes the opposite direction.I want the fillets to round the edges not join the edges together
View 6 Replies
View Related
Aug 2, 2012
I've created associative 3D sketches to use as trajectories for sweeps. I will often have to use one line extending from the end of another line. I make the two lines colinear. But when the model changes, sometimes one line will change direction and cause an overlapping condition which makes the sweep fail.
Any way to keep it from happening? Ideally, I'd create one line that extended, but you can't constrain a line to a point, only an endpoint to a point. I'm attaching the model.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7
View 9 Replies
View Related
Sep 6, 2012
Trying to apply a variable radius to a part. The direction of the radius is wrong (pointed back in toward the part) and I cant get it to go the other way. As long as all the fillets along the curve are the same radius, the fillet will compute, but if I make them vary, then it fails.
View 2 Replies
View Related
Oct 4, 2011
I recently found an error in my top level assembly which is that the origin axes x & z are pointing in the wrong direction (x-axis points in the negative x direction and the z-axis points in the negative z direction). how to "flip" the origin axes of an assembly?
Additional information: I have a top level lattice assembly that consists of a number of lattices (a part to which components are constrained) with the lattice origin planes constrained flush with the top level lattice assembly origin planes. This top level assembly is used in many other assemblies to constrain entire systems. Re-constraining my lattices correctly inside of the top assembly is infeasible.
View 1 Replies
View Related
May 15, 2012
I am trying to miter the joints in an assembly being used for iCopy. Currently there is a driver sketch which has lines bisecting each corner at 45 degrees. However, what happens is that when the top line of the sketch is dragged across the bottom line of the sketch or the left line is dragged across the right so that the rectangle inverts itself, the line no longer bisects the angle. See the attached pictures for details.
This sketch shown is a master sketch used to drive part length and end details in an assembly. The blue lines are extruded into surfaces which define the parts using a "Between two planes" extrusion.
The sketch is unconstrained in four ways: overall width, overall height, vertical and horizontal movement. This is done to accomodate its use in as a flexible assembly in an iCopy command. What happens is that when the user applies the iCopy points from the wrong side of a sketch plane in the parent assembly, the sketch flips itself and resizes the assembly but the miters are inverted.
View 4 Replies
View Related
Oct 27, 2011
I've been running into issues in IV 2010 with the shading where I need to show a part in a perspective view on my IDWs and depending on the angle I rotate to the majority of the part is shown in shadow. It's frustrating because I need to show a feature in that particular orientation, but the whole part looks dark.
Especially when I am showing left and right mirrored parts. One side always seems to end up dark. FYI I almost never show the material as a texture map in my part drawings so I use white as the color default because I am simply trying to get across the shape of the part in a shaded 3D view. These don't really serve as renderings to me per say. Is there any way to control the light source direction for custom views in terms of shading? Could I make it more of an ambient light or similar to the Global Light Style in Inventor Studio.
View 7 Replies
View Related
Dec 21, 2013
I made internal gears with design accelerator.
It's calculation is OK. And drag it,the rotation is good, But the direction is opposite. The tooth's move opposite direction to each other.
I used Autodesk Inventor 2013, And sp2, update DL22436649.zip But, this appeard before And after sp2 patch.
View 3 Replies
View Related
Aug 12, 2013
I made a half section view and it cuts what's above the plane of section in the Z direction, i mean all that's above this plane.
I want it to cut everything that's underneath, below the plane, at my choice, so i can inspect everything what is above the plane of section.
View 2 Replies
View Related
May 17, 2013
I would like to be able to offset a 3D Sketch in a direction normal to a plane. In the attached image, I have drawn in an orange color the direction I would like the 3DSketch to offset.The white line is where the new sketch would be.
The yellow surface is the 3dsketch extend to a plane
There might be some tools in Inventor that will do what I am trying, but I have not found it yet. I have tried extend surface, but that will not take it the direction I want.
View 6 Replies
View Related
Apr 27, 2012
I create a engine assembly and used "Drive Constrain" to rotate the crank shaft. The animation shows the crank shaft turns continuously in one direction. However, when I animate the constrain in Inventor Studio, the crank shaft turned in two different directions (see the vide file attached).
May I know why the crank shaft turns different direction?
View 9 Replies
View Related
Dec 7, 2011
I am trying to create a command to display the bend information in the model Flat pattern. We do not always create a Idw for parts that we have special dies to form. This creates a problem though if the flat pattern bends are the wrong direction because then it is lasered with the bad side of the material to the outside of the part. The only way to know the bend direction is to create a view on an idw just to check this.
I want to open the flat pattern in the ipt and invoke a command to display the bend information on the screen. Need getting a collection of the bend lines in the flat pattern?
View 7 Replies
View Related