AutoCAD Inventor :: Smart Sketch Symbols

May 29, 2013

At my office we create drawings with lots of added text and sketched symbols usually along the extension line of a dimension.  Currently we have to place the symbol then edit the rotation to make it parallel to the dim line. How to make the sketched symbol automatically orientate itself correctly?

Take this one step further, some ilogic that would automatically add the correct symbol to the dim line based on the feature?  For example, when we place a dim on the face of a flange, have the F.O.F. text automatically inserted on the dim line?  Or if you dim to a 2" pipe have the 2" CL symbol add automatically?

View 1 Replies


ADVERTISEMENT

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 :: ILogic For Sketch Symbols

Jun 24, 2013

I want to replace view labels in drawings with sketch symbols to get a different appearance to my drawings. (As far as i know it is not possible to change the appearance of the standard view label.) See attached snap of my desired view label.

I have used i logic on several occasions successfully but im not experienced at all.  The way I see this working is for a sketch symbol to be inserted below a view when it is created,the standard view label being omitted & the Scale/Name/Sheet details linking to the sketch symbol through parameters.

View 3 Replies View Related

AutoCAD Inventor :: Dimensions UCS And Sketch Symbols Are All Oversized?

Nov 28, 2011

All of a sudden, things in my inventor sketches are approximately double normal size - the UCS symbol, dimensions, constraint symbols.  The UCS icon stays oversize regardless of the environment.

I went into Application Options, Sketch tab, and changed the Constraint and DOF symbol scale but it has no effect in the sketch environment.  It's not confined to a single part or assembly and I have not, to my knowledge, changed any Windows or other Inventor setting.

I feel like I've stumbled into the Readers Digest Large Print edition of Inventor. How to control the size of these things?

View 2 Replies View Related

AutoCAD Inventor :: Assign Sketch Symbols / Title Block To Defined Layer

Apr 1, 2013

I have a need to send files saved from Inventor.dwg to AutoCAD.dwg to suppliers, however due to the quantity of files "size", I need to purge them in Autocad before I e-mail. The problem I have is that my template Inventor.dwg is 1 mg due to Sketch Symbols, plus added file size for the views etc. When I get to Autocad to purge them, my Sketch Symbols and Title Block is on the "0" Layer. I have to select everything that is on the "0" Layer and change the layer to a different layer to start a LISP routine that does a, Erase All, Purge All, to get my file size down. I have not found a way to change the layer that Sketch Symbols are created on or reside on by default or Title Block either.

Any way to do this Inside the Sketch Symbols, inside the Title Block, using the styles, anything?

I am just now going through a iLogic course and read that Layers can be hidden. Can iLogic be used to change the layer of "SketchSymbols" or "TitleBlocks" and or used to purge all Sketch Symbols during the SaveAs to Autocad.dwg process?

View 3 Replies View Related

AutoCAD Inventor :: Unable To See A Selection For Weld Symbols In Annotate Symbols?

Nov 18, 2011

When working in a drawing, I don't see a selection for weld symbols in Annotate - Symbols.  Are they not available in LT?  Is there something I need to do to activate them?

View 1 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 :: IDW Symbols Printing

Jan 16, 2012

We are using Inventor 2012 professional, 2 seats. When we create a .dwg or .dwf file and dimension our parts the Diameter and Angle symbols print as the letter 'P".

The symbols show on the screen correctly, but do not print?

View 7 Replies View Related

AutoCAD Inventor :: Parameters In Weld Symbols

Mar 12, 2012

I am creating a weldment that is controlled using parameters that are linked to an Excel spreadsheet (using Inventor 2012). One of my parameters is the size of the weld bead. I am able to add the parameter to change the visible size of th fillet and groove welds but am unable to have the weld symbols update to show the parameter value. How to add the parameter to the weld symbols? Or is this not possible?

View 1 Replies View Related

AutoCAD Inventor :: Copy And Paste Symbols In One IDW To Another

Jun 27, 2013

I have one big problem copy and paste symbols in one idw to another idw it takes to much time.it's possible through macro or ilogic for copying symbols in drawings?

View 4 Replies View Related

AutoCAD Inventor :: Constraint Symbols On Cursor Gone?

Oct 8, 2013

I'm running 2014. Somehow, in my ignorance, I have managed to turn off the constraint symbols that show up beside the cursor as I'm sketching.

View 1 Replies View Related

AutoCAD Inventor :: Deeper Into Sketched Symbols

Sep 10, 2013

1) Is it possible to add a pull down menu in a prompted sketched symbol to select predetermined values instead of typing them ourselves? I would like for the symbol to behavior to be similar to a cad dynamic block.

2) I'm looking to know if we can add simple rules in prompted entries? What I wish to accomplish is to have a default value that fits our need 80% of the time and for exceptions we can write in a different value when prompted. I know we can edit text after inserting symbols but we are rushed quite often and manual editing can be forgotten.

View 7 Replies View Related

AutoCAD Inventor :: Grouping Of Text And Symbols

Aug 17, 2012

I was working with inventor 2010, and i am want to link surface roughness symbols and text. so that they will be grouped together.

View 1 Replies View Related

AutoCAD Inventor :: Inserting Symbols Into A Table

May 10, 2011

Is it possible to insert symbols into a table in Inventor 2011?  I have a table set up that handles tabulated dimensions, and I need to be able to insert symbols, such as diameters, degree marks, +/-, etc.

View 4 Replies View Related

AutoCAD Inventor :: Sketched Symbols GetResultText

Nov 18, 2007

I am having a small issue with getting the correct text from a sketched symbol in an IDW. I can populate the dialog box OK when i hard code the Sketched Symbol definition. The issue i have is the sketched symbol may have been inserted 3, 5 or more times and i need to extract the text from the last inserted definition. So by setting a simple counter i can count how many time the Sketched Symbol has been inserted and then by running the code below i can read the text.

Set oPESS = oPEDoc.ActiveSheet.SketchedSymbols.Item(oCount)
oSSPE1 = oPES.GetResultText(oPES.Definition.Sketch.TextBoxes.Item(1))
oSSPE2 = oPES.GetResultText(oPES.Definition.Sketch.TextBoxes.Item(2))
oSSPE3 = oPES.GetResultText(oPES.Definition.Sketch.TextBoxes.Item(3))
oSSPE4 = oPES.GetResultText(oPES.Definition.Sketch.TextBoxes.Item(4))

All fine so far but and here is the real issue if ther have been other sketched symbols inserted in to the IDW the code above doesn't work.

What i need is a single line to replace the first line in the above code that will allow me to define the sketched symbols name and then by using the .item(oCount) (as above)to say this one extract the text from that sketched symbol.

View 4 Replies View Related

AutoCAD Inventor :: How To Position Sketched Symbols

Jul 19, 2012

I have a lot of small parts to generate and I need to put them on A0 sheets. I have created customer borders (4 pane, 6 pane & so on), so that I can place multiple parts on one sheet.

I have several bits of information that is unique to each part, but must be indicated, so I have created sketched symbols that has model properties in. Effectively each pane on the sheet has it's own "mini title block" that displays the information unique to each part.

I also have assemblies, so therefore I need to display the BOM. I find that the BOM for the assembly "snaps" neatly into the corner of each pane, but I don't seem to be able to get the same effect with the sketched symbols. The positioning of the sketched symbols look "tatty" and once it has a leader attached (which I switch to not visible), the sketch symbol seems to snap to some sort of invisible grid.

Ultimately, I will be delivering the drawings in AutoCAD format so it will be possible to zoom up and see these mis-alignments very clearly. That makes things look very unprofessional.

Any way to position the sketched symbols neatly.

Windows 7 Pro (X64)
Intel(R) core (TM) i7-2600 CPU @ 3.40GHz
16.0 GB RAM
Nvidia Quadro 600
Autodesk Inventor 2013 Professional Ultimate Design Suite

View 3 Replies View Related

AutoCAD Inventor :: Creating Intelligent Sketched Symbols

Feb 1, 2012

I am currently working on creating new symbols. Now I want to keep the look of the symbol (see attached) but I want all the text to be automated as the text is currently "prompted entry".

Now when I go into the edit the text within the symbol sketch, I need the "view label properties" from the drop down menu but its not there! Is there a way that I can get the "view label properties" into the drop down menu??? What I am after is to attach this symbol to a view and the symbol will automatically show the name of the view and the scale.

OR........ If there is any way that I can get default view label to look like my symbol?

View 9 Replies View Related

AutoCAD Inventor :: Sketched Symbols And Part Numbers

Oct 5, 2012

I have several sketched symbols that I use with references to various properties embedded in them. Once of these is a sketch block that picks up the part number, description and so on. In order to get this to work, I place the sketch block and drag the leader to point to the part.

For assemblies the process clearly needs to be different. If I have various parts and assemblies shown on one sheet, how can I use a sketched symbol to pick up the ASSEMBLY number from one of the view.

Parts are fine (as explained above), but when I place a sketched symbol and do not attach the leader it picks up on the part number of the first component / assembly placed on the sheet.

I would like to have a sketched symbol reference a specific assembly, and list all its properties (i.e. part number, description, mass and so on). 

Is there a way to do this? Please consider there could be more than one view on the sheet that has an assembly (or a part for that matter). I think I am looking for a way to link the sketched symbol to the assembly or specific view.

Windows 7 Pro (X64)
Intel(R) core (TM) i7-2600 CPU @ 3.40GHz
16.0 GB RAM
Nvidia Quadro 600
Autodesk Inventor 2013 Professional Ultimate Design Suite

View 1 Replies View Related

AutoCAD Inventor :: Callout And Insert Under User / Symbols Tab?

Nov 8, 2011

How do I make a callout and insert it under User/Symbols tab?

View 1 Replies View Related

AutoCAD Inventor :: How To Insert Symbols In Revision Table

Feb 16, 2012

I am trying to insert "Depth", "Counterbore", etc. Symbols  in a revision table, but can't find ALT + XXXX for them. I did find the symbols in the Windows character map in AIGDT font group and they have Character codes but no ALT + codes? How to insert these symbols in a rev table?

View 1 Replies View Related

AutoCAD Inventor :: Constrain User Defined Symbols Within Drawing

Oct 11, 2012

I have created various symbols to be placed into drawings when required, rather than having to re-create the same sketch every time the drawing is produced.

When I place the symbol I am given the option to select where to insert it, based on the insertion point. The problem is... once the symbol is placed there is no way (that I can figure out) to constrain to the view or dimension to it.

View 8 Replies View Related

AutoCAD Inventor :: Auto Balloon Macro For Custom Sketched Symbols?

May 29, 2013

I'm trying to create a macro which will attach a custom sketched symbol with a leader to some specific parts in a view. By modifying some sample code I managed to create a macro which will attach the sketched symbol to the currently selected edge (see code below). However I would like to select the view and let the code cycle trough all the parts and check the filename or a custom iProperty. If the filename has a certain pattern or a specific custom iProperty exists it should add the sketched symbol. I don't really see how I should do this, I can get a reference to the selected view and as far as I can see I can use the referencedfiledescripter to open the assembly and cycle through the occurences. However I don't see how I can use this to add the sketched symbol to the occurence in the drawing view.
 
' Set a reference to the drawing document. ' This assumes a drawing document is active. Dim oDrawDoc As DrawingDocument Set oDrawDoc = ThisApplication.ActiveDocument ' Set a reference to the active sheet. Dim oActiveSheet As Sheet Set oActiveSheet = oDrawDoc.ActiveSheet ' Set a reference to the drawing curve segment. ' This assumes that a drwaing curve is selected.
[Code] ......

View 9 Replies View Related

AutoCAD Inventor :: Standard Drawing Symbols - Main Rev Balloons / Triangles

Jul 5, 2012

The company I am working for has dragged their CAD kicking and screaming into the late nineties and have upgraded to 3D! Recreate their drawings using 3D models, I have noticed the symbol gallery doesn't provide such things as Rev Balloons or Rev Triangles.

View 1 Replies View Related







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