AutoCAD Inventor :: Why Can't Delete The Sketch
Nov 9, 2013I played with adaptivity status of part 27 and sketch 3 in that part, and i now i cannot delete the sketch.
The delete command isn'ton the RMB and when i press Delete nothing happens.
I played with adaptivity status of part 27 and sketch 3 in that part, and i now i cannot delete the sketch.
The delete command isn'ton the RMB and when i press Delete nothing happens.
I am trying to delete fill from a sketch I have done on a drawing. (See attached). Unfortunately I cannot find any way to delete without deleting the whole sketch. I tried as Inventor said to go into Annotate Ribbon and change Layer & Style but both these dropdowns show blank when I try that. I also tried going into Fill/Hatch again hoping the new one would overwrite the old one but no success.
View 4 Replies View RelatedHow can I delete some points that show in my sketch like these (see the attachments). by the way, they are related to sketch constrains?
View 6 Replies View RelatedI want to delete the inital Sketch (if was already opened) that Inventor creates when a new part is added.
I have tried this, but doesn't work.
Sketch sketchActive = docPart.SketchActive.
sketchActive.Delete();
I have a sketch reference that is giving a cross part failure error. I am unable to select the reference in the browser so I cant delete it or update it.
How to get rid of it. Deleting the sketch and starting again will be a disaster.
Using 2011SP2 XP64.
I wish to delete all project geometry in the active drawingsketch with 1 click
But unsure how to get to these constraints.
Are these geometricConstraints?
What I have now doesnt work:
Select Case ThisDoc.Document.DocumentType
Case 12292:
Case Else: MsgBox("Current Document not a drawing document")
Exit Sub
End Select
[Code] .......
Constraint to unresolved reference geometry. Finding these magenta broken links items in a sketch is time consuming. Is there a macro that can delete them all?
View 2 Replies View RelatedI'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 RelatedHow 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.
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++; }
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
want to change sketch 2013 into the sketch of 2010
View 1 Replies View RelatedWhen 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.
After I create a adaptive part from projected sketch. How to modify the sketch? Please see the part attached.
View 6 Replies View Relatedwhat is the difference between a sketch and a planar sketch?
View 2 Replies View RelatedI'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 RelatedJust 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 RelatedIs it possible to offset this 3D sketch1, it must still follow the curvature.
View 9 Replies View RelatedInventor 2011 will not offset polygon in sketch mode. I get "Method not supported for transient meta" error message.
View 9 Replies View Relatedis 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:
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?
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].......
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
I keep getting this error adding a sketch to any view in an IDW... What might be causing this error?
View 1 Replies View RelatedIn 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?
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?
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.
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.
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?
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?
I know my subject is somewhat mis-named, because I gather that you cannot really extrude from a 3D sketch, however I am looking for a way to accomplish what extruding a cut from a 3D sketch would accomplish.
The problem is this: I have a simple 2D sketch that I've projected onto a curved surface (imagine a square projected onto the outside of a hollow cylinder). Now that I have a 3D sketch on the surface of the cylinder, I want to use that sketch as a "cookie cutter" through one wall of the cylinder.
If I were to simply extrude the cut from the 2D sketch, the "cookie" is wider at the edges than at the center. I want the cut to be perpendicular to the projected 3D sketch at all points.
I've attached a simple example that illustrates my problem.