AutoCAD Inventor :: Importing 3D Polylines To Ipt 3D Sketch

Dec 14, 2012

I am trying to import Acad 3D polylines to an Inventor ipt 3D sketch via insert -> Acad etc. Sometimes the segments between vertices come in just fine (see first pic), but other times they are all squiggly (second pic).

The Acad polylines are true 3D lines with varying X, Y and Z. I need to bring the lines to Inventor in order to sweep along them. I am using Autocad and Inventor 2013.

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Importing Excel Points To 2013 Sketch

Jun 25, 2013

When I use the import excel points function in the 2D sketch menu of Inventor 2013, nothing happens when I open the excel file. No points are drawn in the sketch... I don't even get an error message... I have tried the same thing on another computer with the exact same spreadsheet and it works 100%.

I'm running Inventor 2013 service pack 2 on a Lenovo Y570 with an Nvidia GeForce GT555M GFX card 

View 2 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 2010 :: Converting Polylines With Width And Text Into Close Polylines

Jan 2, 2014

As the above mentioned, I have a drawing drawn using polylines with width from someone. The width of the line are suppose to represent area,

To put things into prospective, here is an example:

The polyline is 10 unit long and with a width of 2 unit wide. If i explode that polyline, it will become a single polyline without width. The line are suppose to represent 10 unit long and 2 unit wide; representing an area.

My question is is there a way to change the line above directly from polyline with width to a close polyline (4 x polylines) of 10 unit long and 2 unit wide.

View 2 Replies View Related

AutoCad :: How To Draw 3D Polylines Or Convert Single Lines To Polylines

Oct 9, 2013

How to draw 3D polylines, or convert single lines to polylines?

this.JPG

View 7 Replies View Related

AutoCad :: Converting 3D Polylines To Polylines With Elevation?

Jan 20, 2006

Is there a way of converting 3d polylines to polylines with an elevation?

I have a dwg of contour information, the contours are 3d polylines, because they are contours the z value is constant all along the line, so there no question what the elevation of the polyline would need to be.

I need to do this as I then need to import the dwg into a GIS programme called MapInfo whch doesn't read 3d polylines.

I have access to AutoCAD 2004 or 2005LT.

View 9 Replies View Related

AutoCAD Inventor :: DXF File Polylines

Jul 7, 2011

In the ipt. sheet metal file, we create the flat and export face as a dxf file to use in our cnc software.

The problem is that our shop guy cannot open the dxf in the cnc software (he gets an error) unless we open the dxf in Autocad and explode it and resave. For some reason, Inventor creates the dxf with the perimeter of the part as a polyline.

Is there a setting that could keep it from making it a polyline.

It is time consuming to have to go into Autocad, explode and resave every sheet metal part.

We use Inventor 2010.

View 1 Replies View Related

AutoCAD Inventor :: Polylines In DXF Files

Sep 13, 2012

Using my ipt flat pattern, I export the face as a Rel. 12 dxf for the file to be used in our cnc software.

I'm having a problem that the guy in the shop cannot open the dxf unless I open the dxf in Autocad and explode it.

Inventor is creating the perimeter as a polyline.

Is there any setting I can change to prevent the polyline creation?

I have also noticed that, in some instances, through the bend area, that after I explode the file, there will be like 127 lines on top of each other.

Again, is there a setting I can change to prevent all of this?

Lenovo Think Pad
Windows 7 SP 1
64 Bit.
Inventor 2013
ACAD Mechanical 2013

View 2 Replies View Related

AutoCAD Inventor :: Getting Closed Loops From Polylines In DWG Files

Feb 26, 2012

I am trying to import a complex curve from autocad lt (in my case an airfoil), to create parts.  I have drawn the curve in autocad lt as a polyline.  Autocad lt treats the curve as a single object, and seems to understand it as a closed loop. 

When I import the curve into Inventor lt, Inventor treats the curve as a series of unconnected line segments.  What can I do in either Autocad lt or Inventor lt to get Inventor to treat the curve as a single object, so that I can then extrude it?

View 2 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 :: 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

AutoCAD Inventor :: Export Sketch From IPT To IDW

Jul 26, 2013

I am working on iLogic models and have a sketch feature in a part that is used as a referance for a caulk bead. The sketch is in an IPT and is a stand alone feature. I am trying to have this sketch feature be visible in and IDW file of the product I am developing but cannot seem to find a solution. Is this even possible and if so what am I doing wrong?

I am doing it this way because the caulk bead spans the entire height of the part which can change via different custom parameters, therefore the caulk bead needs to be able to change with the part while not losing its sketch references.

View 4 Replies View Related

AutoCAD Inventor :: Exporting Sketch As DWG Or DXF?

Jul 25, 2013

I'm trying to make a .dxf or .dwg from our company logo to use it in many parts and assemblies. I also would like to be able to resize it. When I export the sketch from the attached model, and use it in a new part, it says there's open loops and other problems. These do not occur in the original part when using sketch doctor. 

What's wrong with the sketch? Is there easier ways to emboss the logo on multiple parts?

View 2 Replies View Related

AutoCAD Inventor :: How To Import Without Having To Fix The Sketch

Oct 20, 2009

When importing Acad files is it possible to imprort without having to fix the sketch in inventor? Meaning, if the Acad drawing was drawn so all the lines attach to another ("closed loop") why is it when I import and select all the layers or (no layers) that i can not extrude the sketch in inventor without always having to fix.

-Redundant points
-Missing Coincident contraints
-Overlapping curves
-open loops
-self intersecting loops

Before importing the autocad file, what needs to be done to the autocad drawing before importing for a flawless sketch so i can just extrude it in inventor?

View 9 Replies View Related







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