AutoCAD Inventor :: Use Edit Sketch To Change Path Geometry
Dec 19, 2013"Path has discontinuous segments. Use Edit Sketch to change the path geometry"
View 5 Replies"Path has discontinuous segments. Use Edit Sketch to change the path geometry"
View 5 RepliesIf I zoom in on a small detail in a large sketch and then issue the "edit sketch" command Inventor changes the view to where the origin is visible on the screen. Is it possible to disable this?
View 2 Replies View RelatedTrim/ extend sketch geometry dynamically doesn't work with construction lines?
View 1 Replies View RelatedIs there a way to quickly remove all geometric elements that have been projected upon a sketch?
I don't want to remove the constraints that lock them. I want to remove the elements that basically have that constraint.
We just upgraded from 2011 to 2013 and we are having SERIOUS problems with our projected sketch geometry in parts not updating. We have only done this about 1.1 million times over the past four years and now every one of our skeleton models we touch is failing to update and causing a whole mess of delays.
I looked through the Application options for sketching and didn't see anything.
I have an existing sketch and a new sketch onto which I want to project some lines from the existing sketch.
The panes of both sketches do not run parrallel.
Normally a projection is created by imaginary projection lines from the existing sketch to the new sketch perpendicular to the new sketch.
But now and want to project the existing sketch with imaginary projection lines that are perpendicular to the existing sketch.
Is there a way to hide project geometry from model sketch? I am modeling a sheetmetal part where I need to sketch centermaks, part number etc. for laser cutting. I want to use xy planes for symmetry reasons when sketching, but I don't want them to appear in dxf. This is a problem if I create a dxf directly from the model.
Usually I create dxf files from drawing by adding new sheet where I create flat pattern view from the spesific part (excluding machinigs etc, only thermal cut boundaries visible). In the drawing I am allso able to show model sketches and hide unwanted project geometry. Is it possible to include these sketches to dxf?
In an assembly document, if you want to project a sketch from one part into another, you go through these steps:
- select the part
- edit the part
- create a 2D sketch
- select the plane
- select project geometry
- select the sketch in the other part
- finish sketch
This creates a reference to the original sketch, so if I move the original sketch the new sketch will also move when I hit Assemble.
I am trying to do the same through the API, so I create a proxy for the original sketch and a proxy for the new sketch. I then use the AddByProjectingEntity method on the new sketch proxy passing the original sketch proxy.
This works for projecting the sketch, but it doesn't create the reference, so if I move the original sketch the new one doesn't move, even if I hit Assemble. How to create this link between the two sketches?
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] .......
I am unable to select Sketch geometry via a crossing window to project to a new sketch.
While in the new sketch if I select " Project Geometry " I am only able to select one line at a time. quite tedious for some of my larger projects.
I can not honestly say that this feature was available in previous releases but it seems to me it was. Am I missing a variable somewhere?
Can we now toggle "sketch only" geometry when creating drawing view sketch transient geometry in the Inventor 2012 API?
View 2 Replies View RelatedI'm using Inventor 2012, and experiencing some trouble with certain types of projected geometry that I'm using in a sketch associated with a view in an .IDW file - but only when the view involves a break (or breaks).
I'm generating section views to show the layout of hole details at various axial locations along the part. When placing a section line, I can't "pick up" any appropriate locating geometry from the view. So, after creating the view (using just a vertical section line), I edit the sketch that defines the section line. Project some geometry (the edges of the holes, in the attached example), draw some additional geometry constrained to that, then constrain the section line to that. That works fine; if I move the view around, the section lines stay attached to it. This is what is shown in the attached "before break" picture.
When I apply a break to the drawing, though, the section lines don't follow the changing view. They stay right there, as if the view had not been broken at all. This is what's shown in the attached "after break" picture. Move the view around, and they track with it - but always staying the same "real" distance apart from each other. It is as if that projected geometry were completely ignoring the break.
I observe something similar if I start with an IDW view with one or more breaks, then create a sketch associated with the view. If I project geometry, some of it projects where it should, but other geometry projects elsewhere on the page - as if no breaks were present in the view.
The part I've shown here is something I put together as a simplified example of what I'm observing. The part I'm actually trying to detail is more complicated (many more details), and much longer (so breaks are a requirement to put it on paper).
I am using projected and sketched geometry (2D sketches) in assembly space to create lines/ points that I intend to use to define planes and axes. The problem I have is that nearly all the geometry I create (lines and points in 2D sketches) is not "selectable" when I try to create planes or axes. I cannot even put a work points "on top of" my sketch points. Why are my sketches not usable in the assembly space? Since the components in my model are just two extruded rings I don't have any linear edges I can select to make this work/ define planes.
View 9 Replies View Relatedwant to change sketch 2013 into the sketch of 2010
View 1 Replies View RelatedSomeone has generated a frame from an unconstrained skeleton (all green lines). I can edit the 3D sketch by double clicking it but the 3D sketch tab doesn't come up. I can drag a vertex but it gives me the error message "drag geometry composite request cannot be run on document"
There doesn't seem to be any way of dimensioning or constraining or otherwise editing this geometry.I have two of these frames to deal with.
If I create circle and then mirror that cicle in the sketch. How can I then edit that mirror?
When I create pattern in sketch I can edit pattern afterward but cant figure how to edit mirror (except deleting constrains).
Is there way to do it?
I've got a problem with creating Path in Inventor VBA. I've created a source block definition in SourcePart.ipt, derived it in DestPart.ipt, placed this derived SketchBlockDefinition in Sketch3 and draw 3 extra lines. Now i want to add a SplitFeature with SplitTool as a Path of 3 lines, but first i need to create this Path. There is no problem with creating path from this 3 extra lines, but when i want to create path from lines that belongs to derived block - an error occurs.
Below is sample code (also included in attached file - DestPart.ipt). Try run it with DestPart.ipt as an active file. When Inventor is prompting for Selecting Sketch Entity first select one of 3 extra lines, macro ends with no errors. Then run it again, this time select one of 3 lines that belongs to SketchBlock - an error occurs.
When you try to add SplitFeature (Trim Solid) by UserInterface Button "Split" there is no problem with any set of 3 lines.
Sub CreatePathTest() Dim oPartDoc As Inventor.PartDocument Set oPartDoc = ThisApplication.ActiveDocument Dim oPickedSketchEntity As Inventor.SketchEntity Set oPickedSketchEntity = ThisApplication.CommandManager.Pick(kSketchCurveFilter, "Select Sketch Entity") Dim oNewPath As Inventor.Path Set oNewPath = oPartDoc.ComponentDefinition.Features.CreatePath(oPickedSketchEntity)End Sub
My System is Windows 7 32bit/64bit, Inventor 2012
Seen this recently? Using Inventor 2012 SP1 on Windows 7, 64 bit. If we go back into a previously created sketch and edit or add a dimension, upon clicking the green check mark to complete the dimension edit, the sketch exits back to the modelling environment, meaning we have to edit the sketch again to continue with other changes. Obviously no big deal if I'm only editing one dimension, but how often does that happen?
This started happening prior to SP1 being installed. We have this happening on multiple computers (all with the same hardware specs) in our office. I don't believe it to be a hardware or driver issue, but I am wondering if it is a process issue. For example, we use project geometry a lot, even projecting from other parts within an assembly (non-adaptively). We also work on SAT file models, rather than geometry initially created from Inventor itself.
Inventor 2013 Product Design Suite
Vault Professional 2013
Windows7 x64
Autodesk Inventor Certified Professional
I created an assembly of parts and then converted my assembly to a weldment. I then realized that I need to create a sketch and make an edit to my assembly. The sketch command is greyed out however. I did some trouble shooting and realized that once I converted it, it no longer allows me to make edits. Is there anyway I can get around this? do I now have to re-create the entire assembly to make this edit at the assembly level? If so this would really suck since it is a rather large assembly. I see saving as a new IAM doesn't work as well.
View 5 Replies View RelatedI have had several sheet metal parts return error messages to edit the sketch coordinate system after the part has been modified. This usually pertains to a dimensioning drawing made to the flat pattern. I have found how to edit the coordinate system, but I don't know what to edit it to. If I select the center point I can drag it from where it sits to an existing corner and select done but that seldom resolves the issue. What is Inventor looking for? I sometimes get a message asking if I want to edit the axis as well but what to do there.
Why can't these sketches orient off the center point that is already in the model? If it would stay put I could dimension to it and be done but it has to twist and turn the model and then put the point on some corner, not usually where I would like it and then I get these errors if I alter the model later.
without going to edit sketch can i get dimensional values
View 3 Replies View RelatedYou know the square, traingle, circle, and the hexagon shapes that are used on the revision tags? How do I change the size of the geometry to be smaller? If I just change the text size, all that changes is the text, the geometry remains the same. I'm wanting to make them ultra small so that when there are lots of revisions, it doesn't clutter up the drawing too much.
View 3 Replies View RelatedI am struggling with projected geometry that is for some reason not updating in sketch when I change sorce element.
I have sketch in ipt file A.ipt
A.ipt is placed in A1.iam.
in A1.iam I create or place B.ipt
in B.ipt I create sketch and project some elements of A.ipt sketch to it.
After any change i sketch in A.ipt file I and up with elements projected to sketch in B.ipt not muchning elements they ware projected from.
I tried I think everything, adaptivity, creating additional points i A1.iam (they update properly but still projection is not updating).
I am designing a vacuum part in Autodesk Inventor, which is essentially a long cuboid shape with various valves and spaces for windows along it's length (see attached pic). Upon finishing the design of this part, a few details need to be changed - one being the fundamental shape of the object. It now needs to be a larger square section attached to a long cuboid section (as I found out the valves on the right hand side of the drawing are around double the size they are in this drawing). Rather than restart the project from scratch, I would like to only modify one of the ends to be extruded out into a square shape, or something like that. My first idea was to use the split command in order to split the faces into what I did and didn't want to change, but upon starting this, I don't think this is the best way.
View 2 Replies View RelatedTried to do something that all other 3D softwares seem to have no problem with, even inventor at least when we were using the old versions.
Editting sketch - close sketch. No model update.
This is an existing 3D model created with inv2011. inv2013 does not like much of what we created in the old releases of inv.
Sketch gives me 1 dimension. Part and drawing give the old dimension value.
This is yet another major sign of unstable software. Over 24 software issues discovered from changing inv2011 to inv2013.
I need to change the length of geometry by a text parameter.How to do this?
I tried this:
If widthselection="420" Then
Parameter(d11)=725mm
Parameter(width)=420mm
ElseIf widthselection="620" Then
Parameter(d11)=1075mm
Parameter(width)=620mm
[code]....
I am trying to edit a sketch in a multi body part file. While I am trying to edit, it displays all other solid bodies which is not required. How to switch them off displaying unnecessary solid bodies while editing a sketch?
View 6 Replies View RelatedIs there an option somewhere to stop Inventor automatically rotating the view when I create or edit a sketch?
View 2 Replies View RelatedWhat I would like to do is create a custom dialogue for each of 3 or 4 standard sketch symbols we use on a regular basis. I'd like to load 'suggsted' values out of an excel spreadsheet and allow the user to pick from them or enter in a custom text string if required. The values would then become part of the sketch symbol.
I've spent some time looking into iLogic rules and I think I've determined that they're not flexible enough to do what I want.
If I'm correct, it is possible (or a good idea) to do this using a VBA macro? I'm a little hesitant to go down the full blown add-in route. While I'm pretty confident I could work it out.
In our drawing file we expose the mass of the part. So I have set the 'Update physical properties on save' in the 'Application Options'. This works fine when you save your file before switching to the drawing file. If you forget to save and go to the drawing file the mass is showed as: N/A.
Therefore I have created a rule which updates the mass of the part. This rule is activated with the 'Part Geometry Change' event trigger. This is done to update the mass in the drawing file even when the partfile is not saved. This works fine. If I make any changes to the model the mass is updated correct, EXCEPT for deleting features. When I delete a feature and switch to the drawing file the mass is shown as N/A again. So apparently deletion of any feature is not recognized as a 'Part Geometry Change' because the rule isn't triggered.
I am just wondering how to change the orientation of a sketch in VB.net. I have no worries in VBA but the command to set the orientation and origin don't seem to work in VB.net.
View 4 Replies View Related