AutoCAD Inventor :: Changing The Location Of Origin Indicator?

Oct 14, 2011

How the heck do you do this once a view is placed? I had to edit a part and the origin indicator is in the middle of no where now(and is pink). How can I either. 1.)Locate the new origin for my dimensions or 2.) delet the origin and start over?

Inventor 2011
Intel Core 2 Duo 2.93GHz
8GB RAM
Windows 7 Pro

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: How To Delete Origin Indicator

Apr 11, 2012

This is ridiculous.

Left click + delete does not work.

Right click, no delete option.

View 4 Replies View Related

AutoCAD Inventor :: Showing Hidden Origin Indicator

Oct 31, 2013

I have a drawing that has had the origin indicator hidden.The part has changed, and I need to move the indicator to the new 0,0 location.How do I show the origin indicator again, or while it's hidden, move it to the new location?

View 4 Replies View Related

AutoCAD Inventor :: What Would Cause Origin 3D Indicator In Graphical Window To Be Enormous

Dec 7, 2011

what would cause the origin 3d indicator in the graphical window to be enormous? I'm talking 4x normal size.

Also, in the sketch environment, the little green and yellow dots that represent sketch points are huge, and the grid has gone really small. 

Have tried changing graphics mode to "Compatibility" and selecting "Software Graphics" - No change.

View 2 Replies View Related

AutoCAD Inventor :: Origin Location With Sketches On Surfaces?

Feb 19, 2013

When I am forced to use an existing part surface to start a sketch, the origin of the sketch invariably has no correlation to the part origin (UCS Origin). It seems it ties to some feature or point on the surface instead.

Is there any setting or method to force the sketch origin to be aligned with the part origin.  Obviously it will only be aligned in two axis' but for the sketch, there is no need for a 'Z' axis (3d sketches aside).

I end up going to Edit Coordinate System to move the sketch origin to align with the part origin (UCS origin). That way I can always reference from a point that is consistent throughout the various sketches in the part.

Along the same lines, it seems that when a new sketch is created, IV orients the x-y plane based on random chance.  Sometimes it its the plane in the same orientation as the UCS sometimes it turns it on its side and sometimes it flips it upside down.  

This is using the three basic planes, not constructed ones.  It just isn't consistent.  So I often fins myself editing the coordinate system to reorient the sketch as well.

View 9 Replies View Related

AutoCAD Inventor :: Changing Direction Of Assembly Origin Axes

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

AutoCAD Inventor :: Cannot Select Origin To Constrain Sketch With Dimension To Origin?

Oct 4, 2012

I cannot select origin to constrain sketch with dimension to origin?

I selected Sketch,
expanded origin,
selected mywork plan (xy)
drew rectangle,
input dims,
right click for marking menu,
selected dimensions,
Origin is yellow,

cannot select it and then edge of rect to set dim that will center sketch on origin? Just like the videos show, but cannot select origin>

View 6 Replies View Related

AutoCAD Inventor :: Changing Location Of Design Data / Templates And Content Centre

Mar 15, 2012

I have 45 PCs running Autodesk Inventor 2011 in a student PC lab.  We have since set up Vault Server and I need to change the location that these point at.The files that I need to edit can be got to by:

1.    Open Autodesk Inventor
2.    Click “Pro”
3.    Click “Options”
4.    Click the “File” tab
5.    I need to edit the following: Default templates, Design Data (Styles, etc) and Default Content Centre files.  
6.    The above three will be pointed to a server that has vault setup on it (\vault emplates, etc).

Now to clarify, Inventor works, I do not need assistance activating it, and I do not need assistance with group policy to set up the install..I need to be able to modify the above with group policy through either the registry (if possible) or some other method. 

View 2 Replies View Related

CorelDRAW X6 :: Changing Origin In X6

Apr 3, 2012

Changing the " Origin " on guidelines. The default is to have the point of origin at the bottom left of ones page. I want to be able to change that and keep it as a default so that my point of origin is at the top left corner of my page.

View 1 Replies View Related

AutoCAD Inventor :: How To Disable Xyz Indicator On Center Plane

Dec 5, 2012

how to disable xyz-indicator on the center plane.It may be basic knowledge, but I have given up on finding out my self.

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Changing Origin Of Pattern In Real Time?

Apr 1, 2011

I have a patern, I need to move, I know in advanced I can more it with Origin, but I have to close and open the window.

CorelDraw X5 v. 15.2.0.686 Hot Fix 4 - Windows 7-64

View 1 Replies View Related

AutoCAD .NET :: Changing Palettes File Location?

May 26, 2011

I would like to change the: Options --> Tool Palettes File Location to point to a different location.

I know how to do that in vba but i am totaly lost in vb.net.

View 2 Replies View Related

AutoCAD Civil 3D :: Annotative Mtext Changing Location And Width

Apr 4, 2011

I have annotative mtext that keeps changing width and location.  See pic.  When gripped, they're in the correct location but wrong scale.  I experienced this on a few drawings with C3d 2010 and now 2011. 

View 7 Replies View Related

AutoCAD Civil 3D :: Changing Pressure Pipe Catalog Location - 2014

Nov 22, 2013

I copied the pressure pipe catalogs to our local network and in C3D 2014 set the catalog to the network location.

When I close C3D and reopen, it reverts back to the original catalog location on my C drive.

Setting a different location for regular pipe networks works fine.

Is there something I'm missing or does this method not work for pressure networks.

Civil3D 2014 SP1
Win 7 Professional - 64-bit
HP Z400
Xeon W3550 @ 3.07Ghz
24GB of RAM
Nvidia GeForce GTX 760

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Changing Destination Location Of Routine

Sep 20, 2012

I am currently using this lisp routine to export selected objects as a dxf to import into another program:

(defun c:dxf ()
(command "_dxfout"
(getfiled "DXF File:" "c:/dxf/" "dxf" 1)
"_Objects" (ssget)
"" ; completes selection
"_Version" "2004"
"16" ; non-default number or other option if desired, with followup line(s) if
necessary
)
(princ "2004 DXF Created")
(princ)


this saves the dxfs to a location of C:DXF

I would like it to save to a different location, the desired location is within the same root folder that the drawing is located in and is called "DXF-Programs-Releases"

View 9 Replies View Related

AutoCAD Inventor :: Ground To Origin

Nov 1, 2011

I'd like to have a menu option next to "Grounded" which is "Grounded to origin", to save setting three flush constraints every time I pull a part into an assembly and want it to have the same origin as the assembly. This is something I do quite a lot using the multibody part > derived part > assembly workflow. Apart from saving time it would save cluttering up the model browser. In the meantime is there a scripting method of doing this with one click? IV2013

View 5 Replies View Related

AutoCAD Inventor :: How To Create A UCS To Origin

Jan 16, 2013

I'm drawing a blank, how do I connect a UCS to the existing Origin of a part. I can select the Centre Point to attach the UCS to , but I have nothing the align the X & Y axis to (X Axis and Y Axis in the Origin folder are not selectable)

If I try to add a UCS to a blank part, the ONLY thing I can select is the Centre Point, but the UCS requires 3 inputs!

View 5 Replies View Related

AutoCAD Inventor :: Origin Planes Are Oversized

Sep 27, 2012

My model is up in the top right of the planes. I cannot figure out why my origin planes are oversized like this. I have went through the browser and checked all the parts to see if something is out there, nothing. I have set auto-resize on origin planes and yet these are large.

Dell XPS 8300
Intel(R) Core(TM) i7-2600 CPU@3.40GHz
16GB RAM
Win 8.1 Pro
Autodesk Product Design Suite 2014

View 9 Replies View Related

AutoCAD Inventor :: Align Model To Origin

Jun 29, 2013

How to align a model to the origin, and NONE of them seem to be correct. I am using Inventor 2013. I tried the move body command, however there is no part of the dialog box that lets me choose a face or plane to align to.

What to do when you import a model that is not aligned to the origin?

View 9 Replies View Related

AutoCAD Inventor :: Readjusting ORIGIN In Assembly

Mar 28, 2013

How can i a re-adjust the orignal origin on an assembly? For example: i have a trailer frame (an assembly) and want to add a tank centered on top of it by constraining the center planes of both assemblies.. When i select the X-Axis/Pane from the trailer, it is not in the center of it, instead the X-Axis/Plane is 3/4 of the way off centered.

View 5 Replies View Related

AutoCAD Inventor :: Deleted Origin Constraint

Sep 28, 2011

How do you constrain an object to the origin once the origin constraint has been deleted. I'm not really sure how it became unconstrained in the first place. When I try to constrain the drawing using the coincident constraint it won't allow me to select the origin. 

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 :: How To Move Part To WCS Origin

May 10, 2013

I'm currently designing a frame for a geodesic dome. I have created a wireframe from an excel sheet (I calculated the vertices in a c# program) and added this to my 5-edges-corner part as derived part.

I used the wireframe to create the part that can be seen in the attached picture (basically its a 5 sided cylinder and i used layers which i generated from the wireframe to cut away the top bits).

Now because the wireframe has its origin in the WCS origin, the part isn't centered in the WCS. If I use the "move body" tool to move the part, the layer that creates the cut is not moved as well and the cuts disappear. Also the rotation is kinda messed up.

My first idea was to define a UCS and use that to replace the WCS but apparently, that's not possible in Inventor 2014.

I would like to know, whether there is a way to make the cuts permanent and independent of the layer (which is dependent on the wireframe which i want to delete anyways as soon the part is done). And what the best way would be to move the part to the WCS origin.

PS: The screenshot is all in german.

View 8 Replies View Related

AutoCAD Inventor :: How To Find Line At The Origin

May 4, 2012

When I draw a line at the origin, it does not find the origin and snap to it, or auto apply the horizontal constraint when near horizontal. Or if I draw an L the lines are not connected. That is, I can pull one line away from the other. I can not find the settingsto correct this behavior. What's up?

View 2 Replies View Related

AutoCAD Inventor :: Sketch Origin Center Point

May 6, 2013

The screen shot below shows three coincident constraints and a projection icon on the origin.

 looks like a projection icon - what does it mean?

I want to delete the three coincident constraints. But when I delete the coincident constraints there is no Sketch origin center point (the sketch origin center point is a square-yellow dot at the x-y intersection). How to delete or move the three coincident constraints with out deleting the sketch origin center point?

View 2 Replies View Related

AutoCAD Inventor :: Moving Imported Part To The Origin

Jun 21, 2013

We have imported an AutoCAD 3D model into Inventor and the process generates many individual Inventor parts which are placed in a new Inventor assembly. The parts are all unconstrained in the assembly but spacially positioned relative to each other as they were in the AutoCAD file.

We want to create a new, empty, assembly and place the individual parts one by one into the new assembly constraining them appropriately as we go. This way we can develop a more logical set of sub-assemblies and have the parts more intelligently connected.

So to the point of my question, at last!. Each individual part, generated from the import, contains just a single body. There is no sketch or any features. The part's origin is at the point of the original AutoCAD model's origin. All of the imported parts will have the same origin point. We want to move the part's single body in space to align with the part's origin point and planes. This way when we re-build the assembly we can use each part's origin planes when constraining the part.

There doesn't appear to be any way of constraining or 'snapping' a part's body in space to the origin planes.

View 1 Replies View Related

AutoCAD Inventor :: Error Message / Cannot Place At Origin

Nov 1, 2010

I used this command all the time in previous releases (when it was in the SDK tools).  In 2011 Win 7 64bit, the dialog always says "cannot place at origin" or something similar yet it does place the component there but does not apply the constraints. (Also my "make components" command puts a slight offset to my parts which could be a related bug of some sort.)  The only non-autodesk addins I have loaded are the trial kwikinsertnfix addin loaded and Brian Ekin's Sheetmetalextents addin loaded.

View 1 Replies View Related

AutoCAD Inventor :: How To Snap Origin To Centerline Intersection

Aug 26, 2012

I have problem with placing origin of ordinate dimensions on point where two centerlines are intersecting. 

In my particular case I have rectangle and centerlines are in the middle of pararel edges. So they are crossing eatch other in the center of rectangle.

I need to place origin for ordinate dimensions in this point.  But till now I had not find any way to do that except make a skkech and draw a line that's one end is exactly in the point I want. But it seems to me like rather ridicules aolution.

View 3 Replies View Related

AutoCAD Inventor :: Creating Sketch - How To Center It About Origin

Aug 26, 2013

After I create a sketch, how do I center it about the origin? The origin is projected, I just can't figure out how to set the sketch about it.

View 4 Replies View Related

Lightroom :: Changing Disk Location?

Mar 20, 2014

I had to change my photo disk (phisycal location). Now LR5 is showing the metadata, but as the photos are not there, I can't edit them. How can I update the photo locations,without loosing all changing metadata? LR5 remains installed in the original disk, but I moved the photos to a new disk.

View 1 Replies View Related

AutoCAD Inventor :: Increase Size Of Hole Table Origin?

Jun 24, 2013

I need to make the hole table origin symbol bigger to stand out on the drawing I am doing, I've looked around but can't see how to modify it's size, how to change it's size ?

Inventor 2013 SP2
Product Design Suite Ultimate 2013
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 2 Replies View Related







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