AutoCAD Inventor :: Hole Table X-Y Dimensions Trailing Zeros

Jan 18, 2012

I figured out how to change the precision of the X-Y location dimensions in a hole table, but is there a way to turn off trailing zeros? I have turned them off in my styles, but for some reason the styles don't effect hole tables. Maybe I just don't know where to look?

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Format Number With Leading And Trailing Zeros?

Nov 8, 2013

I'm trying to format a number with leading and trailing zeros. If I only needed trailing zeros I'd set the number as a parameter and force the formating there. I tried using the Format function but it fails and I found one other instance of someone trying it and it failing also.

For example I want to change 2.125 into 02.13

P.S.Just for fun I went to the VBA editor and tried this.

debug.Print format(2.125,"00.00") 02.13

Works perfectly in the VBA but not in iLogic

View 9 Replies View Related

AutoCAD Architecture :: Door Tags Now Have Trailing Zeros?

Jun 10, 2012

We've created our own door tags.  Now in ACA 2013 the doors that have sizes that end in zero (like 3'-0") are showing a zero, a decimal and three trailing zeros in the zero value.

View 2 Replies View Related

AutoCAD Civil 3D :: Suppress Trailing Zeros In Surface Slope Label

Sep 24, 2013

I'm trying to suppress trailing zeros in a surface slope label in run:rise format. Basically, if it's a 2 to 1 slope, I want it to read 2:1 or if it's a 2.5 to 1 to read as 2.5:1.

I found this blog showing how to do it for line slopes, but I think it's not able to work using the run:rise format.

View 1 Replies View Related

AutoCAD Civil 3D :: Drop Trailing Zeros For Point Elevation Label?

Jun 17, 2013

How do I drop trailing zeros for numbers that end in zero, but keep a 0.1 precision for all other numbers in a point label style?

ie. I want to have points display 702 and 708.5 in the same point label style. 

View 1 Replies View Related

AutoCAD Inventor :: Hole Table Formatting - Different Text Depending On The Type Of Hole

Nov 6, 2012

I've got a template with a set of Object defaults for an Inch drawing and a set for a Metric drawing.  I've just noticed that within my metric set, if I insert a hole table with tapped holes, the font on the tapped holes doesn't match the other hole types.  I'm searched around, but all the settings for the hole table style reference the same text style.  (Please see the attached image.)

So is there a way to set a certain hole type to have a certain font or size within a hole table?  Because if there is, I'd obviously like to remove it.....  But I can't seem to figure out where the issue is.

View 5 Replies View Related

AutoCAD Inventor :: Can't Select Hole Edges When Creating Hole Table

Nov 19, 2012

I have had this problem intermittently for a few weeks since going to Inventor 2013 SP1.1.  I have a part within an assembly and that part has holes created in it before assembling it with other parts.  Now when I try and create a hole table in a drawing of the assembly I cannot select hole edges and the hole table is blank when trying to create it automatically from view selection.  I originally thought it may be an alignment issue but I have since aligned everything correctly and it still persists.  I can create the hole table if I import in just the part into the drawing but it will not allow me to create the table on the whole assembly. 

I can also create the hole table if I use "centred pattern" and create cross hairs on all of the holes however it does not give me correct annotations for the holes as shown in attachment and I can manually change the annotations but seriously this should not be required.  As shown in the screen shot it reads as A1 down to K1 instead of A1 to A10. .

View 7 Replies View Related

AutoCAD Inventor :: Control Hole Dimensions Called Out On Hole Chart?

Nov 28, 2012

Question:  Is it possible to control the Hole Dimensions called out on the Hole Chart?  As in controling leading/trailing zeros for main hole dim, alt home dim and tolerances?  Can you combine the Main Dim with the Alt dim in a single column, separated with parentheses? (same with tolerance?)

View 5 Replies View Related

AutoCAD Inventor :: How To Get Hole Names In Hole Table

Aug 28, 2013

i use hole feature names in hole table.

i assign hole names attribute to hole feature but dont get attribute hole table.

how to get hole names in hole table.

View 1 Replies View Related

AutoCAD Civil 3D :: Create Station-offset Label Style That Will Drop Trailing Zeros In Offset?

May 14, 2012

I am trying to create a station-offset label style that will drop the trailing zeros in the offset section - e.g. 15' instead of 15.00', but if the offset is not at a whole number, e.g. 15.01, etc.  it will display the entire offset.

I created two expressions:  IF(OFFSET-TRUNC(OFFSET)=0,.1/12,.00000001/12)

and this one:  IF(OFFSET-TRUNC(OFFSET)!=0,.1/12,.00000001/12)

I then created two offset components, one called truncated, and one called full, and assigned the heights to match the expressions. 

I have attached the file, the style is ACHD-Sta Off-Rt [copy]

C3D 2011, Win x64

View 9 Replies View Related

AutoCAD Inventor :: Table Driven IFeatures In A Hole Table?

Oct 16, 2013

I have a part where I have placed a number of table driven iFeatures.  These features generate parameters in the model that I can see in the parameter table.  I am trying to find a way to have these iFeature parameters show up in the hole table in my drawing.

By 'exporting' the parameters, I have been able to get the values to show in notes and drawing view labels but I can't find a way to add them as a 'New Property' in my hole table.

View 3 Replies View Related

AutoCAD Inventor :: Inserted Hole Dimensions Not Matching Feature Dimensions

Mar 16, 2012

I typically as much as possible like to insert my dimensions into my drawing from my model.

I created holes in the model as a 1/4" tapped hole

Yet when I show the dimensions in the drawing they show the minor dimension.

How do I get the 1/4" to show?  I have selected the feature and still get these results.

View 8 Replies View Related

AutoCAD Inventor :: Hole Table Dimension

Apr 23, 2012

I have a drawing of a sheet metal part that I did late last year.  I used a Hole Table to dimension all the holes.

Fastforward to today.  I added two holes that are different in size than any other hole.  So when I opened the drawing it automatically added them to the Hole Table and gave them tag #'s in a new group and it kept the grouping in Alpha order.  A, B, C were there before and it added D.  Great, that's the way to do it.

Then I decided I needed to change the hole size.  The change would keep the size different than any other hole on the part still.  I go into the drawing and it change the size in the Table BUT, it also moved them up to the top of the list but kept the tag # as D*.

How do I get those two entries back to the bottom where they belong to keep them in order?

View 1 Replies View Related

AutoCAD Inventor :: Inventor Hole Table - Mixed Units - Description Cell

Dec 18, 2013

Is there a way in the description field of an Inventor hole table to have mixed units?   Some hole sizes at fractions, some at 2 plc, and others at 3 places.

Inventor Pro 2013 or 14

View 1 Replies View Related

AutoCAD Inventor :: How To Merge Cells In Hole Table

Nov 8, 2012

I created hole table but i unable to merge the cells. but i need my output will be as per the input. How to make sure it is possible to give inventor 2011 & 2012.

View 6 Replies View Related

AutoCAD Inventor :: How To Change The Defaults In Hole Table

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

AutoCAD Inventor :: How To Put Hole Feature Into IPart Table

Mar 26, 2013

I have created an iPart which uses the Hole Feature (counterbore hole).  The hole is not threaded.  Is there a way to put the Hole Feature into the iPart table so when a user enters specific values, he/she could type in or select a bolt size and the counter bore hole feature will use the correct dimensions for said bolt size (ie.  I would like the counterbore holes for an M6 Socket Head Cap Screw.  So instead of typing in the counterbore hole diameter, depth, and bolt diameter, etc... it would automatically enter the default values.)  Or is this something that must use iLogic?

View 6 Replies View Related

AutoCAD Inventor :: Create A Hole Table For A Part

Mar 8, 2013

I need to create a hole table for a part.  I would like the origin to be at the center of the part.  Problem is there is not a round hole at that location.  Attached is a similar part.  The one that I am doing is much larger and has many more holes... this is just an example.

How can I pick this as the origin of my hole table?

View 3 Replies View Related

AutoCAD Inventor :: Adding Notes To Hole Table?

Jul 25, 2013

Is it possible to add notes for each hole in a hole table?

I want to add for each hole in a hole table its true position value that I decided (instead of creating feature control frame for each hole).

View 5 Replies View Related

AutoCAD Inventor :: Retrieve Hole Dimensions In Dwg File?

Sep 5, 2013

how to retrive circular pattern holes dimesnions from the model. i can get other dimensions but struggling with holes.

View 2 Replies View Related

AutoCAD Inventor :: Increase Size Of Hole Table Origin?

Jun 24, 2013

I need to make the hole table origin symbol bigger to stand out on the drawing I am doing, I've looked around but can't see how to modify it's size, how to change it's size ?

Inventor 2013 SP2
Product Design Suite Ultimate 2013
64-bit HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
Anthony Goodwin ~ Cad Manager/Senior Designer
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 2 Replies View Related

AutoCAD Inventor :: How To Delete A Hole (line In The Table) Without Resorting

Oct 8, 2013

how do i delete a hole(line in the table) without resorting the hole table?

View 4 Replies View Related

AutoCAD Inventor :: Hole Table Does Not List All Holes In Part

Aug 10, 2012

I have a sheet metal part which has several holes in, from which I have created a hole table. The hole table does not list all the holes in my part as I am only permitted to to select holes on one face of the part in the selected view. I have tried selecting all holes on the Isometric view however I cannt do this either.

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 5 Replies View Related

AutoCAD Inventor :: Thread Feature Not Displayed In Hole Table

Nov 29, 2012

Yesterday I tried to make a table-driven I-feature of a few drilling paterns.

I want to use this for drawing steel manifolds. The I-feature is used to insert standard drilling paterns, for example a patern to fit a standard flange.

The only problem is, for the thread I used the thread feature, otherwise it doesn't show up in the I-feature.

But when I make a drawing of a part were this I-feature is used, the specification of the thread doesn't show up when I create a hole table, because in the I-feature, the thread is a separate feature.

View 1 Replies View Related

AutoCAD Inventor :: Use Hole Table (or Similar) For Objects Without Centermarks?

Apr 18, 2013

I have a .stp file that I am trying to dimension on a drawing. There are about 100 or so lightening pockets that are all the same basic shape (a rectangle with a full round on the ends). As of now I have been manually making a table for each location. Is there a way to create something like a hole table to automatically capture the locations of the pockets and create a corresponding table? I know I can create a centermrk on the round portions to use with a hole table but I want to dimension from the center of the pockets for the table.

View 5 Replies View Related

AutoCAD Inventor :: Sort (Resort) A Hole Table Via Code?

Oct 8, 2013

How do you sort(Resort) a hole table via code?  The hole table does not appear to have a .Resort member.

I would think it would be oHoleTable.Resort.

Inventor Professional 2014 64 Bit
Windows 7 Professional
NVIDIA Quadro FX 4600
Dual Intel Xeon E5540 CPUs
16GB DDR3 Ram

View 2 Replies View Related

AutoCAD Inventor :: Hole And Thread Dimensions As Inspection Dimension?

Mar 1, 2013

I'm adding in inspection dimensions for a PPAP submission drawing and have found that I cannot set hole and thread dimensions as inspection dimensions. I'm quite surprised to find that this option isn't available. Is it there, just hidden, or is it really not available to me?

To the top right of this picture is the inspection dimension I want and to the left the thread dimension which I can't get into this format.

View 4 Replies View Related

AutoCAD Inventor :: Hole Dimensions Multiple Leader Lines?

Oct 12, 2011

I was wondering is there a way to have a hole dimension with multiple leader lines. Using Inventor 2011

View 1 Replies View Related

AutoCAD Inventor :: Changing Text In Description Column Of Hole Table

Nov 7, 2013

I'm trying to change the value in the description column through the formattedtext but the final result is not what is supposed to be, this is a part of my code.

Sub HoleTab()Set oDrwDoc = ThisApplication.ActiveDocumentDim oSheet As SheetDim i As IntegerSet oSheet = oDrwDoc.ActiveSheetDim oHoleTables As HoleTablesSet oHoleTables = oSheet.HoleTablesDim oTable As HoleTableDim oTableRow As HoleTableRowDim oTableRows

[Code] .......

View 2 Replies View Related

AutoCAD Inventor :: Hole Table On Converted Solid Work File

Apr 26, 2013

What is the best way to get a hole table on a converted SW file.  Our Engineers use Solid works and I can easily import the file but when I try to create the  hole table in the IDW file it comes up blank.

Do  I need to recreate all the holes so they are native to Inventor? or I am missing a conversion setting.

Autodesk Inventor 2014 64 Bit Edition Build 170
Dell XPS 8300
Processor: Intel Core i7-2600 CPU 3.40 GHZ
16GM Memory
64 Bit Operating
Windows 7

View 5 Replies View Related

AutoCAD Inventor :: Change Commas To Full Stops In Hole Table

Jan 15, 2013

Why the hole chart has commas instead of decimal points I don't know but how to change them?

View 5 Replies View Related







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