AutoCAD Inventor :: Crash When Pasting DWG Into Sketch?

Jun 25, 2012

On my local machine, when I copy lines from a DWG then attempt to paste them into an Inventor sketch, Inventor crashes. This only happens on my local Windows 7 profile, other profiles are able to perform the same action.

This happens across all DWGs, I am using the same version of DWG TrueView as Inventor, and I have used both custom and stock start parts.

View 1 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Paste Special Crash When Pasting From PDF?

Jul 11, 2013

About 50% of the time, when I take a screenshot of part of a pdf (using acrobat's screenshot tool) when I go to paste it into C3d, I choose paste special, and then image object, and the screen goes pale and I get the C3d has encountered an error and needs to close message.

I have installed the latest hotfix which was recommended after a save to dxf crash this morning but  just had it crash out again with a paste special.

When this crash happens, it never asks me to send in a report.

I am using C3d 2013. the 64bit version, on Win7 pro 64 bit SP1,Intel (R) Xeon (R) CPU E3-1240 V2 @ 3.40ghz and 3.40ghz.  16gb RAM, and AMD FirePro V5900 2gb graphics card.

The computer should be able to cope, but I find that it lags if I just insert whole pdfs and I usually only need a bit of the image.

Is there anything I can do apart from always convert the pdf into a jpg first?

View 5 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 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 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 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

AutoCAD Inventor :: 2013 Crash When Changing Ribbon

Oct 12, 2012

We just upgraded to 2013 software and anytime i change the ribbon to anything besides the default Inventor crashes.

View 9 Replies View Related

AutoCAD Inventor :: 2013 Crash When Use DA To Copy Files With New Name

Nov 12, 2012

I have no this problem for version before Inventor 2013, just start from this lates version.

I models a ballet bar assy in 2'6" width with derived sketch, then I used DA to copy all the files with new name in 4'. After that, I tried to open the new files, it crashed itself, no matter I open a part or assemble.

But if I changed the derived sketch name back to its original, everything is fine for new files.

I attahced the zip file, try it. If it crashes, just change file: BALLET BAR 4ft_SKETCH

to: BALLET BAR 2ft-6in_SKETCH

everything is fine then.

View 6 Replies View Related

AutoCAD Inventor :: Derived Part With Block Crash?

Jun 26, 2012

Create part 'A'  with a sketch containing a block e.g. the block might be a circle.

Derive part 'A' into part 'B'.

Create a feature in part 'B' using the derived circle e.g. an extrusion.

Delete block from part 'A'.

Open part 'B' & update.

View 1 Replies View Related

AutoCAD Inventor :: VBA - ActiveDocument.Close Causing Crash

Apr 22, 2009

I'm creating a macro to run on creation of a new assembly from a particular template. I created a macro named autonew in the template's VBA project file. It works great except for one thing: if the user presses "Cancel" on my form, I want to not only unload the form but also close the file. For this case I've used:

ThisApplication.ActiveDocument.Close True

I've created a test template assembly with only this line in autonew, and it crashes Inventor. The same line of code an a non-autonew module within the template file's VBA project closes the document without error or crashing. I assume this is a bug and not as designed.

Is this a bad way to accomplish the task of closing a newly created assembly? Even if this isn't the preferred approach, I don't think this should cause a crash.

I'm running Inventor 2009 SP1.

I'm running 64 bit on XP64

View 5 Replies View Related

AutoCAD Inventor :: Out-of-process C++ Application Causes Intermittent Crash?

Mar 30, 2012

I've written a piece of code in C++ to open a part in Inventor and get parameter data from the part from out-of-process. This code works, but occasionally (i.e. randomly) execution of the code will result in an error message being returned from Inventor which indicates a crash of the program. I cannot figure out why, and because the problem occurs randomly I've had difficultly isolating the problem. Here is my code. The error suggests that I might be releasing memory that I don't own or something like that, but since it happens intermittently it is hard to know.
 
int error;CComBSTR bsPartName;CLSID clsid;FILE *out;HRESULT hres = NOERROR;TCHAR szFileName[255];/* Global Autodesk Inventor pointers */CComPtr<Application> aiApp;CComPtr<Document> aiDoc;/* Get Inventor program ID

[Code]....

View 1 Replies View Related

AutoCAD Inventor :: Cannot See Sketch

Oct 22, 2013

Just installed inventor on a new PC. When I go to sketch a line it appears to be drawn but nothing is being created.

View 4 Replies View Related

AutoCAD Inventor :: 2011 Crash When Changing Realistic Appearance (64-Bit OS)

Nov 16, 2010

I am using Windows 7 Pro (64-Bit) with Autodesk Inv 2011 (64-Bit).

I normally use this feature: "Realistic Appearance" and changing the material. However, when I accept (Clicked OK), the application crashed on me!

Please take a look at the error and the image...

Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    Inventor.exe
  Application Version:    15.1.0.28200
  Application Timestamp:    4c5b0492
  Fault Module Name:    ntdll.dll

[Code] ....

View 7 Replies View Related

AutoCAD Inventor :: 2013 IPart / IAssembly In Drawing Causes Crash

May 15, 2013

I'm having an issue with Inventor crashing every time I attempt to follow this exact procedure:

1.  I have a drawing open with an iAssembly or iPart in it.

2.  I edit a view by double-clicking the view, opening the 'Drawing View' dialog box.

3.  I open the 'Model State' tab.

4.  In the 'iAssembly/iPart Member' menu box, I select a different member.

Now, it may or may not open the 'Save' dialog box.  If it does, then I click 'OK' and poof, Inventor crashes without fail, asking to send in a crash report.

The same thing happens if I start a brand new drawing and attempt to follow the same procedure while inserting a Base view.

Now, I know for a fact that the not all of the drivers are not up to date on my computer, I am not using a recommended graphics card, and I am using SP1.1, not SP2.  I have notified my IT guy about this, but he has yet to get back to me.  I don't now if/when everything on my computer will be updated.  I do not have admin rights to my computer.

In the mean time, Inventor has become essentially useless for me until this issue has been resolved.  how I can get these drawings to start working?

View 3 Replies View Related

AutoCAD Inventor :: CRASH When CHECKIN To Vault And Create DWF File

Aug 10, 2010

When I try to Check files into Vault from Inventor 2011 and I have, under settings, Create visualization attachment checked, Inventor locks up.  Only (1) of (4) machines with this problem.  Same machine is using Vista, everyone else is using XP.

Seems to hang up the most when i try to check the .idw.  Locks up 50% of the time.   Tends to upload parts and assemblies o.k. then hangs up on the .idw. 

Windows Vista business 32 bit, SP2
Intel Xeon 5150 @ 2.66 ghz
4 GB Ram
Inventor Suite 2011, SP1 Beta

View 9 Replies View Related

AutoCAD Inventor :: Design View Representation Change Crash?

Oct 19, 2011

I have a main assembly with two major subassemblies with one of them I want the representations to be set as Defualt instead of master but when I do this and change the size of my parts Inventor crashes, if I leave it set to master it works fine but parts with visibility turned off still show in the iam and dwg files. If I try to change the representation after changing dimensions Inventor also crashes. I can individually open the sub assemblies and everything works fine.

View 1 Replies View Related

AutoCAD Inventor :: 3D Sketch - Offset

Apr 18, 2013

Is it possible to offset this 3D sketch1, it must still follow the curvature.

View 9 Replies View Related

AutoCAD Inventor :: Sketch Will Not Offset

Apr 30, 2013

Inventor 2011 will not offset polygon in sketch mode.  I get "Method not supported for transient meta" error message.

View 9 Replies View Related

AutoCAD Inventor :: 3D Sketch From Text?

Sep 12, 2012

is it possible to create 3D sketch from text?

I need it for engraving as a toolpath and for drawings.

Emboss tool is more suitable for styling and visualisation.

Attached sample from Pro-E:

View 3 Replies View Related

AutoCAD Inventor :: How To Print 2D Sketch

Nov 29, 2003

I need to print an initial 2d sketch (without any 3d work done on it).

Printing this in sketch mode seems to output a screen capture, i.e. some lines appear wriggly and not as precise as an ordinary plot of an idw or dwg file.

A sketch w/o any 3d work will not be accepted as an idw file, thus I am not able to use all the formatting (tblocks, fonts, dimstyles, etc.) options available to idw files.

Is there a way of printing a 2d sketch (w/o any 3d work) as an idw file?

View 9 Replies View Related

AutoCAD Inventor :: Using VBA To Constrain A Sketch

Jun 26, 2012

I've managed to hack together some code to draw a rectangle and dimension it. Now I want to constrain it to the origin. I figure either using two dimensions from a top/side to the origin and setting the dimension as half of the other respective dimension would work. Or constraining the center point of a top/side line to be vertical/horizontal to the origin.

The problem I'm having is I do not know how to reference the origin. So until I figure out how to reference the origin point I can't use either method.
 
Public Sub DrawSketchLine() ' Check to make sure a sketch is open. If Not TypeOf ThisApplication.ActiveEditObject Is PlanarSketch Then MsgBox "A sketch must be active." Exit Sub End If ' Set a reference to the active sketch. Dim oSketch As PlanarSketch Set oSketch = ThisApplication.ActiveEditObject ' Set a reference to the transient geometry collection. Dim oTransGeom As TransientGeometry Set oTransGeom = ThisApplication.TransientGeometry Dim oUOM As UnitsOfMeasure Set oUOM =
[Code].......

View 2 Replies View Related

AutoCAD Inventor :: Sketch Symbols

Oct 28, 2013

Is there a way to update a symbol of one type, without the changes being applied to all symbols of that type in the drawing?
 
Example: If I have three Flag Note symbol's in my drawing from the same sketch symbol and the text reads 1, is there a way that I can change the text to read 2 in one of them without the other two flag notes updating as well? 

IV 2012 Pro-Suite / VP 2011
Windows Vista Enterprise - 64 Bit
Precision Workstation T7500
Intel (R) Xeon (R) CPU - E5504 @ 2.00 GHz (8 CPUs)
12284 Mb Ram
Dual Quadro FX 5800

View 6 Replies View Related

AutoCAD Inventor :: Sketch To Any View In IDW

Jun 6, 2012

I keep getting this error adding a sketch to any view in an IDW... What might be causing this error?

View 1 Replies View Related

AutoCAD Inventor :: 3D Sketch Vs Sweeps

May 10, 2007

In Inventor R11, SP2 why :

(1) Why can't you use the Sweep command with a 3D sketch?
(2) Why can't you draw circles in the 3D sketch environment? What do you do if you need to sweep a cut with a circular profile along a 3D sketch line?

View 9 Replies View Related

AutoCAD Inventor :: 3D Sketch Base On UCS

Mar 5, 2012

I want to make some points in 3D sketch base on the Coordinate System that I defined (UCS).Is there any solution to make these points in 3D sketch just by inputing their coordinates in my UCS?

Example:  the new UCS origin has (x,y,z) coordinates from the origin.and one of the points has the coordinates of (x',y',z') from the UCS.

So from the origin it has the coordinates of (x+x',y+y',z+z').Is it possible to just use (x',y',z') from UCS directly to get my point?

View 1 Replies View Related

AutoCAD Inventor :: How To Put Some Text Into A Sketch

Apr 17, 2013

I'm trying to put some text into a sketch I have. My issue is the text is coming out sideways. I want the text horizontally.

I tried to use the rotate tool but I can't find a center point in the text box.

View 5 Replies View Related







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