AutoCAD Inventor :: How To Reposition Retrieve Dimension In Drawing

Oct 19, 2012

I was trying to reposition a retrieved dimension in drawing. I was able to position the text, however the dimension line however still stays in its default retrieved position. how I can reposition the dimension line as well?
 
Dim mydim As Inventor.ObjectCollection
Dim invDimConstraints As DimensionConstraints
Dim invDimConstraint As DimensionConstraint
invDimConstraints = invPartDef.Sketches.Item("MySketch").DimensionConstraints

[Code] ........

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Retrieve Dimension Precision In IDW

Oct 17, 2013

I've recently been playing with the "Retrieve Dimension" feature in IDWs to pull the model dimensions and tolerances from the IPT.  I'm wondering if I am understanding the behavior correctly.

The IPT Document Settings > Default Tolerance "Use" and "Export" standard tolerance values boxes are checked.

I have standard tolerances defined for .xx and .xxx precisions.  Default in the IPT is .xxx.

If I place a sketch dimension and extrude a feature, place that part in an IDW, and "Retrieve Dimension," the result is that the dimension's precision and tolerance are defined by the active IDW style.

However, if I place the sketch dimension, and then modify its precision to be something other than the IPT default, when I "Retrieve Dimension" in the IDW, it pulls the modified precision and tolerance from the IPT settings.

Is this the expected behavior?  When I see the box in the IPT Default Tolerance tab that says "Export Standard Tolerance Values," I understand that to mean that the standard tolerance values in the IPT will be propagated to the IDW.  Is this incorrect?

I'm using Inventor Pro 2013

View 2 Replies View Related

AutoCAD Inventor :: Data Type For Second Parameter Of Retrieve Dimension Method

Jan 18, 2012

What is the data type for the second parameter of retrieve dimension method? Coz it's optional parameter.Retrieve(ViewOrSketch as Object, [DimensionToRetrieve]) as GeneralDimensionEnurator

 We've tried to put the parameter name of the model as parameter  but error had occured "DATA TYPE MISMATCH".Here's our

Call osheetDetail.DrawingDimensions.GeneralDimensions.Retrieve_(oTopView,oModel.ComponentDefinition.Parameters.Item(10).Name)

View 2 Replies View Related

AutoCAD Inventor :: Retrieve Dimensions In Drawing With ILogic

Oct 8, 2012

I want to retrieve dimensions in a drawing with ilogic. I found some code but how to translate it into a ilogic code.

I always use assembly models in these drawing and all the parameters have unique names. So in my drawing i want to retrieve some specific dimensions in a view.

View 9 Replies View Related

AutoCAD Inventor :: Using ILogic To Retrieve IProperties Form Model Into Drawing?

Jun 7, 2012

I'm trying to put a little iLogic rule in my drawing template which triggers as soon as the drawing is opened.  The rule asks the user whether the component he's making a drawing of needs to be painted or not.  If it gets painted, the paint area (one side only or both sides) needs to be calculated.  The result of this is then referenced by a text note in the title block.

I can do the radio boxes with the questions, as well as their If loops, but only when I'm in the model.  Due to our, admittedly inefficient workflow, we never have time to specify "minor details" like paint area or spec during modelling, only when we get to drawing level.  I'd like to put the iLogic rule inside the drawing template.  I'm having trouble referencing the iProperties of the model from within the drawing's iLogic interface.

What I have so far is this rule, which I can run inside the model:
 
'set dummy variable equal to total areatotal_area = iProperties.Area'start radio box with questionsText1 = InputRadioBox("Will this component be painted?", "Yes", "No", Text1, Title := iProperties.Value("Project", "Description"))If Text1 = True ThenText2 = InputRadioBox("How many sides will be painted?", "Both sides", "One side only", Text2, Title := iProperties.Value("Project", "Description"))If Text2 = True TheniProperties.Value("Custom", "Paint Area") = total_areaElseIf Text2 = False TheniProperties.Value("Custom", "Paint Area") = total_area/2End IfElseIf Text1 = False TheniProperties.Value("Custom", "Paint Area") = 0End If

adding a line or two so that I can run the same rule, but from the drawing.

View 9 Replies View Related

AutoCAD Inventor :: Dimension In Drawing Not Accurate

Nov 3, 2013

The diametric dimension on the right, dia. 244.9 isn't resembling the real dimension in the weldment.You see in the sketch of extrusion 2 that i gave an internal diameter of 245.

View 9 Replies View Related

AutoCAD Inventor :: Highlight Dimension In Drawing

Jun 25, 2013

Is there any way to highlight certain dimensions in a IDW drawing (i.e. color the background of that text yellow)?

View 6 Replies View Related

AutoCAD Inventor :: Cannot Dimension Drawing Views

Aug 31, 2012

I am using Inventor 2013.  For some reason I cannot dimension some of the model entities in the drawing views in an idw file.  I can retrieve the model dimensions but it is usually easier to create the dimensions I need in each view.  I can select the line, curve, etc. when dimensioning but nothing happens.

After I think about it.  What I cannot dimension are lofts that I created with rails.  These rails were made up of lines and curves, not polylines.  How do I get the sketches for the rails I used for lofting to display in the drawing views so I can dimension those sketches.

View 9 Replies View Related

AutoCAD Inventor :: Dimension Values Incorrect On Drawing?

Sep 6, 2013

I'm using Inventor 2013.  I created an assembly where I did a lot of top down modeling (meaning components in the assembly were created in the assembly.  All but a handful of the components are adaptive to other components).  When I went to make my drawings for having the components made, I started noticing that some of the dimension values were wrong.  I could go into the model and verify the features, but when dimensioning on the drawing it would not match.  Furthermore, this didn't occur on every dimmension on the drawing.  Not even half of them were incorrect, but it only takes one to really mess up a part.

I've attached a screen shot of what I'm seeing.  The 15.2 and 5 dimmension are correct, but obviously those don't add up to 31.37.  I know I can manually override this dimmension, but only if I know to do it.  I tried to do a drawing of another part in the same assembly and eventually found a similar problem. 

Finally, I created a step file of the 1st part (to strip away the adaptivity) and when I created the drawing again, the problem went away.

My question is, is there something I did in the assembly / creation process that would have caused this? 

View 4 Replies View Related

AutoCAD Inventor :: Dimension Ellipse Drawing Feature

Jul 26, 2012

I'm trying to dimension an ellipse in the Inventor Drawing Feature. I've attached the .idw files. (the .ipt is too large)I am aware that the ellipse doesn't have a constant radius and was wondering what is accepted practice for these dimensions?

I need to first dimension the external elliptical shape (which I'm struggling at), might just add a note.

Secondly I'm trying to dimension the mesh part, its not centrally align to the part and since I can't put a center mark on I'm not sure how I should dimension this...

View 5 Replies View Related

AutoCAD Inventor :: Find Dimension In Drawing Area?

Apr 16, 2013

My question is to find the dimension in the drawing area

for example

If we observe in the drawing  left hand site we can see alphabets in the border area and number at top border area

if the dimension lies between "A" on left hand side and "1" on top border srea

then i want a message the dimension lies on A1

View 1 Replies View Related

AutoCAD Inventor :: How To Dimension For Corner Intersection In Drawing

Oct 24, 2013

dimension bend parts with corner intersection. Is there any option in Autodesk Invenor Drawing so that i can give dimensions as shown in attached image.

View 2 Replies View Related

AutoCAD Inventor :: ILogic To Overide A Dimension On Drawing

May 17, 2012

So my problem is that  I need to include a line on a part drawing that isn't related to the part itself. I need to be able to override the dimension of the line I sketched so that I can include it in my drawing and update the dimension without having to change anything else on the part.

Basically, I want an iLogic rule to overide a dimension, and I don't know how to do that.

View 1 Replies View Related

AutoCAD Inventor :: Drawing Dimension Of Beam With Two 45 Deg Cuts

Sep 20, 2013

I have recently drawn a steel construction, and I am now in the process of making the drawings. A problem that occurs is the length of beams used for bracing. When I click the two outer points, the lower dimension in the drawing appears. This is the length of the line between the two points. To be able to dimension properly, I have made a sketch with a straight line, which is perpendicular to one side of the beam. This has been used, with the point on the opposite side, to find the true beam length (and is showed as the upper of the two dimensions in the picture).

View 5 Replies View Related

AutoCAD Inventor :: Create Dimension Angle In DWG Drawing

Oct 31, 2012

I want to ask how to make the size for the angle in the distance between holes. i use the autodesk inventor 2013, I attach an example like this.

View 9 Replies View Related

AutoCAD Inventor :: Dimension Without Snapping To Various Heights Within Drawing View

Dec 13, 2013

Is there a way to force Inventor to dimension without snapping to various Z heights within a drawing view? I have basic top and side views created however when trying to dimension overall lengths and widths i'm snapping to high and/or low points of the model and getting screwed dimensions.

View 4 Replies View Related

AutoCAD Inventor :: Changing Dimension Text Size In IDW 2D Drawing?

Feb 13, 2013

How do you change the dimension text size in an .idw 2D drawing? The dimension text and arrowhead size is too small and I would like to make it sligthly larger.

View 3 Replies View Related

AutoCAD Inventor :: Styles - Select Dimension Type For Whole Drawing

Jan 19, 2012

We have created one Style, but within this Style are two Dimension types (Dual and SIngle)

When a drawing from a model is created it defaults to the Dual Option and we can only select the Single Dimensions by individually selecting the Dimension and editing to Single Dimension, which can be time consuming.

Is there a way to select the Dimension type for the whole drawing?

View 2 Replies View Related

AutoCAD Inventor :: Change Dimension In Drawing To New Point / No Snaps?

Oct 9, 2013

I seem to recall being able to do this in 2013...

Say you've dimensioned something but end up wanting to change the dimension definition points...drag the end point to another location that you want dimensioned.

I thought it used to snap to a new location, but now it will not. I have to redraw the dimension (including all text I added).

Here is what I get when I try to move the dimension definition point:

Here is what I get when I try the auto-reattach feature in "repair". Still nothing to snap to.

View 3 Replies View Related

AutoCAD Inventor :: IV 2012 / Cannot Edit General Dimension In Drawing

Aug 27, 2013

I cannot edit a dimension that I add to a drawing, IV simply ignores my request when I select Edit from the shortcut menu. This is not a retrieved dimension.  My only workaround has been to edit the dimension properties in the part file to display as I would like on the drawings.

I've checked the application options, under Drawing tab, I do have "Edit dimension when created" checked, yet IV does not display the edit dialogue box upon initial creation of the dimension.

View 9 Replies View Related

AutoCAD Inventor :: Save Dimension Style To Drawing Template?

Mar 6, 2013

I want to change some values in the default drawing template.

But doesnt succed to save it to an existing template

Like this picture shows about the precision

I have tried to use "Save Copy As Template" but the values goes back to the default settings

how to save dimension style settings to an template?

View 2 Replies View Related

AutoCAD Inventor :: Increase Dimension Text Height In Drawing?

Jul 2, 2013

How do i increase the dimension text height in my drawing.When i go thro the styles and standards editor and increase the text height all the text in my sheet border also increases.Surely there must be a way to isolate the dimension text from the sheet text.

View 2 Replies View Related

AutoCAD Inventor :: ILogic If / Else If Conditional Suppression And Reposition

Sep 25, 2012

I use a simple If/ElseIf code to suppress / uns uppress  & reposition holes on a plate to ensure the desired number of fixing hole pairs.

The hole positions will change and suppress/unsuppress depending on the value of the Tie Rod Pitch (vertical) and the O/A length of this plate (and pressure inside the radiator but this is sorted in Excel).

For example PitchMax = 500mm, BP_2ndS= 1600mm (plate length)

If  (3 * TieRodPitch_MAX_2ndS ) < BP_2ndS <  (4 * TieRodPitch_MAX_2ndS)  Then
...

For some reason some times the parameters don’t update in the hole and pattern features after running the rule thus they are in the wrong position or not suppressed/unsuppressed. When I rearrange the If/ElseIf codes it may work. All I change is just replace ElseIfs with If-End Ifs  or the other way around...

Which does not make any sense to me, since I change nothing in the parameters or conditions. Is this code structured poorly?

p.s. this is an engine radiator and the number of tie rod pairs depend on the height of the block, pressure inside, width, etc.

The part fie has the code.

View 2 Replies View Related

AutoCAD Inventor :: Load Multiple Dimension Styles Into Drawing File?

Jul 18, 2013

How can I load multiple dimension styles into an Inventor drawing file without loading them into a template file?

View 1 Replies View Related

AutoCAD Inventor :: Drawing Standard Geometry With Multiple Dimension Values?

Jan 27, 2012

I am currently endeavoring to translate some (very) old print drawings of standard geometry used by my company to electronic format with Inventor. Many of these standards include a matrix of certain dimensions (noted by a letter variable on the drawing, such as "A") and what their values should be, given the required size of the geometry's main feature, like the cross section of an o-ring that is supposed to go with it. Is it possible to build such variable/multiple value dimensions in Inventor and have a corresponding matrix printed on the drawing with it?

View 1 Replies View Related

AutoCAD Inventor :: Sketch Within Drawing View Loses Dimension Reference?

Jan 14, 2013

I have a VB program that auto updates the size of a door and frame assembly, and in turn, updates the shop drawings to reflect this change.  I have a view on my shop drawing that I have drawn a sketch in.  I start the sketch, add my dimensions, and I use 'Project Geometry' to project the edges of the actual part around the sketch to constrain my sketch and keep it in place.  The problem is, as the program runs, and the door/frame changes height, the sketch loses it's dimensional references to the projected geometry.  When I go back and reopen the drawing after running the program, all the dimensions that went to the projected geometry are gone. 

Is there another way to anchor a sketch to a drawing view part instead of dimensioning to projected geometries?  This doesn't seem to be working, and I've tried it every which way I can think of.  Oddly enough, I have another sketch in a different view that is set up the same way, and it never misses a beat.

View 4 Replies View Related

AutoCAD Inventor :: Create Dimension On Drawing Document Between Two Parts In Assembly

Feb 8, 2010

From a VB.Net program, I'm trying to create a dimension on a drawing document between two parts in an assembly. I can get the parts using component occurrence. The line marked below throws the following error: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)).

As you may see, I have allocated memory for both "Edge" and "Face" (Dim oEdge1 As Face) albeit one is commented out. Attached is the screen shots from the attribute helper add-in. In it, you will notice that the attributes are of type: "Face".

Public Sub CreateDrawingDimension(ByVal Part1 As String, ByVal Part2 As String, ByVal AttName1 As String, ByVal AttName2 As String)
' Get the Active Drawing document
Dim oDrawDoc As Inventor.DrawingDocument
oDrawDoc = invApp.ActiveDocument
[code]........

View 2 Replies View Related

AutoCAD Inventor :: Circular Pattern To Reposition Internal Keyway

Oct 22, 2012

I am using a circular pattern to re-position an internal keyway and am wondering if it is possible to supress the original keyway? Right now I have to give it a 'Placement' value of 2 to get the keyway to shift the amount I want, and as such it keeps the original as well as the new (overlapping them). I wish to suppress only the original one leaving new one...

Inventor 2014 PDS

View 6 Replies View Related

AutoCAD Inventor :: Cannot Select Model Edge To Dimension In Drawing View (idw) File

Oct 16, 2012

 unable to select an edge in the drawing view to create a general dimension.

View 1 Replies View Related

AutoCAD Inventor :: Change Drawing Dimension Text And Symbols Font With ILogic

Nov 2, 2012

I was looking to change the fonts in a drawing for the Dimensions and Symbols that might have been inserted in the Dimension text entries.

This can be done manually bu editing the dimentions text after placemement, but I was ooking to set this as a default.. I cannot see where exactly this is controlled in the Styles Manager - I am only able to change the Dimension text font but the diameter symbol font is always on AIGDT.

I was therefore looking for an iLogicvb code that could do the trick, but I am not able to even change the dimension fonts... The code runs with no errors but nothing gets updated in the drawing...

Dim oDoc As DrawingDocument
oDoc = ThisApplication.ActiveDocument
Dim oSheet As Sheet
oSheet = oDoc.ActiveSheet

[Code]....

InventorVb.DocumentUpdate()

View 3 Replies View Related

AutoCAD Inventor :: ILogic - Reposition Revision Table On Sheet Size Change

Sep 24, 2012

a customer has a title block with a revision table ( standard vault revision table)  add on top of it.

If you change the sheet size the revision table remains his position.

If found the way to reposition the table with a ilogic rule.:

'point afstand in cm
PointX=(ActiveSheet.Width/10)-13
PointY=5.5
'punt vanaf rechtonder gemeten in cm

[Code]....

This is working perfectly. But now the challange how to trigger this rule to run if you change the sheet size?

if tried:

trigger=Activesheet.size

or

to create a userparameter and added this line in my rule : Size=ActiveSheet.size, normaly is you change parameters it triggers the rule to rule. but both way didn't work.

Can event triggers from the API be used?  Do i need the "Onchange" event? Any example for a ilogic rule?

View 3 Replies View Related







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