AutoCAD Inventor :: Change Appearance Of Sizes In Sketch?

Feb 11, 2013

to change appearance of the sizes in the sketch Image

View 9 Replies


ADVERTISEMENT

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 :: Change Appearance In IAM Update IPT File

Sep 12, 2013

Basically i have created a good size IAM and now need to lighten all of the appearances up.  Can i change them in the i am and have it update the individual IPT files at the same time?  or will i have to open all the ipt files and change it and save? 

View 5 Replies View Related

AutoCAD Inventor :: Ilogic To Change Model Color / Appearance

Sep 17, 2013

When I open a drawing, i want to be able to change the appearance of its part model.I can do it in part itself using iProperties.PartColor.

But I want to do it from inside the drawing.

View 1 Replies View Related

AutoCAD Inventor :: Change Appearance Of Multiple Parts Simultaneously

Aug 1, 2013

I have an assembly with multiple parts.

I wish to change the colour (how they're displayed) of a few of them.

When i right click on the part, i can select iProperties>Occurrence>Appearance

When i control + select multiple items, then right click, the Appearance tab is greyed out.

Not a huge problem at the moment, but in future, I may wish to make 30 + different parts a different colour and would like to do it in one step.

View 3 Replies View Related

AutoCAD Inventor :: Change Color / Appearance Of Faces On Part File?

Dec 19, 2012

I quite often import hardware models downloaded form various mfg or supplier websites. McMaster Carr for example provides a great deal of hardware models.  While they offer native formats for SW they do not do this for IV (not many places do)

Since the [imported] models often open up with default properties, I change the material to something that closely represents the actual hardware or item.  In some cases, there are certain portions of the item that are in reality colored or textured differently and I sometimes want to duplicate that for aesthetics and a more accurate view for people that use my assembly files.

In SW, it was always real easy to select just a face (regardless of whether the surface was part of an entire part, a feature, an imported solid body, etc.  I could always change the properties of just a face or slection of faces.  Since it was a standard pc of hardware, I had no concern about updates.

I have a part file that contains two imported solid bodies.  If I select just a single face and try to change the color of it, it changes the entire part.  Not what I want.

View 9 Replies View Related

AutoCAD Inventor :: Change Appearance Of Face In Weldment Assembly Environment

Jan 29, 2013

I was wondering if there is a way to change the appearance of a face in a weldment assembly environment. I have a weldment which in the machining process a part of weld bead as well as a portion of one of the components is machined down (spot faced) and I need to change the appearance of those face to polished, but it doesn't let me do that?

View 3 Replies View Related

AutoCAD Inventor :: How To Change Fillet Sizes With Family Table

Feb 16, 2012

i am learning publishing parts to content centre so as to use for frame generator.Success so far except i cannot work out how to change Fillet sizes with the Family Table.As i increase the sizes of beams i want to also control the fillet size within the Family table.Where do i add the fillet parameter?

INV 2012

View 4 Replies View Related

AutoCAD Inventor :: Change Orientation Of Sketch

Dec 9, 2012

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

AutoCAD Inventor :: Change Sketch Properties

Aug 29, 2012

How to select entity filter by sketch name dan properties using VB or VBA.

for example I have 2 shape : Rectangular and Circle with different properties.

Sometimes I want to select rec and make it become construction and circle still in normal line and Sometimes I want to select circle and make it become construction and rectangular still in normal line.

View 3 Replies View Related

AutoCAD Inventor :: Frame Does Not Change When Sketch Is Changed

Mar 13, 2012

I am building frame using frame generator. Well, firstly I build a sketch and then afterwards from that sketch I already make frame itself.

What I want to do iis when I am changing length of some frame memebers in a sketch, I want frame members to be changed as well.

For example:

From here you see that everything is ok. Frame members are according to the sketch.

But when I am changing the sketch, frame stais as it is on the first picture without any changes. Previously it was changing, but then something happened and it doesn't change anymore.

For me it seems that reference skeleton of a frame is not referenced to the sketch of the frame .ipt. 

Autodesk Inventor 2014 PRO x64

Running on:
HP Z400 Workstation
Processor- Intel(R) Xeon(R) CPU W3565 @3.20GHz
RAM- 6.00 GB
64 BIT

View 9 Replies View Related

AutoCAD Inventor :: Change Default Sketch Orientation?

Oct 12, 2011

Is it possible to change the default sketch orientation, so that when making a new sketch on the XZ or the YZ planes the Z axis would act as the X, not the Y?

View 9 Replies View Related

AutoCAD Inventor :: Change Or Control Color Of Sketch Objects?

Nov 29, 2011

Is there a way to change or control the color of sketch objects?  I didn't see any way to set colors for sketch objects within the Application Options.  Might there be some registry entries that could change the color of sketch objects?

Sometimes it's useful to be able to use colors other than Green and Black for sketch objects.

Inventor 2012 Certified Associate
AutoCAD 2012 Certified Associate

Product Design Suite Ultimate 2012, 2013 & 2014

View 3 Replies View Related

AutoCAD Inventor :: ILogic To Change Helical Curve In 3D Sketch

Jan 13, 2014

I'm building a product configuration which includes some helical curves. I want to find out how I can change the direction of a Helical curve feature in a 3D sketch.

Variables like pitch and diameter are parameters, but the direction isn't.

View 6 Replies View Related

AutoCAD Inventor :: Change The Dimension Size In Sketch Mode?

Apr 8, 2011

How do I change the dimension size in sketch mode?

View 4 Replies View Related

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 View Related

AutoCAD Inventor :: Drawing Sketch While Making DWG - How To Change Line Colors

Feb 14, 2012

When I draw a sketch while making a dwg drawing, the lines are light green that is nearly invisible on the background color. How can I change the line color?

I'm using Inventor professional 2012 student edition.

View 6 Replies View Related

AutoCAD Inventor :: ILogic Change Sketch Symbol Text Font

Jun 17, 2012

My iLogic ability is quite limited outside of what I use regularly?

I am trying to change the font style in every text definition in all my sketch symbols in one go. Actually I have started it based on only a selection set but I would be happy with just all symbols too. Below is where I got to, I am stuck on the For Each line to cover each text box in the symbol. Some of the other syntax may not be right either but I can't test it all the way through.
 
Dim oDoc As DrawingDocument: oDoc = ThisApplication.ActiveDocumentDim oSheet As Sheet: oSheet = oDoc.ActiveSheetDim i As LongDim oSymDef As SketchedSymbolDefinition: oSymDef = oDoc.SketchedSymbolDefinitions.Item(i)Dim oText As TextBoxesFor i = 1 To oDoc.SelectSet.CountFor Each oText In ............oSymDef.TextBoxes.Item(i).FormattedText ="<StyleOverride Font='ARIAL'>...< /StyleOverride>"NextNextInventorVb.DocumentUpdate()
 
Also the XML style override is not complete if this is the only way to achieve this result.

Inventor Professional 2013, Autodesk Simulation Multiphysics 2013
Windows 7 x64 Core i7 32GB Ram FX2000

View 6 Replies View Related

AutoCAD Inventor :: 2012 - View Change When Opening Sketch To Edit

Jun 6, 2012

If 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 Related

AutoCAD Inventor :: Change Text Size Of A TextBox Object In A Part Document Sketch

Oct 3, 2008

This code works with no errors but does not change the text size. A user can over ride the text size (Font size) so I'm hoping it is possible thru code.

Dim oSketch As Inventor.Sketch
Set oSketch = oPartDoc.ComponentDefinition.Sketches("Sketch1")
Dim oText As Inventor.TextBox
Set oText = oSketch.TextBoxes.AddByRectangle(pnt1, pnt2)
oText.Style.FontSize = 0.1

View 3 Replies View Related

AutoCAD Inventor :: View Change When Create 2D Sketch Clicked While Editing Part In Place In IAM

Oct 23, 2013

Any time I click on "Create 2D sketch" when editing a part in place in an assembly, the view moves to an isometric view. It happens as soon as I click on the button. Is there any way to stop this happening?

This does not happen when I'm editing a part (.ipt) on its own. I'm aware of the "Look at sketch plane on sketch creation" issue: this is not the same thing since it happens as soon as I click on the button, i.e. before I actually create the sketch.

I want the view to remain as it was before I click the button, to keep the things I'm looking at in view.

View 3 Replies View Related

AutoCad :: How To Change Appearance Of Nodes

Apr 11, 2007

usually when I use the 'divide' command I can leave the nodes on the drawing as they are only dots which appear hidden within the line by the time I'm printing, but this system is set up to plonk huge great crosses on the drawing

I've tried the help menu and had a quick search on here but cannot find where to alter the settings for node appearance

View 9 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 :: 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 Architecture :: How To Change Appearance Of Lines In Room Finish Schedule

Jun 28, 2012

How to change the appearance of lines in a room finish schedule? I want to be able to have some appear bold, others to be a double line, and some to be thin? Currently when i load the standard room finish schedule the lines are not what i want them to look like. 

View 1 Replies View Related

AutoCAD Civil 3D :: Grading Cut And Fill Styles - How To Change Batter Ticks Appearance

Jul 11, 2013

I have Civil 3D 2014. Currently my CUt and Fill grading styles show long and short batter ticks.

My question is...The long batter ticks are shown every 2m AND every Vertex and Elevation point on my Feature lines. Is there a way to make the style not show long batter ticks at every Vertex and Elevation point?

View 2 Replies View Related







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