AutoCAD Inventor :: Change Default Sketch Orientation?
Oct 12, 2011Is 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 RepliesIs 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 RepliesI 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 RelatedWhy 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
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.
want to change sketch 2013 into the sketch of 2010
View 1 Replies View RelatedIs 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
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 RelatedWhen 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.
Is there a way to set Inventor so that the sketch origin defaults to the part origin? I find it very frustrating that it always defaults to some random corner of the part's body. It can screw up a part if you decide later on to modify the part such that you eliminate the point to which a coordinate system was defined. Also, when copying and pasting a sketch to new work planes it can be a pain to figure out which point is the origin of the orignal sketch if the pasted sketch is misaligned.
I know you can edit the coordinate system after a sketch is created, but I'd prefer not to have to rememember to do that with every sketch.
This was brought up about 6 years ago and there was no formal resolution
[URL]
In the second-to-last post John-IV8SP1mentions an option under 'Application Options' for an older version of AI, but I cannot find it in the 2012 applicaton options.
Working on setting up 2013 for our department. By default we use the application option - Part Tab - of creating a sketch on the x-z plane upon new part creation. Now this actually works, problem is you can't draw on it, or you can't see what you are drawing. If you exit out of the sketch and start a new one then it works. I have found that if you switch the setting to the y-z plane is does the same thing. Switching it to no new sketch or the x-y plane and it works fine. Tying to determine if it's actually a bug in inventor or if it's just something with what I am doing or our template files.
View 5 Replies View RelatedI`m using Inventor 2012.When i select a new sketch from the New file drop down selection box ( new sketch picture) the XY plane is a different view to when i select a new sketch from the Part selection box (new sketch 1).
How can i make a default work plane when opening a new sketch?I would like to have the work plane identical to the new sketch picture when ever i open a new sketch file
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.
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
to change appearance of the sizes in the sketch Image
View 9 Replies View RelatedIs 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
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.
How do I change the dimension size in sketch mode?
View 4 Replies View Related"Path has discontinuous segments. Use Edit Sketch to change the path geometry"
View 5 Replies View RelatedWhen 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.
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
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 RelatedWindows 7x64.
I have a number of multi-page docs created in PSE. No matter what printer I select, and despite them being in a standard portrait size/orientation, the print options ALWAYS default to landscape. I've checked the actual printer under "printers and devices", and the actual settings there are portrait.
This is worse because I must actually use the print options dialog box to move manually through EACH PAGE of the document to be printed, and set the printer options to "portrait" on every page. If I fail to do even one page, the entire document is printed landscape, cutting of page contents.
The preview shows each page is indeed landscape until I do this procedure, at which time it flips the page to portrait, one at a time.
Doesn't matter what printer is used.
Also, once printed, if I immediate open the print dialog again, same printer and everything, once again it has landscape.
There seems to be no memory whatsoever for orientation (other settings, like resolution, are maintained during the run on PSE, but are always lost when PSE is closed). Again, in particular, orientation for every page, individually, on each print attempt, is always set to landscape, no matter that the document is not in that orientation.
Is there even a way to specify document orientation? Is there something PSE does to attempt to determine orientation that might be wrong? Can I make PSE remember printer settings, or at least use the system defaults for the printer?
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
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.
Is there anyway of changing the drawing orientation without using the pagesetup command ?
View 2 Replies View RelatedHow can i change my default setting from picture 1 to a new setting like picture 2 when i open up a new part file and assembly file.Is there a setting i can change so whenever i open a new part file & assembly i have this setting as my default.
IV2012
When i setup inventor 10 i choose to use inches, but now i want to use MM how would i change it under inventor 10 i thought it would bbe under options but it not.
View 6 Replies View RelatedHow 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 RelatedI am using Inventor version 2011. I wrote this code which tells me which object defaults style is active
Public Sub ActiveObjectDefaults()
Dim oDocument As DrawingDocument
Set oDocument = ThisApplication.ActiveDocument
Dim DrgStMgr As DrawingStylesManager
Set DrgStMgr = oDocument.StylesManager
Dim ObjDfStyle As Style
Set ObjDfStyle = DrgStMgr.ActiveStandardStyle.ActiveObjectDefaults
MsgBox ObjDfStyle.Name
End Sub
Is it possible to change Active Object Defaults Style by VBA code (see picture below)?
I am trying to change Object Defaults in order to temporarily switch style which use layers with different line weights, and than switch it back. I am new to VBA so I am not sure if I am not trying to do something what is impossible.
Somewhere in Inventor to override the default size when creating holes? I need to change the size of 3 mm to 4.2 mm.
View 1 Replies View RelatedI received a rather large assembly file from a client that was done in Pro E. I was wondering if it is possible to change the entire assembly from Default material to steel without having to go into each individual part and changing its material manually (which could take several hours) I am using INV 2012 Pro with SP1 installed.
View 2 Replies View Related