AutoCAD Inventor :: Object Defaults Based On Active Standard?
Jan 20, 2012
On a daily basis I work with two different types of drawings; machining and fabrication. The machine shop prefers dimensions in decimal inches, and the fab shop only understands fractional inches. Is there any way to set up the styles/standards/templates to allow me to pick out which type of drawing I am creating and have Inventor use the correct object defaults for the dimensions?
View 4 Replies
ADVERTISEMENT
Dec 16, 2008
I'm new to the style library and how to take an existing drawing that was created on one standard, and changing it to another standard I just created. The new standard has different dimension styles, text, and layers. I've added all the styles to my style library and I've set the new standard to the active standard in both the styles and standards editor and the document settings. If I create a new view, it comes in on the new standard, but the existing views are still on the old. How to I get the existing views on the new standard?
View 2 Replies
View Related
Jun 20, 2012
Changes all dimensions, balloons, ect (define more if you want) to current object default in active standard.
Sub ChangeDimStyle()'J.Kriek 2012 Dim oApp As Application Dim oIdw As DrawingDocument Dim oDim As DrawingDimension Dim oBalloon As Balloon Dim oDimStyle As DrawingStandardStyle Dim oSheet As Sheet Set oApp = ThisApplication
[Code]....
View 9 Replies
View Related
Sep 2, 2011
I am trying to have one drawing with B size and E size sheets I am trying to get the border, title block and standard to change when the sheet format changes. I can get it to work when I run the rule but have hard time find information to just change when sheet format changes. And I can't find anything or I should say a sample of how to. I think I found the code just don't know how to make it work. Here is what I have so far.
SubMain()
IfActiveSheet.Size="E"Then
ActiveSheet.TitleBlock="G&T (E)"
ActiveSheet.Border="G&T Border (E)"
EndIf
IfActiveSheet.Size="B"Then
[code].......
View 9 Replies
View Related
Jul 16, 2013
Within an IDW file, you can go to the Styles Editor, then click on a standard. On the General tab, there's a drop down for the unit of length.
Provide the code so that I can change this setting from Inches to mm with an iLogic rule?
View 2 Replies
View Related
Nov 4, 2011
I am trying to convert a standard iPart to an iLogic based part. The part has some text driven, cells..PatNumber, Description..ect..But when I try to referance those cells the iLogic code either does nothing or errors out.
Basicly i have a bunch of flange rings with have several variables theat need to change as the part number changes, sounds simple right?I have rewritten the code so many times...I have gone from hunt and pecking to typing 300 words a min...well maybe not.
About 75-80% of all our parts are identical in shape but just get smaller or larger depending on what size portable auger it goes on.I have been trying to get the part to changed based on "PartNumber" but it has text in the value.
View 7 Replies
View Related
Mar 11, 2012
I have created a new drawing template, setup all border/title blocks and dimensioning styles as I would like. Save as a template and load it up from the 'new' menu, gives me this error and I am not clear on why since I set the details in it...
Not sure what the deal is but it resets my styles to default. Do I need to make copies of those default ones and set those as in my object defaults?
Inventor 2014 PDS
View 4 Replies
View Related
Apr 5, 2012
We have, as our standard library default dimension style, a 1/32 fractional style, called "1/32-FRACTION". Various Object Types, like Linear Dimension are set to this Object Style. When I create a drawing, then these Object Defaults are in effect.
This means that, doing nothing while executing a dimension command, I get fractional dimensions by default. This works good.
However, sometimes I want to create a drawing where the default dimension style is "X.XXX-DECIMAL" without changing the Object Defaults found in the style library. I've tried to make the changes from within the style library and then save this as a template. However, when I try to make a drawing based on this template, Inventor states that the styles in the template differ from the styles in the library" and then busily goes about undoing what I careful did.
So I'm hoping there is something in the API I can call on to do this with a macro. Is it possible to write a macro that after you start a drawing, flips all the various Object Styles from "1/32-FRACTION" to "X.XXX-DECIMAL"?
View 9 Replies
View Related
Jun 20, 2012
I'm using the HQ 4:3 template in VS11+ but noticed it's defaulting to frame based. My clips are mpeg's BFF. Shouldn't this template be switched to bottom field first?
View 2 Replies
View Related
Jun 19, 2013
I'm not finding where to change the default Description for Creating Cogo points by the Create Points-Alignments>At Alignment Geometry method
The last characters PC, PT RP etc. seem to be controlled by the Drawing Settings>Abbreviations but the Alignment name and stationing is what I'd like to eliminate from the description if possible.
Almost seems hard coded but hopefully I've been looking in the wrong places.
The descriptions are coming in like the caption whether I select Raw or Full description option.
In command settings for Point>Create Points>Points Creation>Prompt for descriptions>Automatic - Object is what I'm using.
What I'm hoping to accomplish is just PC, PT RP etc for description without the find / replace edits I'm currently doing in the exported ascii files.
C3D 2012 SP3 & C3D 2014 SP1
Win 7 Professional 64 Bit
View 1 Replies
View Related
Sep 27, 2012
We have walls constructed out of modular panels, represented by basic rectangles. Rectangles are a standard 16" wide. (length not important) Only when a rectangle is not 16" wide, would we need to show it's width with a dimension.
In multiple blocks I am creating, I need a stretchable rectangle, in which there will be a dimension.
However I do not want the dimension to show up when the rectangle is 16" wide. But I DO want the dimension to show when the rectangle is not 16".
So... When the rectangle is 16" wide, no dimension is displayed. When the rectangle is NOT 16" wide, a dimension is displayed.
pic of three rectangles next to aforementioned stretchable rectangle. When the one on the right is 16" wide I don't want to see a dimension.
View 3 Replies
View Related
May 17, 2011
I have polylines that when selected, under properties it lists Object Data for the selected polyline. There are like 10 categories. This drawing is actually creeks in a county and they have object data connected to them where some are "a" some are "b" classification and I want to select all of the "a" polylines and put on a diffrent layer.
View 1 Replies
View Related
Nov 12, 2013
Is it possible to constrain the location of one object based on the intersection of two other objects (for example, force the midpoint of one line to be at the intersection of two other lines?)
The reason I want to do this is specific to Civil 3D.
View 9 Replies
View Related
Apr 16, 2013
I am currently using Autodesk Inventor 2013, but I noticed this same issue back when I used 2011 as well.
I created custom borders and title blocks for work, and have gotten those to a default template that I can open as a new IDW file on command, but the XML files used for that IDW are still linked to the default files located in the design data folder.
I have saved my company's custom settings such as line weights, dimensioning defaults, tables, etc. as a STYXML file, and have resorted to simply importing my company's defaults whenever I create a new IDW file, but I was wondering if and how to "re-link" the IDW file that I open to use my company's default settings instead of Inventor's default settings and then needing to import the STYXML every time.
View 1 Replies
View Related
Jul 16, 2013
The hole table has a column named description, but in that column i want to change the defaults for the thread, i don't need the thread class, for example.
I can add or remove thread properties to the table, but i don't want to, i want to use the general Description column, which describes not only threads.
View 3 Replies
View Related
Jul 16, 2013
How can i remove the scale that is automatically added to the label text of a projected or auxiliary view? The label text style governs only the font etc.
View 1 Replies
View Related
Oct 13, 2011
After installing the 2012 Ultimate upgrade I haven't encountered any serious issues until yesterday when I found that my
sheet metal dialog box opens so far in the upper left corner that I can't grab it. In effect, I can only see the right corner of the box including part of the close button. All other buttons, including the location where I can drag the box, are out of view and unusable.
View 1 Replies
View Related
Dec 29, 2011
the expression in question is part of larger lisp routine to create and rotate text based on the object selected and the viewtwist variable (we use dview twist to rotate our views when needed)
So the expression in question:
(< (/ pi 2) ang (* pi 1.5)
where ang is the total angle used to determine proper rotation of the text.
Now the problem. In most cases where ang = 90 (or 1.5708 radians) this works fine. the two exceptions i have encountered
in testing are a line at 70 degress, viewtwist 20, and line at 50, viewtwist 40. For whatever reason at these two conditions the expressoin evaulates True instead of nil and rotates the entire text object incorrectly (180 degrees). So question is how exactly is this being evaluated? i know its comparing ang (* pi 1.5) to (/ pi 2). is there some sort of rounding error? or maybe the expression needs a wee bit more definition? attached image and full lisp routine for reference of what is happening, blue text is angle of the line as created by routine at viewtwist 0.
View 1 Replies
View Related
Apr 30, 2010
I cannot find any information anywhere on whether there exists an option to save different defaults to the Place Views>Base Drawing View>Display Options tab? The parts I model always need "tangent edges" shown to look correctly on my drawings, and for 5 years I've had to manually select it every time I do a drawing. It just seems that there has GOT to be a way to get rid of this tedious step? And if there is not, can you plainly include this in the documentation so I can stop looking for such a feature?
View 8 Replies
View Related
Apr 18, 2012
i am trying to add CV curves to a scene that I already created.
whenever I draw the curve in side view, it is actually nowhere near the object that I wanted it to be near. Its like super far away and im not sure how to move it to the right spot.
Is there some method to add the curve based on a position of an object?
View 2 Replies
View Related
Sep 9, 2013
know a rule to check if this dialog box sheet metal defaults "Use Thickness from Rule" is checked, and checked a rule to automatically clear since using a rule amending the plate thickness but if the box is checked catastrophic error occurs, and unchecking the rule works as expected.
View 2 Replies
View Related
Jul 8, 2011
I want to place a "Parts Only" BOM view of my Parts List. In the Parts List dialoge box, when view or document is selected, BOM View grays out and defaults to "Structured". This issue is new to my work station and is not an issue to the other stations. Why? How can I fix?
View 5 Replies
View Related
Aug 14, 2012
I recently subscribed to CS6 and wanted to use the Smart Object Stack Mode, but found out the subscription CS6 is not the Extended version.Smart Object Stack modes is just for the Extended version.
View 2 Replies
View Related
Mar 10, 2011
I am doing some animations involving sine waves, and I can make an expression that controls the translation of an object such that it travels along the path of a sine wave, but I can't figure out how to dynamically create an editable sine wave curve.
Is there a way to have Maya generate a curve based upon the path that an object travels upon?
For instance I have a sphere that is moving along the X axis with time, and also moving up and down on the Z axis back and forth. I would like to make an editable curve object of this path of motion.
I can see in Maya 2012 we will have motion trails where we can see the actual path an object is moving along, and that we will be able to interact with this path to alter the animation, but what if we could take that path and make it an actual curve or NURBS object?
View 2 Replies
View Related
Mar 7, 2014
Since Edge only has rectangles and ellipses built in as available shapes, how to I/we work with polygon shapes and active mouseover areas INSIDE of these shapes and non-active mouseover areas OUTSIDE of the shapes?
Problem/symptom: when I import a polygon, be it any file format from from Photoshop or SVG from Illustrator, a rectangular border/background (transparent) gets applied, leading to this rectangle defining the mouseover area of the shape - and not the shape itself (be it a star or whatever).
WHAT I WANT: the very shape defines the mouseover area. How do I achieve this?? See examle below:
WHAT I DON'T WANT: how is is now:
View 4 Replies
View Related
Jul 17, 2012
I'm trying to determine how to change the color of an object based upon a custom attribute slider. It would only need to change between 2 colors. I know this can be done by simply autokeying but using a slider would be more useful for my situation.
Is there a way to do this? I've been playing with wiring a simple cube's material but am not sure how to do this.
View 3 Replies
View Related
Sep 9, 2013
I`m looking for the code which will capture the active window similar to iProperties-->Save--> Capture
View 4 Replies
View Related
Dec 15, 2011
I want to delete the inital Sketch (if was already opened) that Inventor creates when a new part is added.
I have tried this, but doesn't work.
Sketch sketchActive = docPart.SketchActive.
sketchActive.Delete();
View 4 Replies
View Related
Mar 26, 2012
How can I do this? A reference dimension was created by a circular pattern and it covers a circle I'm try to select.
View 2 Replies
View Related
Dec 23, 2013
Where are the options to add objects & ActiveX objects to the VBA project? i can reference them but thats it... Have i got to do everything late binding or can i drag an object onto a form in design view?
View 1 Replies
View Related
May 29, 2013
How you can keep constraints active in sub assemblies so that when I am moving a subassembly the extra movement say in a transitional constraint is able to move so I can see if the total movement allowed is to much?
View 2 Replies
View Related