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


ADVERTISEMENT

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 :: First Sketch Orientation

Jun 10, 2013

Why is it when I select the Top (XZ Plane) does the sketch orient itself so TOP is read upside down? Subsequent Sketches on a TOP face yields expected results.

And it is also true that it if I select Right (XY) the sketch orients itself so RIGHT reads top to bottom? and if I rotate the cube orientation so TOP is truly on top, the Constrain Axis' are off by 90º? yet if I subsequently select the RIGHT face for a sketch, it yields expected results (RIGHT reads from left to right).

This cannot be the way it is supposed to be. it although has been this way for may versions.

M6700, Nvidia K3000M, 32GB, 512 SSD
Win 7 Ultimate 64
Inventor 2014

View 6 Replies View Related

AutoCAD Inventor :: Sketch Orientation / Can't Dimension To Any Existing Vertices Or Edges

Feb 16, 2009

Why the heck does Inventor arbitrarily orient sketches as it sees fit? I often create my first sketch on the right (YZ) plane and Inventor, stupidly turns the sketch where "RIGHT" in the viewcube reads from top to bottom.

I know all the things to do to AFTER this happens, but it shouldn't happen in the first place. If I turn my sketch so that up is up, like it should be, I then have to remember that vertical is horizontal, which is now vertical. I can't change the sketch coordinate system. It's the first sketch and there is nothing to align it to.

How to prevent the above example from occurring in the first place.

This, and the fact that I can't dimension to any existing vertices or edges without projecting them first, really make me hate using Inventor sometimes. To me, these are huge problems, neither of which Solidworks has. At worst, both of these behaviors should be configurable.

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 :: Change The Orientation Of Derived Part?

Jul 25, 2013

Is there a way to change the orientation of a derived part in the "new" part file?

Inventor 2012, w/SP2
Dell Precision T3500, Intel Xeon CPU
W3680 @3.33GHz, 16.0 GB of RAM
Microsoft Windows 7 Pro, 64 Bit Edition
Version 2009, w/SP1

View 5 Replies View Related

AutoCAD Inventor :: Change Location And Orientation Of Sketches Derived?

May 17, 2012

When we derive sketch from another piece, this is inserted in a fixed location and orientation in our piece. There any way to make changes to this sketch derivative. For example change its location and orientation to fit the geometry created by the sketches of our piece.

View 1 Replies View Related

AutoCAD Inventor :: Change View Orientation Option Greyed Out?

Feb 3, 2012

When I double click on a base view - the option to change view orientation is greyed out. So at the moment, if I make a boo-boo with my base view - I have to delete it and create a new one to get the right orientation. Is this a setting I've missed somewhere - or is it normal behaviour?

When I read in this file: [URL]

It states:

Tip To reset orientation of a drawing view, change the view orientation or rotate the view.

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 Appearance Of Sizes In Sketch?

Feb 11, 2013

to change appearance of the sizes in the sketch Image

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 Map 3D :: Change Drawing Orientation

Aug 15, 2011

Is there anyway of changing the drawing orientation without using the pagesetup command ?

View 2 Replies View Related

AutoCAD 2010 :: How To Change Orientation Of Drawing In 2D

May 17, 2013

How do I change the orientation of my drawing in 2D cad. For example so that north is set at 0 deg. south is set at 180 deg. etc.

View 1 Replies View Related

AutoCad :: Change Orientation Of Layout - Whole Drawing Is Out Of Page?

Feb 9, 2012

I have change the orientation of my layout,the whole drawing is out of page ,How to set it?

View 9 Replies View Related

AutoCAD 2010 :: Cannot Get Paper Size And Orientation To Change

Feb 15, 2012

When trying to change the plotter name to 'Adobe PDF' I cannot get the paper size and orientation to change.

I change to 'Adobe PDF', then change the properties to ARCH D drawing size and landscape, click OK, save changes to printer config and when it returns to Plot-Model window nothing is changed.We just switched over from Windows XP to Windows7.

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 Architecture :: Change Orientation Of Imported 3D Object Into Plane Or Section?

May 2, 2013

I like to attach a .aim or import a inventor DWG into a section and a plan in autocad.

But how do I select the right orientation on import? The default Inventor view is a sideview and won't work on a plan.

Right now it seems like I either have to go into 3D model view and rotate the object or have to change the orientation Inventor for plan and then reorientate it for section...

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







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