AutoCAD Inventor :: Placed View Of Assembly In IDW Drawing - No Dimensions

Sep 21, 2012

Recently when I have placed a view of an assembly into an idw drawing, then try to dimension distances between parts it gives me strange looking dimensions, or no dimensions at all.  It looks as though the dimensions are going from the edges of each part at different angles, when I want them to be parallel to the view.  I just want the dimension from a line to a line in that view as though it is 2d, but it is acting like it is still in 3d. I do not know if their is a setting that will change this or not.

I attached a screen shot of what the dimensions look like.

View 6 Replies


ADVERTISEMENT

AutoCAD Inventor :: ILogic Model - Dimensions Of Assembly In IDW Drawing

Jul 2, 2013

I have a automated ilogic model that is then used within a 2D drawing, this 2D drawing then has dimensions on it referenced to the the model.

This model changes in its length the dimension associated with its length then changes but the dimension text then goes outside of the dimension boundary (does not stay central). Is there any code that can scan the dimensions and in effect tidy them up?

View 3 Replies View Related

AutoCAD Inventor :: Move Multiple Dimensions From One View To Another In Drawing

Jun 5, 2012

I found that I can right click a dimension in a drawing and select "Move Dimension" which then prompts me to select an alternative view in which I want the dimension placed. Is it possible to control-click multiple dimensions once to do this all in one fell swoop (e.g. I decided my view is too busy and want to move dimensions to a newly created detail view of that area)?

I'm using Inventor 2010

View 5 Replies View Related

AutoCAD Inventor :: Display Only Portion Of Assembly In Drawing View?

Jan 10, 2013

Is there a way to have a view in a sheet that displays a few specific components of an master assembly? There is a motor/gear-box assembly within my master assembly that I don't want to make a separate assembly for BOM purposes, but I want a .ipn view with the motor/gear-box "assembly" exploded. I tried making everything else in the master assembly "not visible" for the particular .ipn view, which works fine, but if I add or replace anything in the master assembly, those additions appear in the motor/gear-box .ipn and screw up the view.

I could just make a whole new assembly for the motor/gear-box and use that for the exploded view, but I would rather the view update to reflect slight changes I make in the motor/gear-box "assembly" from within the master assembly.

So can I create a .ipn view and say, "I want these particular components of an assemly to appear in this view but nothing else"?

View 5 Replies View Related

AutoCAD Inventor :: Drawing View Of Representation Still Shows Assembly That Is Turned Off

Nov 29, 2011

Trying to do two variations of an assembly using representations.  I turned sub-assemblies off in different representations by unchecking "visibility."  I can switch back and forth between representations in the assemby and the sub-assemblies go on and off, but drawing views where I've selected a given representation still show the "invisible" assemblies.

Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7

View 6 Replies View Related

AutoCAD Inventor :: Hidden Lines Of Specific Parts In Assembly Drawing View

Oct 24, 2011

Is there a way of using Ilogic to make hidden lines of specific parts in an assembly drawing view visible? If a part with hidden lines showing is suppressed and then unsuppressed the hidden line option becomes unchecked, therefore I need a way of rechecking this option through code?

View 2 Replies View Related

AutoCAD Inventor :: Send Custom Properties From Selected Assembly View In Drawing To All Parts

Nov 4, 2013

I want to create a rule with CommandManager.pick who see the name of assembly and send a custom ipropertie to all parts of this assembly view in drawing, this is my none finish rule.

Dim doc = ThisApplication.ActiveDocument
Dim entity = ThisApplication.CommandManager.Pick(
SelectionFilterEnum.kDrawingViewFilter,
"SÉLECTIONNE UNE VUE")
modelName = IO.Path.GetFileName(ActiveSheet.View(entity.Name).ModelDocument.FullFileName)
PART = Left(modelName, 11)
EXT = Right(modelName, 3)
FIRST = Left(modelName, 3)

[code]....

I have the rule "SEND TO PARTS" in my assembly but i have this error message

MEMBER NOT FOUND. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))

View 8 Replies View Related

AutoCAD Inventor :: Way To Save A Section View In Assembly As View Rep

Mar 13, 2013

Is there a way to save a section view in the assembly as a view rep? Am using 2011.

View 9 Replies View Related

AutoCAD Inventor :: Add Dimensions In Assembly Through VBA

Aug 21, 2011

I want to add dimensions in an assembly through VBA ,but all my work is just in vain . Now I can add dimensions one after another ,but I want to finish dimensioning in the assembly once for all .

View 1 Replies View Related

AutoCAD Inventor :: Envelope Dimensions In Part / Assembly

May 10, 2012

I'm looking for an easy way to extract the information of max box dimensions (X, Y, Z).

When we want to send one part, or assembly all over the world, we need those dimension. I think, it is something that inventor already have it but not in an easy way like a phisical propertie that you can include in your BOM. Is this something for autodesk to implement?

View 2 Replies View Related

AutoCAD Inventor :: Retrieve Assembly Feature Dimensions?

Aug 13, 2012

I am trying to retrieve dimensions from an assembly. The features that I want were created in the assembly itself, not on the original parts in the assembly. I can manually dimension some of the features, but there are others that I need to retrieve. When I retrieve dimensions from the assembly, I am only given the original dimensions for the parts.

View 7 Replies View Related

AutoCAD Inventor :: View Of Retrieved Dimensions

Mar 12, 2012

I need to find out the view a retrieved dimension belongs to - is there a API call available?

View 2 Replies View Related

AutoCAD Inventor :: Convert Imperial To Metric In Assembly / Part Level Sketch Dimensions

May 14, 2012

I need converting imperial dimensions into metric in assembly as weell as part level sketches dimensions.

Any solution for converting all imperial dimensions to metric dimensions in whole assembly constraint level and as well as part level sketch dimensions. Any macros or any ilogic rules?

View 1 Replies View Related

AutoCAD Inventor :: Adding Dimensions To Features Outside Of View?

Mar 13, 2013

I'd like to add a dimension from a feature in a detail view to a feature outside the view, exactly like the dimension circled in red below. I cannot find any information on how to do this, but I suspect it is pretty easy!

View 4 Replies View Related

AutoCAD Inventor :: Adding Dimensions To Detail View

Feb 24, 2012

In my assembly drawing I have been able to add random dimensions anywhere I needed them.

Except for the detail view.  How come I can select the two end points for my dimension, but it wont let me place it?

(Colossians 3:23-25)

View 4 Replies View Related

AutoCAD Inventor :: Can't Get Dimensions To Default Close To The View

Mar 8, 2012

I have dimensioned hundreds of drawings with the Ordinate Dimension command in Inventor 5.1. I'm now using Inventor 2011 and I'm having lots of issues using this command. When I first set up the dimensions, I can't get the dimensions to default close to the view. They almost always want to be on the very edge of the title block. I don't think this is a sttings problem, because occasionally they will lock to where I want them. What am I doing wrong?

The first attachment is how they go on their own. In the second attachment, I have manually moved them, but at 1 dimension per move, it's slow, and also hard to keep the all aligned.

Autodesk Inventor 2011
AutoCAD Mechanical 2011

View 2 Replies View Related

AutoCAD Inventor :: Parent Section View In One Drawing And Child View In Another

May 6, 2013

Is it possible to have the parent view for the section in one drawing and the child views in another drawing?

View 2 Replies View Related

AutoCAD Inventor :: Projected Drawing View Doesn't Show / Design View Rep Don't Update

Sep 27, 2013

After upgrading to Inventor 2014 we notice that the graphics do not work properly, and that the overall performance in drawings and modelling bad compared to 2013. Then we installed SP1 and now drawing views are disappearing, however when we select "shaded" view the view reappears and works perfectly..

Any workaround regarding disappearing views?

View 3 Replies View Related

AutoCAD Inventor :: View Label In Base View / Drawing?

Nov 25, 2008

Each time when I place a part in base view, have to follow few steps; go through view label, format Text, than choose type option - [Properties-Model] and its property - [Part Number], than placing dimensions. it takes long time and very repetitive, especially, when placing a hundreds of parts and I was wondering if there is an option, to set up view label; [Properties - Model ]& [Part number], as a DEFAULT. So, each time placing a part, in base view it will come up with correct label. Also, overall dimensions, can it be retrieve using parameters of the part?

View 4 Replies View Related

AutoCAD Inventor :: IPN Is Not The Same As View From Assembly File

Aug 29, 2011

See attached. Basically, the view for my IPN is not the same as the view from my assembly file.  The view on the left in the attached PNG is of my IPN and the view on the right is my assembly LOD. 

Any answer that will clarify why my IPN file shaded views are different from my IAM shaded views??

IV 2010 Tube & Pipe SP4; ACAD Mechanical 2010;
2.5 ghz Xeon Processor
8 gb RAM
Windows 7 Professional x64
EVGA GTX 560 2gb DDR5

View 9 Replies View Related

AutoCAD Inventor :: Repositioning Dimensions In Drawing Through API?

Jun 24, 2013

I'm trying to reposition dimensions in a drawing through the API. The output of my code seems to indicate the method is working, but after it runs the drawing is unchanged.  Here's the code (in VBA):

Dim oDoc As DrawingDocument
Set oDoc = ThisApplication.ActiveDocument
Dim oSheet As Sheet
Set oSheet = oDoc.Sheets.Item(1)
Dim oLdim As LinearGeneralDimension
Dim oLeaderNote As LeaderNote
Dim oDimLine As LineSegment2d ' Dimension Line
Dim oStartPt As Point2d ' Dimension Line Start Point
Dim oEndPt As Point2d ' Dimension Line End Point

[code]....

Looks like it moved my vertical dimension left, but it doesn't actually do anything.   Is this not a viable method for repositioning a dimension?

View 2 Replies View Related

AutoCAD Inventor :: Retrieving Dimensions In Drawing

Oct 8, 2012

I created a sketch then tried to retrieve dimensions in a drawing from the sketch. When I used the retrieve function, no dimensions appeared. I made sure that the box in the Application Options under the Tools tab was checked for retrieving all dimensions upon placement. I have tried numerous ways to retrieve the dimensions, and while I can place them manually, I really need to be able to retrieve all at once as seen on the sketch. 

I have been able to use the retrieve function before on files that I downloaded from a website so I know to use the function. 

I'm attaching a file which I am having trouble retrieving dimensions. I am using Inventor 2013 educational version. 

View 5 Replies View Related

AutoCAD Inventor :: Scale Dimensions In IDW Drawing?

Jan 11, 2013

I'd like to take a set of ordinate dimensions and multiply all the values by 10. Is this possible, without overriding the values and making them static?

The reason I'm asking is because I'm making a flat layout sketch for pockets around a drum. So imagine taking a drum and rolling it out flat. In the direction along the drum I drew it as 1" = 1" and for the circumfrence direction I did 1" = 10° so I don't have sketch that is 13" x 360". So I need to scale the dimensions in 1 direction up by 10.

View 1 Replies View Related

AutoCAD Inventor :: Edit Drawing Dimensions

Oct 11, 2012

I got a new computer recently and installed Inventor 11. I found I could not change the drawing dimensions (It chanced in the Edit Box and shown the changes in the dimensions, but after click "OK", the Edit Box closed and the dimension did not change).

I remember there were the similar problems before and I installed KB918118 fixed it. So I tried to install KB918118. But my computer shown a message saying my computer system is newer and do not need the KB918118 update.

View 9 Replies View Related

AutoCAD Inventor :: VBA Applying Drawing Dimensions?

Jun 22, 2009

I am wondering how best to apply drawing dimensions to a view. I am using VBA (Inventor 2010 x64) to modify a template skeletal assembly and save it. I have succeeded at generating the models, drawings, and drawing views, but have hit a wall when I attempt to automate the process of applying drawing dimensions.

I attempted to use GeneralDimensions.Retrieve with the DimensionsToRetrieve parameter, as I wish to retrieve only a few dimensions. My testing, however, indicated (and the helpfile confirmed) that the DimensionsToRetrieve parameter only work if the DimensionConstraint objects belong to a drawing sketch, and I'm retrieving dimensionconstraints from a model sketch. It appears to me that I will have to retrieve all dimensions and then somehow delete the unnecessary ones. This seems unusual to me--is there a better way? Can I, for example, retrieve a single dimensionconstraint at a time from the model rather than all of them at once? Perhaps its suitable applying drawing dimensions without retrieving them from the model?

View 6 Replies View Related

AutoCAD Inventor :: Edit Drawing Dimensions

Oct 11, 2012

I got a new computer recently and installed Inventor 11. I found I could not change the drawing dimensions (It chanced in the Edit Box and shown the changes in the dimensions, but after click "OK", the Edit Box closed and the dimension did not change). I remember there were the similar problems before and I installed KB918118 fixed it. So I tried to install KB918118. But my computer shown a message saying my computer system is newer and do not need the KB918118 update.

View 4 Replies View Related

AutoCAD Inventor :: How To Fix Space Between Dimensions In Drawing

Jun 27, 2012

I  use parametric base-model which automatically generates drawing (look "Pic1"). I change parameters I need and new drawing is generated (scale stays the same). However, dimensions on new drawing are displayed in random way (look "Pic2"). Is there a way (iLogic, VBA or smth els) to fix/link dimensins so - that they could stay in an appropriate way (space between dimensions, space between dimension and edge, dimension is centered on line with arrows) when the model size is changed (in this example I have changed the base diameter from 830 to 1280)?

Function "Arrange dimension" does not solve the problem!

View 1 Replies View Related

AutoCAD Inventor :: Part Details From Assembly View

Apr 2, 2013

Is there a quick way to detail parts from an assembly without having to browse to a part and then search through and select a part and insert a Base View?

For instance from within SolidWorks you can insert a view of an assembly and if you need to detail any part within that assembly you can simply click/select on the part in an assembly view and right click insert view then your View Menu pops up and you are moving forward. If you have to detail several parts you can spit out their Base Views in a matter of seconds. Even if you are making a seperate sheet just for the parts it is easier to insert an assembly view off the sheet and select the parts from there insert all of your part views then delete the assembly view if you want. You can also go to the properties of each view and link the balloons to your assembly BOM.

It is very useful if you are generating drawings such as I do with most parts for the assembly being detailed on the same sheets. 

So is there a quick way to get the parts detailed?

View 9 Replies View Related

AutoCAD Inventor :: Create Exploded View Of Assembly

Feb 19, 2013

I need to create an exploded view of an assembly to show how it's supposed to be put together.  "Hey, why not use the slick presentation feature in Inventor?  I've already got the model!"  It's not working out to be that slick.

Outlined in red, is the "wrong" trail that Inventor put in by default.  I added the highlighted trail, which is what I want and reflects how things actually go together.  How do I get rid of the one I don't want?  Hide turns off both of them.  Delete deletes the tweak.  All I've found was a workaround where I hide the line in the drawing.

View 2 Replies View Related

AutoCAD Inventor :: Assembly View Shows Up As Monochrome

Oct 26, 2011

Recently I have had two assemblies change at random times to a monochrome color and I cannot change them back to their respective colors.  I can open sub-assemblies and they show as the correct color but when I close them the main assembly and the recently open sub-assembly go back to monochrome.  When placed on a drawing sheet they appear the correct color on the screen and printed in color.  The Visual Style is Shaded With Edges.

System:

Intel Core T7700 @ 2.40 GHz
8 GB RAM
250 GB SSD
NVidia Quadro FX 1600M

View 6 Replies View Related

AutoCAD Inventor :: Slice View Of Bearing Assembly?

Nov 25, 2012

I have an assembly which contains some content centre tapered roller bearings. When I do a slice of the entire assembly the bearings remain solid. Within the document settings>modelling tab the "Participate in Assembly and Drawing sections" is checked.

How can I get the part to be sliced within the half sliced view like everything else?

View 2 Replies View Related







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