AutoCAD Inventor :: How To Change Unit Structure Within CC Editor
Mar 18, 2013
I created a couple of Unistrut structural member and published them to the CC.
Once they were in the CC I setup the proper code allowing these members when placed in an assembly to show up as shown in the parts list.
Now sometimes when the member is an odd length it will show up with the decimal places in the part number (i.e. P1001--46.621) This is fine when it comes to the part number showing up as a decimal. In the description we are now wanting to show this in fractional form such that 46.621 in the part number shows up as 46-5/8 in the description.
When I edit the family table for these members, specifically the columns that house this coding, I am not seeing anywhere on how to change this. Does this can be done and if so what the coding is to accomplish this? Without changing the global units of the drawing?
Inventor Suite 2012
Windows 7
View 5 Replies
ADVERTISEMENT
Nov 23, 2011
I installed IV2012 with English. How can I change the default unit to Metric without reinstall?
View 3 Replies
View Related
Jan 8, 2014
I'm using rules to control a part that I made. This part is available in steel and wood.
But steel = normal and wood is something we have to buy.
I would like to adjust my rule so that my material choice will effect the "Default BOM Structure"
I just can't find the right "code" to start with.
View 8 Replies
View Related
Jun 25, 2013
The BOM structure of the library parts is set up as "purchased" and I cannot change it for some reason..... is there any way to change this?
View 4 Replies
View Related
Mar 22, 2013
In a IPartFactory is it possible to change the BOM Default structure per IPartMember?
View 5 Replies
View Related
Nov 22, 2011
I have a wall of frames, if you will, and some frames within this wall are different sizes. When doing the BOM, I want to be able to combine anything that has the same stock number as well as the same cut length. The only way I have thought to do this so far is to cycle through each stock number and if the cut length is the same, I override the quantity of one and change the BOM Structure of the other to "Reference".
How can I change the BOM Structure to reference without selecting the part or going through the BOM Editor? Is there some VBA code I could utilize? I am striking out by solely using iLogic.
View 2 Replies
View Related
Oct 13, 2012
How to change the units to metric in material editor? See attached picture
View 1 Replies
View Related
Mar 19, 2010
I am working on creating various standard sized window elevations using dynamic blocks. Each window elevation needs to have text underneath it that tells you the unit size of the window. While I have successfully created all the various elevations using dynamic blocks I can't figure out how to make the text appear to change with the various window unit sizes. for instance I have a small window that has text underneath showing 1818 (18"wide x 18"high). I need text to change to say 1820, 1824, 1830, etc. I can get the 1818 text to stay centered under the elevation as the window gets wider/higher but that is it.
View 9 Replies
View Related
Jun 23, 2013
I am using the 3ds Max Design 2014 tutorials. I am working in the Civil View section of the tutorials. My problem is that in the SOS dialog, when I insert the measurements in the tutorial, I believe they are supposed to be in meters. Such as the measurements I am instructed to enter are like 2.0, 0.45 and so on. But when I enter the numbers, they display in foot and inches. I went to CIVIL VIEW "PREFERENCES", but here is no way to change the settings.
View 2 Replies
View Related
Mar 1, 2012
The properties unit of all my Revit's door, wall, windows..etc is millimeter. How do I change it back to inch and feet?It was also strange that when I opened some files, the unit became inch and feet. The units of doors, windows, etc became inch and feet.
However, when I create a new project, the unit becomes millimeter again.
View 2 Replies
View Related
Oct 23, 2012
I purchased Xara 8 in June but now have a new computer. I downloaded the program to my new computer and all seemed to be okay with the install, but I can't change the unit default from millimeters to inches. In fact I can't change the units to anything; it keeps reverting back to millimeters. Then I tried changing the font default and it changed it to millimeters no matter which unit I chose. I don't know if any of the other options can be changed. I generally change them as I need them. Should I uninstall it and try again? I lost my CD copy to theft and have to use the online download.
View 4 Replies
View Related
Feb 21, 2013
I can not get the ruler to display - and yes I know how to turn it on and to change the unit of measurement. Also the options for setting the diameter of the clone stamp is no where to be found. BTW, I'm using the expert mode and even tried the other modes, still no dice. There does seem to be some change in the margin border when I attempt to display the ruler (just gets slightly wider, but no ruler). Perhaps there is a a button some where to make all the adjustments visible like I am used to seeing in previous versions.
View 6 Replies
View Related
Feb 14, 2012
tmpApp.UnitsOfMeasure.GetStringFromType(Inventor.UnitsTypeEnum.kCentimeterLengthUnits)
returns "zentimeter"
Is there also a function which returns the unit sign "cm" ?
View 4 Replies
View Related
Jun 28, 2012
I'm trying to add a new unit's type for a specific drawing.
Is there any way to add one with its corresponding calculation parameter?
Under the "Style and Standard Editor" Panel i cannot modify it.
The End result is to display a " Symbol after the first Units instead of the in unit (see enclose picture that i manipulated to display the end desired result).
View 1 Replies
View Related
Apr 12, 2013
I downloaded student version Autodesk Inventor 2012 a few month ago. When I start the inventor and go to OPEN, I had the standard options in both inches and millimeters.
BUT someone I work with kind of deleted all my SI unit settings on my computer (thought that we will never use it cuz we are in America...) and now when I want to make something new, i only have Inch options to choose from.
Now I need to make something that is in millimeters, but when I go to File> OPEN, I only have standard options in INCHes....
Should I delete my current Inventor and Download a new one? OR Can I download a folder or file that contains all the SI unit ?
View 1 Replies
View Related
May 30, 2013
I used to add some parts to CC in Inventor and also some profiles. Whenever I create an assembly I want these profiles I made myself to be counted in millimiteres, whereas it is counted in how many pieces of this long profile I used.
I want these custom made profiles to be counted same as standard pipes from CC- in millimiters.
View 2 Replies
View Related
Aug 1, 2013
I'm getting a strange error with my iLogic code running parameters in my assembly. When I have one "if....then..." my rule runs fine. Even two statements work. But for some reason when I get to a certain number of statement I get an error: I've attached some sample code and snapshots of my error screens.
If FLANGE_STYLE_BOTTOM = "2in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="6"Parameter("RD FLANGE:1", "BC")="4.75"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="4"Else If FLANGE_STYLE_BOTTOM="3in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="7.5"Parameter("RD FLANGE:1", "BC")="6"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="4"Else If FLANGE_STYLE_BOTTOM="4in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="9"Parameter("RD FLANGE:1", "BC")="7.5"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="8"Else If FLANGE_STYLE_BOTTOM="5in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="10"Parameter("RD FLANGE:1", "BC")="8.5"Parameter("RD FLANGE:1", "HOLE_SIZE")=".875"Parameter("RD FLANGE:1",
[code]...
View 4 Replies
View Related
Apr 23, 2013
Below is a code I managed to scramble together to display the unit used in the drawing template. The units are selected once the drawing is opened based the Standards ANSI and ANSI-mm from the styles library.
The code displays the units used in template as a custom iproperty called "drawingUNITS". This code works great however, I would like it if possible to be more clearer to the shop guys looking at the drawings.
I would the result to be
ANSI = Imperial (or inches) and ANSI-mm = Metric
is there somewhere in the code provided that I can get my desired result?
' To use this rule, create a Text parameter named Standard in the drawing.' Assign it values such as:
' ANSI' ANSI-mmdoc = ThisDoc.DocumentcustomPropertySet = doc.PropertySets.Item("Inventor User Defined Properties") 'Make sure drawingUNITS property existsTry prop = customPropertySet.Item("drawingUNITS")Catch 'Assume error means not found customPropertySet.Add("", "drawingUNITS")End TryDim drawingDoc as DrawingDocument = ThisDoc.DocumentFor Each standardX In [code].......
View 1 Replies
View Related
Aug 24, 2012
Is there a way of adding a unit called "AR" as a unitless type?
I want this for B.O.M. QTY overrides to be able to carry an adjustable QTY defined and stored in the Part file.
I know I can accomplish this by overriding the B.O.M. on the drawings but I want to automate the drawings as much as possible. In order to Automate the process as much as possible I require that ALL B.O.M. data is to be stored in the Parts.
View 3 Replies
View Related
Jul 11, 2013
In particular item 29 - same part number, exactly the same parameters (I checked them one by one), but a "Varies" for Unit Qty.It is a truss frame, and item 29, as many others, has "trim to frame" end treatments.
View 1 Replies
View Related
Jan 13, 2014
I am totally new to Inventor. I have a lot of experience in Illustrator and Photoshop; what I want to do is possible in those programs, but I have not figured out how to do it in Inventor.
Essentialy, I want to make a closed path from a spline and a straight line— this will become a custom shape that I want to turn into a solid. Is it possible or should I just use the split feature?
In the end, I am trying to make a solid that is similar to a section of this necklace, minus the curved portion that connected them to the necklace, itself.
View 4 Replies
View Related
Aug 22, 2013
I assume nobody has been able to create a parametric part used for storm pipe networks that can have the pipes attached to a point within the structure other than the insertion, or have the elevation read from a point other than the insertion.
With that in mind, we are trying to develop a tool that would allow us to pick a strucutre, and set its "rim" elevation to a point on a proposed surface that is not at the insertion of the strucure. I am decent with lisp, but have not attempted to gather info from random points on civil ojects.
View 9 Replies
View Related
Apr 7, 2011
I have had a request to display imperial dimensions using a unit string "in." (no quotes). The default Inventor 2011 display does not include the period. Can the default be modified, or a new option added to the list?
View 7 Replies
View Related
Nov 27, 2013
I would like to create an equation driven curve with inventor. I have no problems plotting the function in a plotter, however, inventor won't accept my equation. It gives me the error message, saying: "The equation contains unit errors". I'm using the explicit equations.That's the bare equation:
"y=sqr(2)*16.5/2/sqr(pi)*sqr(arccos(1-2*x/50)-(sin(2*arccos(1-2*x/50))/2))"
I modified it, inserting variables which I defined also in inventor, leading to this:
"sqrt(2)*height/2/sqrt(PI)*sqrt(acos(1-2*t/length)-sin(2*acos(1-2*t/length))/2))"
But both equations are not accepted by inventor due to unit errors. In this design, I'm using the metric system, millimeters, so I don't understand why and how I have to redefine this for the equation in order to get it working.
View 9 Replies
View Related
Sep 25, 2012
I would like to build an expression that I can use in a label at a structure in a profile view to show the horizontal angle change on the alignment at the structure.
Of course, in the available structure expressions, we do not have the alignment delta angle at that point even though I have a referenced alignment in my pipe network.
Our subdivision code has minimum drop across manhole for different ranges of horizontal angle change.
I want to create a label that shows the minimum drop required at a manhole off it's referenced alignment and I would like to see it on the profile view, because that is where the drop value is relevant.
View 2 Replies
View Related
May 21, 2012
I have about 100 manhole structures with a 0.5' sump. I want them all to 0.0'. Is there a way to change the sump on more than one structure at a time?
The only way I have found to change the sump depth is one at a time through the structure properties.
Civil 3D 2012 SP3 | Win 7 64-bit SP1
Xeon E5-1620 @ 3.60GHz, 16GB Ram | NVidia Quadro 600
View 2 Replies
View Related
Sep 16, 2013
I'm trying to make a view showing a motor-jackscrew unit with the jackscrew at the fully retracted position and also with the jackscrew at the fully extended position (in phantom). Refer to the attachment.
My initial plan was to have two views in the drawing, one retracted and one extended, and then just align them vertically and horizontally. But it turns out that you can only align vertically OR horizontally, not both at the same time. So I created an assembly of two iAssemblies, one with the screw extended and one retracted. Then I made the drawing view from the direction that placed the extended assembly directly behind the retracted assembly.
View 3 Replies
View Related
Apr 3, 2012
Autodesk Inventor 2010 - How do I set default for "use standards notation" to off or unchecked in the "Edit Unit Attributes" dialog box for feature control frames? I want to do this because the Feature Control Frame style unit setting does not override it as I believe it should. This causes an extra value within the tolerance box of the feature control frame if the Standard General units differ from the style’s primary units.
View 1 Replies
View Related
Nov 4, 2011
We use C3D 2012 (metric only) - We are attempting to customize our list of structures for Sanitary Sewers. The structure list shows sizes we do not use and we would like to modify them. However, when we try to select the "Inner Diameter" it displays a list of sizes that we can not seem to modify or add to.
I have looked at some of the XML files to try and modify or add new sizes (example: AeccStructConcentricCylinder_Metric.xml) , but they do not seem to be recognized even after I restart the program.
Here is what the file looks like:
<ColumnConstList desc="Inner Structure Diameter" dataType="float" unit="mm" name="SID" id="CCL1" visible="1" context="StructInnerDiameter" index="0">
<Item id="i0">1200.0000</Item>
<Item id="i1">1350.0000</Item>
<Item id="i2">1500.0000</Item>
<Item id="i3">1800.0000</Item>
<Item id="i4">2050.0000</Item>
<Item id="i5">2300.0000</Item>
<Item id="i6">2550.0000</Item>
I tried modifying the last line replacing 2550 with 3600.
I also tried adding a line <Item id="i7">3600.0000</Item>
I saved the XML file and restarted the program with nothing changing that I can see.
Looking for correct file(s) to edit so I can modify the LISTS that come up in the piping modules.
View 2 Replies
View Related
Feb 12, 2008
One good thing about null structures is the way they display in 3D. They cover that gap in the pipe segments. Can I steal that shape?
I am currently using a simple cylinder for water pipe "joints" and turning it off like most people do I think.
View 4 Replies
View Related
Jun 14, 2013
Is there a way to get the dual unit option to read in both feet and inches....for instance 32.75 to read 2'-8 3/4" instead of 2.729 ft?
View 3 Replies
View Related