AutoCAD Inventor :: Loop Select Sketch To Create Boundary
Sep 26, 2011
I am not sure exactly why this is a limited feature of Inventor 2011 but when you want to select a sketch to create a boundary patch you have to select each part of the sketch in sequence. It's a pretty laborious task. I am looking to a way to automate this using i logic.
View 5 Replies
ADVERTISEMENT
Nov 21, 2012
I'd like to know the alternatives in 3ds Max to these popular tools:
1-When you have selected an edge loop, let's say, on a plane, how to select the polygons inside that loop? At the moment I'm using the split tool as a (very bad) workaround.
2-When you have selected some polygons, how to select the edges on the "boudndary"? (kinda the opposite of the above) At the moment I'm using the detach as element and border selection as a (very bad) workaround.
View 6 Replies
View Related
Jun 28, 2013
Being all new and complete virgin-like, to ilogic, I would like to know wether it is possible to analyze a sketch (wenn it is being closed)?
What I want to analyze is:
Does the sketch contain a fully constrained closed loop?
Does this closed loop consist only of straight lines?
What is the total number of lines in the loop?
Next fase is:
Create an excel-sheet with the following information:
For each line in this closed loop i wish to add the length of the line, and the angle to the next line (consequently on the internal side of the loop, resulting in angles from 0 to 180 degrees).
View 2 Replies
View Related
Aug 12, 2013
I wanted to chamfer a poligonal faced part, but had to select the edges one by one.
The Edge Chain buttons were grayed out, why?
View 1 Replies
View Related
Jan 25, 2013
I am very new to all Autodesk software. I am currently doing a trial on Inventor 2013 and Solidworks 2013 to decide which software is a better fit for my company. I am offsetting a very complex sketch by .002" and I want to delete the original. Clicking every line and radius does not make sense to me.
View 9 Replies
View Related
Oct 12, 2011
I can't seem to get inventor to select a given parameter inside a sketch. It keeps giving me an error.
All I want to do is to have inventor Select / Highlight a parameter inside of a sketch so the user can clearly see it in the window. Ive tried heaps of different selection options, I just can't work out what ive done wrong.
Sub GetParameter()Dim TargetName As StringDim oCompDef As PartComponentDefinitionDim oSketch As PlanarSketchDim oConstr As DimensionConstraintDim oParam As ParameterDim oCmdMgr As CommandManagerTargetName = d0 ' parameter nameSet oCmdMgr = ThisApplication.CommandManagerSet oCompDef = ThisApplication.ActiveDocument.ComponentDefinitionFor Each oSketch In oCompDef.Sketches For Each oConstr In oSketch.DimensionConstraints If oConstr.Parameter.Name = TargetName Then Set oParam = oConstr.Parameter oSketch.Edit Call oCmdMgr.DoSelect(oParam) Exit Sub End If NextNextEnd Sub
View 2 Replies
View Related
Feb 11, 2013
When i place a rectangle in a sketch i can't select the parameters to be directly linked to size. I must first enter a number, delete the number and can then through the triangle to the parameter list. Is it possible to approach the parameters directly ?
View 3 Replies
View Related
Sep 29, 2011
See attached image file. I can't select just the profile sketch to cut extrude. It only selects the whole face (surface). I have this issue on (2) different workstations and on various parts along the way.
View 2 Replies
View Related
Nov 9, 2011
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?
View 2 Replies
View Related
Dec 18, 2013
I am having an issue with the "select sketch features" selection filter. Specifically, it does not seem to work within the edit-in-place environment. If I am sketching on a part that has been opened discretely, selection functions normally. However, if I am editing within an assembly and I attempt to work in a sketch, face selection takes priority over selecting dimensions or sketch features despite the sketch features filter being active. I have not always had this problem, and it began approximately a month ago. I can't think of anything I might have changed to cause this, but I'm wondering if there's an option somewhere that I accidentally toggled.
Inventor 2014 SP1
Windows 7
View 2 Replies
View Related
Sep 13, 2012
I need to create about 100 off points in a sketch.
I have the x and Y co-ordinates in a excel spread sheet. Is there any simple way to create the points other than manually entering thru precise input.
View 2 Replies
View Related
Sep 14, 2012
How to create a custom ribbon with sketches cmd... I found example for assembly context... it work well but I don't find how to do that in sketch mode... The goal is to control the cmd the user can use.
View 3 Replies
View Related
Jan 31, 2012
I created a 12-sided polygon shape in the sketch mode. I created one line, fully constrained it and then used the circular pattern to finish the shape. Why can't I extrude the shape?
I have attached the file. It's a pretty basic shape. I don't understand why it wouldn't work...
View 2 Replies
View Related
Jan 23, 2013
creating a named sketch block (in an ipt) containing entities that I have created in the same sub? I'm doing this from Excel, in Inventor 2010.
What I have:
Function CreateUncutTagSketchBlock()Dim IVApp As Inventor.ApplicationDim oDoc As DocumentDim oCompDef As ComponentDefinitionDim oSketch As SketchDim oTG As TransientGeometryDim FileName As StringDim Coords(1 To 10) As Point2dDim oSketchCircle As Circle2dDim oSketchArcs(1 To 2)
[code]....
note that i've also taken a shortcut with the arcs, and the circle. I did try to create them using the same naming convention as the lines, but... I failed to implement it successfully.Also, I can not quite figure out how to constrain all the start/end points together.
View 2 Replies
View Related
Aug 22, 2012
Why I cannot create a extrude feature for the sketch3.
View 4 Replies
View Related
Sep 17, 2013
I created a 2D planar sketch, now I need to create a 3D sketch and Helical curves, but as I enter into the 3D sketch mode, I cannot perform any functions, all my tool bar options are grayed out?
I am running 2014 Pro Design Suite.
View 2 Replies
View Related
Mar 20, 2012
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 Related
Oct 4, 2011
I have this assembly shown in the pic. below. I'm trying to create a point or axis in the blue corner points (to attaches something later on) but it just won't let me choose it for some reason. I know that it's possible to to do that (almost sure I already done this trivial thing in inventor.)
Any reason it's not letting me choose the sketch points/line to in order to create points or axis(s)?
Inventor 2012 Pro.
I7 workstation
View 8 Replies
View Related
Jul 25, 2008
I am trying to create a sketch on a face for an extrusion. The sketch has a text box. I am having trouble excluding the text in a sketch otherwise all the closed geometries of the text get extruded.
I created an objectCollection and excluded the TextBox objects. Still not working.
View 6 Replies
View Related
Sep 9, 2003
In 5.3 I can create reference dimensions in sketch mode to my hearts content. They became very valuable as I would use them to determine placement of multiple features. Now, in IV 7, I have alot of trouble creating reference dimensions from adjacent features on the same surface. I have to change the way I'm working now and it has stumped me on a few occasions. is there a "new" feature I need to enable or is this the cost of progress?
View 9 Replies
View Related
Jan 16, 2013
I am using inv2011. I have to create rec. blocks very often and in inv2011 . I have to constraint it in middle.
Can i write a Macto that gives me constraint rec block in sketch. This feature already available in Inv12.
View 5 Replies
View Related
Nov 6, 2012
I am encountering issues with the "edit boundary" tab on the ribbon, as well as "finish sketch" when the edit boundary tab DOES show up. i don't know how to finish the sketch without this, so i have to undo everything.
View 1 Replies
View Related
Oct 4, 2012
I cannot select origin to constrain sketch with dimension to origin?
I selected Sketch,
expanded origin,
selected mywork plan (xy)
drew rectangle,
input dims,
right click for marking menu,
selected dimensions,
Origin is yellow,
cannot select it and then edge of rect to set dim that will center sketch on origin? Just like the videos show, but cannot select origin>
View 6 Replies
View Related
Dec 9, 2011
I am a beginner when a extrude a feature and select a part surface for new sketch now i want is to offset that surface but i can,t there is + sign with mouse icon and something like fully constrained is written in down the window.
View 9 Replies
View Related
Nov 1, 2013
I am trying to create a 3D sketch of a helical curve that has an accelerated pitch.
View 2 Replies
View Related
Oct 29, 2013
I'd like to add a sketch to my drawing - a sketch that is independent of any other views. Is it possible to make this sketch have a scale associated with it instead of being 1:1?
Right now I am just overriding all of my dimensions.
View 1 Replies
View Related
Sep 9, 2013
I use the same sketch to create a break out view in one type of drawing. I may be blind, but I can't seem to find a way to save that sketch and reuse it when I want to create a break out view.
View 4 Replies
View Related
Jun 20, 2013
Im trying to create a shape like the attached image using sheet metal loft from one sketch to the second sketch. No problem doing that but i want to extend the neck on the small end 1 inch like the attached image.
Currently the product is produced using 4 panels brazed together. I want to create the product with 2 bent panels 90 degrees that are split apart from the loft.
Not sure if this even possible in the real world sheet metal house to develop the flat pattern.
View 4 Replies
View Related
Nov 26, 2012
Is there an option somewhere to stop Inventor automatically rotating the view when I create or edit a sketch?
View 2 Replies
View Related
Nov 6, 2012
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 Related
Oct 6, 2012
I want to draw a line between the two sketches visible on the image below. The line should be in the plane visible. The starting point of the line should be from wherever the top sketch intersects the plane of the current sketch. The finnish point of the line should be wherever a line of the bottom sketch intersects the current sketch plane.
There is no tooltip appearing that would allow me to quickly "attach" the starting line to the correct position. Is there such an aid, and how do i turn it on?
View 1 Replies
View Related