AutoCAD Inventor :: Move 3D Sketch To New Location

Apr 23, 2013

Can I pick a 3D sketch and move the whole thing closer to 0,0,0 ? It is currently sitting around 5km,10km,2km from zero.

This makes everything very chunky, and very difficult to visualize anything correctly.

This was generated from a site survey, which was work in progress, it has now all been finalised, but I don't want to loose a weeks work by starting again. (Using AutoCAD to move the points to Zero)

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Dimension Location For Circle In Sketch

Jan 6, 2014

I am trying to apply dimension constraint for circle to add the radius dimension.

I have given the dimension location text point as input, but it doesn't take input location point to place the dimension and places the dimension at the center of circle. Please see the attached snap "CircleWithRadius.png".

Here is the sample

//===============================
CComPtr<Point2d> point2D;
TransientGeometry::CreatePoint2d(5, 5, &point2D);
CComPtr<SketchPoint> sketchPoint = SketchPoints::MethodAdd(point2D, FALSE);
CComPtr<SketchCircle> sketchCircle = SketchCircles::MethodAddByCenterRadius(sketchPoint, 3);

[Code] ........

Why the circle entity always place the radius at the center of circle?

View 1 Replies View Related

AutoCAD Inventor :: Possible To Move 2D Sketch Vertically?

Sep 5, 2013

Is it possible to move a 2D sketch vertically? I have a sketch on the XY plane, but I'd like to move it up to another entity.

I can see how to do it in 2D (in the XY) plane, but not along the X axis.

View 3 Replies View Related

AutoCAD Inventor :: Move Sketch Horizontally?

Mar 19, 2013

How do I slide the highlighted part toward the middle?

View 4 Replies View Related

AutoCAD Inventor :: Cannot Move Or Rotate Copied Sketch

Jun 14, 2011

I would like to reuse the existing sketch on the other part. Usually I did it without problems. But now after I have pasted the existing sketch I cannot move or rotate it. While moving or rotating Inventor usually prompts for braking some constraints for this action. But nevertheless it does not allow me to move or rotate. It says something about "constraint settings for sketch edit tools"  -- cannot get any hint of that in a whole phrase nor in part [URL] what else Inventor wants so I can reuse my sketches??

View 4 Replies View Related

AutoCAD Inventor :: Can't Grab / Move Any Point On Sketch

Sep 20, 2013

It goes f.e. like this:

I draw a line (no constrains) and I can move it by grabing an end or whole line by click&hold mouse button, great.

But after couple minutes of work with part and sketches I can't grab anything. Even on new created sketches and new lines. Click and drag just open rectangle selection. Oh, between these phases there is a phase when 2nd click&hold works...

When I open/create another part it is normall, but this one I must close and open again.

View 2 Replies View Related

AutoCAD Inventor :: 2012 - How To Move Part Of Sketch Along Z Axis

Jul 12, 2013

In my sketch I want to move a smaller circle that is within a circle along the Z-axis. I've put the image below to avoid confusion. I am using Inventor 2012.

View 3 Replies View Related

AutoCad :: Move DWG Files From One Location To Another

Feb 8, 2012

I'm in the process of moving 100+ dwg files physically, but cannot figure out how to update the drawing locations w/o recreating a Pre-Existing fully populated (names, drawing numbers, etc.) SheetSet. Here's what I want to do:

Move dwg files from one location to another & update the new physical location (Expected/Found/Relative/Full/UNC Path) in a copy of an existing dst.

I've tried moving the files, then updating the Expected Path from within the SSM, but this works on a file to file basis, and takes a long time to perform on a 100+ drawing SheetSet. I've tried using SSMPropEditor, but for some reason, the changes do not stick. The only way that I've found to accomplish this is to use the Archive function (as a folder instead of a ZIP file) from within SSM, but there has to be an easier way to do this...

BTW: I'm using ACAD 2010 on a Core i5 XP machine.

View 2 Replies View Related

AutoCad :: How To Move Multiple Points To Same Location

May 24, 2011

I have some blocks with a point connected to them, the point is free movable, moving the point does not move the block, but moving the block does also move the point. each block has 1 point connected to it.

what i want is to move the point of the blocks i select to the same location. (without moving the blocks themselves)

I am using autocad 2011 (tried to upload the block in question but doesn't seem to be working)

View 9 Replies View Related

AutoCad :: How To Move Facing Brick To New Location

Dec 26, 2013

I'm following a tutorial which involves augmenting an existing engineering drawing. Part of the tutorial involves using the MOVE command.

I've been asked to move a facing brick to a new location, however when entering the co-ordinates the brick moves to a completely wrong position.

Here are the steps I'm going through:

Click Move command;
Highlight brick;
click enter;
Enter first co-ordinate;
Comma,
Enter second co-ordinate;
Then Enter.

However, the image them moves to the wrong area.

View 9 Replies View Related

AutoCAD Inventor :: Shared Sketch Generates Sketch Doctor Error - Feature Suppressed

Sep 21, 2011

I've created a shared sketch and have used it with various features. Sometime those features are suppressed. The model works fine but the shared sketch generates a sketch doctor error because the feature that created it has been suppressed. Is there anyway to make the sketch suppressed so it doesn't trigger a sketch doctor error? Inventor 2013

View 2 Replies View Related

AutoCad :: How To Move Object A Certain Distance From Original Location

Nov 14, 2012

When I want to move an object a certain distance from the original location, I go to long winded trouble of drawing a line and attaching it to say, for example, the centre of a circle. Then MOVE the circle, selecting the base line as the centre to the end of the LINE using OSNAP.

Is this how you Pro's do it, I'm guessing not.

View 8 Replies View Related

AutoCAD Inventor :: Copy Part Sketch Into Drawing Sketch

Sep 20, 2012

How do I duplicate the 2D line work from a part level sketch into a drawing level (overlay) sketch?

I started a simple 2D piping system diagram sketch by opening a new part file and using a sketch to stick draw the system schematic including some annotations.  Then I opened a new drawing file and made a base view of the part file to bring a view of the original sketch into the drawing.

I realize now that it would have been much easier to have created the schematic directly in a 2D sketch at the drawing level, which would have made editing the annotations much easier at the drawing level, and there is really no need for the part file to exist.  I have no intention of creating a 3D model or "real" part in the .ipt file, was just using it as a jumping off point to sketch.

I was thinking that I could correct my error in judgment by just copying the sketch and pasting it into a new sketch on the drawing, but it doesn't want to work that way.  I have tried copying both the whole sketch at the browser level, and the entire sketch contents (all of the lines and annotations) from the opened part sketch, but when I attempt to paste either of those into the drawing, paste does not seem to be an option.  I'd rather not have to draw the whole thing again, as in typical fashion, my once simple sketch has grown in proportion and complexity from its simple beginning.

View 4 Replies View Related

AutoCAD Inventor :: How To Get Sketch Point Data From Sketch Entity

Dec 3, 2013

I was trying to query some sketch points data from a profile Path using code as below. However the program stopped without telling the reason.

Code below:
i = 0;
foreach (ProfileEntity oSourceProfileEntity in oProfilePath) { switch (oProfilePath[i].SketchEntity.Type) { case ObjectTypeEnum.kSketchArcObject: { SketchArc srcSkArc = default(SketchArc); srcSkArc = (SketchArc) oSourceProfileEntity.SketchEntity; // error points[i] = srcSkArc.StartSketchPoint.Geometry; break; } default: { SketchLine srcSkLine = default(SketchLine); srcSkLine =(SketchLine) oProfilePath[i].SketchEntity; // error points[i] = srcSkLine.StartSketchPoint.Geometry; break; } } i++; } 

View 2 Replies View Related

AutoCAD Inventor :: Converting 3D Sketch To 2D Sketch From IGS File Using Wires?

Aug 1, 2011

First we imported an ".igs" file to inventor, which produced "wires".  Then by promoting the wires it produced a 3-d sketch. 

The model is in one plane and 2-D, and we are trying to use Ansys 2-D analysis, but in-order to do so it needs to be in a 2-D sketch.

The model is too large to be redrawn on a 2-D plane, how to convert it to a 2-D sketch

View 9 Replies View Related

AutoCAD Inventor :: Change Sketch 2013 Into Sketch Of 2010?

Dec 14, 2012

want to change sketch 2013 into the sketch of 2010 

View 1 Replies View Related

AutoCAD 2010 :: Hatch Unable To Move / Copy To New Location

Aug 2, 2013

I could not move or copy the hatch,it seems like locked. The dxf drawing was exported from CSC OrionR18.

View 5 Replies View Related

AutoCAD Inventor :: Sketch Disappears When Editing Another Sketch?

May 30, 2013

When I edit certain sketched some other sketches disappear. see attached.

This is causing modelling to slow down as I can not project lines from the sketch that has disappeared.

View 8 Replies View Related

AutoCAD Inventor :: Modify The Sketch From Projected Sketch?

Aug 22, 2012

After I create a adaptive part from projected sketch. How to modify the sketch? Please see the part attached.

View 6 Replies View Related

AutoCAD Inventor :: Difference Between Sketch And Planar Sketch?

Mar 4, 2012

what is the difference between a sketch and a planar sketch?

View 2 Replies View Related

AutoCAD Civil 3D :: Titleblock Attribute Definitions (Fields) Won't Move To New Location

May 26, 2013

I have created a new layout from Templates that are the C3D standard templates.  I get the below messages in my command bar and subsequently my template does not have any of the blocks, north arrow...nothing.  Just a blank sheet.  Why?  See below messages that I copies from the command bar....

Command:   <Layout from Template>
Duplicate definition of block _ClosedBlank  ignored.
Duplicate definition of block AeccTickLine  ignored.
Duplicate definition of block AeccTickCircle  ignored.
Duplicate definition of block North  ignored.
Duplicate definition of block Graphic Scale - Imperial  ignored.
Duplicate definition of block ANSI D Title Block  ignored.

View 9 Replies View Related

AutoCAD Inventor :: Constraining A Sketch To Another Sketch?

Aug 16, 2012

I'm having trouble with constaints, I'd like to constrain my sketch to a point in another sketch on a different plane. Is this posible in Inventor? If so how? If Inventor works differently how would you get a points in one sketch to be linked to points another?

View 2 Replies View Related

Lightroom :: Want To Move Location Of Photos

Nov 9, 2013

I imported them without moving them.  So they're in the catalog.How do I transfer them to the drive which contains the entire catalog.  (I should have hit "move" right?)

View 2 Replies View Related

Photoshop :: Move Temp Files To Another Location?

Sep 18, 2012

Photoshop does a lot " *. TMP" files when the program is started up. These temp files, I would have moved to another location.How can I do it?

I am aware that it is possible to define which file "Photoshop Temp11309645056" to be created and how I place it at his own request, but it is not these files I ask for positioning.

View 1 Replies View Related

Photoshop :: Possible To Move Object On Exact Location

Mar 2, 2012

In Transform controls I have write exact distance X: 1240.00 pixels (1. Picture)When I click ok, the object remains in its previous location by the guide .1240 .50 pixels (2. Picture). URL....

View 6 Replies View Related

Photoshop Elements :: How To Move Catalogs To Different Location

Jul 12, 2013

I have a PSE10 photo catalog and video catalog on my Win'7 64-bit PC.  The catalog files are on my C drive (default location) and the media files are on a different internal "D" drive.
 
Each catalog currently resides in its own folder in the default location on C drive, and each catalog file is named "catalog.pse10db".  It is curious that each file is identically named; I didn't do that, PSE did.
 
I want to move the photo catalog and video catalog to the internal "D" drive so that when I backup the D drive, the catalogs and media files are all backed up together. 
 
How do I move my catalogs from the default location to a different location?  I have read the "Backup and Restore Catalogs to New computer" info and think it may apply here, but I want to be sure before I try anything.

View 1 Replies View Related

Photoshop Elements :: 11- Move Images To New Location?

Dec 27, 2012

PSE11 on Win7. I have an album of images. Those images exist in a number of different folders. I would like to 'Move' them all to a new location. So all of the images would now be in the same folder.

View 4 Replies View Related

Photoshop Elements :: How To Move 9 Catalog To Another Location

Jun 14, 2012

I got HP Envy with installed PSE 9.
 
The catlog  for PSE was located on the same drive as a programs and even I have almost empty data drive I cannot install any more programs because there is not enough space on the drive for the programs.
 
Questions:
 
1. How I can move Catalog to another drive?

2. How I can configure from the start or re-configure PSE to have Catalog in another location/drive?

View 3 Replies View Related

Lightroom :: Move Photos To Another Location - All Are Disappeared?

Dec 15, 2012

was trying to move a photo to another location and I clicked on something and it asked if I wanted to create a new catalog. I said yes.  Now none of my photos are appearing in my lightroom.

View 1 Replies View Related

Lightroom :: Can Delete / Move File To Different Location

Mar 17, 2014

I have just installed lightroom 5 and it has put a file on my desktop which I do not want.
 
Can I delete/move the file to a different location?

View 6 Replies View Related

Lightroom :: How To Move Thumbnails To Specific Location

Feb 2, 2013

I have 'User Order' sorting selected in a catalog of about 25,000 images and I want to move thumbnails around to specific locations in the grid view.  Of course, I can select and drag them but I'm wondering if Lightroom has something like a move-to-new-location function according to which I can select photos to move, select the new grid position, and move the photos right to the new location. Phase One's Media Pro has this function but I'm not seeing it in Lightroom.

View 1 Replies View Related







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