AutoCAD Inventor :: Fudging Existing Drawing With New Dimensions To Create Variation?

Jan 21, 2013

I was just asked to take an existing drawing and "fudge" the drawing with new dimensions to create a variation.So I over rode the dimensions and edited the title block date/drawn by.

I replaced the model reference HOWEVER......I have not been able to CHANGE the title or drawing number (despite the fact that the replaced model has the iProperties that I want).

I suspect this is due to the fact that the drawing is set to NOT update (I have red lightning bolt).

Can I get away with doing what I want without recreating the whole drawing?

Inventor Product Design Suite 2013sp2
Windows 7sp1 64-bit
nVidia Quadro 2000

View 1 Replies


ADVERTISEMENT

AutoCAD 2010 :: Create New CTB File / Insure That Drawing Is Supported By Existing One?

May 26, 2011

How do I create a new CTB file OR insure that a drawing is supported by an existing CTB file? I have tried to start one from scratch using Plot window - when I click on file - it sends me back to MY DOCUMENTS. Is this a glich??

View 9 Replies View Related

AutoCAD LT :: Create Template For Drawing With Custom Layers / Text And Dimensions

Mar 18, 2012

I need creating a custom template for my drawings with custom layers, text, and dimensions 

View 7 Replies View Related

AutoCAD Inventor :: Color Variation Using Design Views

Nov 5, 2013

I desire to have the shell of my tower have it's outer face to be red on some models and white on other models it's used in. I figured I could do this using a design view, however if I only change the color of the outer face in a design view, it seems to change it across all views.

If I change the color of the entire shell, then the design views seem to remain unique from one another. I don't really understand why the entire color of my part has to change, is there any form of workaround is this just a limit of the software? Attached is an image showing the issue.

View 3 Replies View Related

AutoCAD Inventor :: Creating New Drawing Sets From Existing Ones

Oct 24, 2011

What it is, my client has asked me create 4 different size transit frames all similar in design. Now I use the skeletal modelling technique to create all my models and this one is very easy to edit, all I have to do is change a couple of sketch dimensions and the transit frame assembly will update to suit any given size.

So, I have completed the drawings set for the first one (There is about 7 drawings in total, each containing about 5 sheets), and I would like to just copy the whole assembly and drawing set for the next frame, and I would just change the dims in the main sketch to suit the new size of transit frame that is required, BUT I dont want to alter the original frame.

Usually to do this, I would create a pack n go then open up that pack n go project in design assistant and change all the names of all the files, then place all these files into another project.

Now doing this is VERY time consuming, as if I am renaming all the files, then I am going through around 1000 files to do so!!!Even after I do all this I still run into some problems with assemblies looking for part files or idw's still picking up and showing the old project assemblies.

Is there an easier, more efficient way of doing this?Also, I would like to add that each of the 4 transit frames would have their own project BUT all 4 projects will be inside 1 parent folder within the vault. This is just the way that we structure or file system as each folder is for the entire job.

View 1 Replies View Related

AutoCAD Inventor :: Add An Existing Symbol To A Drawing Sheet

Jul 2, 2013

Just trying to add an existing symbol to a drawing sheet.  I know i'm not formating the point correctly and i get a position error.  How can i get the point location of two intersecting lines in my border to hard code the location? 

Error:

Error on Line 18 : Argument not specified for parameter 'Position' of 'Public Function Add(SketchedSymbolDefinition As Object, Position As Inventor.Point2d, [Rotation As Double = 0.0], [Scale As Double = 1.0], [PromptStrings As Object]) As Inventor.SketchedSymbol'.

Error on Line 18 : End of statement expected.

DimoApp As Inventor.Application=ThisApplication
DimthisIDW As DrawingDocument=oApp.ActiveDocument
oSheet=thisIDW.ActiveSheet
DimoSymDef As SketchedSymbolDefinition
oSymDef=thisIDW.SketchedSymbolDefinitions.Item("APPROVAL STAMP")myPoint=ThisApplication.TransientGeometry.CreatePoint2d(1, 6)
oSheet.SketchedSymbols.Add(oSymDef) ,myPoint

View 3 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 Civil 3D :: Create All New Existing Surface Over Existing Ground

Sep 28, 2012

I'm trying to create an all new existing surface over existing ground. I have a TIN surface of the EG, and I have drawn overlay splines that describe the new surface, but how to go about creating that design surface.

It is a compound surface, open on one end and closed all around on the other, somewhat like a half of a football stadium, but with an irregular upper edge because I am needing to figure out cuts and fills to manipulate the EG into this new surface without costly major terraforming. There is about 40-50' vertical elevation between the "field" and the upper rim with a generally constant 7-10 deg. slope all around. I'm just at a loss to figure out how to approach this project, and am quite new to Civil 3D.

Civil3D 2013
MacBookPro 17 - 2.4GHz Intel QuadCore i7 (Late 2011 build)
Microsoft Windows 7 64bit
350GB Bootcamp volume

View 2 Replies View Related

AutoCAD Inventor :: Using Drawing Dimensions To Drive Equation?

Nov 2, 2011

I have an asssembly stack and I have a known bending moment at a given place (ie the datum). I want then to create a drawing of this stack up and show the bending moments at known locations beside the relative dimension.

Now I can do this manually no problem...but I would like this drawing to update automatically. ie the stack up height(s) change and i want the bending moment figure to update accordingly.l

Is there a way to do this with drawing dimensions? ie dimensions created in drawing mode?

View 1 Replies View Related

AutoCAD Inventor :: Find 3D Linear Dimensions On Drawing?

Aug 9, 2012

I would like to know how I can find a dimension that's created with the command (with the internal command name) "Create3DLinearDimension".

This command is used to create a linear dimension on a view that has the default dimension type set to "True".

View 3 Replies View Related

AutoCAD Inventor :: Drawing Dimensions Deleting Upon Print To PDF?

Oct 24, 2013

One of the drafters I work with has been having an intermittent problem with Inventor 14 deleting dimensions and notes when he prints a .idw to a .pdf. The problem first popped up when we transitioned to 14 from 12. It only happens once out of every 2 dozen or so prints and is usually caught on the redlines, but it has been overlooked once already requiring the part to be remachined at cost to our employer. No one else in our office has had the problem and it continued to happen after a reinstall; which leads me to think it's some hardware issue.

Included is a screenshot of his system information. We're running Synergis Adept file management software, that may be pertinent as well.

View 6 Replies View Related

AutoCAD Inventor :: Edit Model Dimensions From A Drawing

Jul 30, 2009

Apparently I can't edit model dimensions from a drawing because i did not select this option when i installed inventor 2010.

View 9 Replies View Related

AutoCAD Inventor :: Dimensions On Exponential Curve In Drawing

Jun 27, 2012

I am trying to figure out how to properly define the dimensions of an exponential curve in a drawing to make it easiest to have the piece machined.

I am starting to wonder if inventor refers to this type of curve as something else entirely, as well.  Since an exponential curve is like the shape of an airplane wing and doesn't have a "consistent" angle.

View 2 Replies View Related

AutoCAD Inventor :: Drawing Dimensions Rounding Modulo Five?

Jun 27, 2012

How can I round drawing dimensions modulo five, keeping them dynamic?

If I have length equals 203, I can get rounded length 205. Besides, having 206 - getting 210.

If in model length changes to 313 - I'll get 315, when 316 - 320.

Probably, I should override value, using VBA. Are there other abilities?

View 3 Replies View Related

AutoCAD Inventor :: Make Drawing Dimensions Round Up?

Jan 10, 2011

I know you can obviously set the tolerance in the styles to round to the nearest 1/16 or 1/32, but is there a way to make it always round a dimension up instead of to the nearest? IV2012

Windows XP SP3 32-bit
Intel Core 2 Duo 6400 @ 2.13 GHz
Nvidia Quadro FX 3450/4000 SDI 256MB Vram
2 GB Ram
160GB HDD

View 1 Replies View Related

AutoCAD Inventor :: 2013 - Missing Dimensions In Drawing

May 16, 2012

While working with an Inventor 2013 *.idw some of the dimension lines, extension lines, and learders became invisible, even though you can still see the dimension values and even the arrow heads of the no-show dimensions.  Even when printed, the same lines are not there.  2013 Glitch?

View 9 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 :: Linking Drawing Dimensions To A Table

Apr 25, 2012

Is it possible to link the dimensions in my .idw to the table in the upper left corner?  I want the information in the table to reflect what is in the drawing.

I'm using Inventor 2012

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 7 Replies View Related

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 View Related

AutoCAD Inventor :: How To Create Jogged Dimensions

Jun 28, 2012

I am using Inventor 2012.  Is there any way to create jogged dimensions such as the ones in the attachment?  I am able to do this in our current CAD system but now I need to do this in Inventor.

View 6 Replies View Related

AutoCAD Inventor :: Changing Properties Of Parts List On Existing Drawing

Jun 1, 2012

Is it possible to change a Parts Only parts list on a drawing into a Structured parts list? When a new parts list is created and you select the view it automatically chooses parts and greys out, preventing you from actually changing it manually. Is it possible to get around this without having to start a new drawing?

Inventor 2011

View 1 Replies View Related

AutoCAD Inventor :: Color Style Error On Opening Existing Drawing?

Jul 21, 2013

I changed from 2012 to 2013 Inventor,

When I open an existing drawing, I have this error msg.

View 4 Replies View Related

AutoCAD Inventor :: Create Material Style From Existing Mat Library?

Sep 7, 2012

I have copied the "Diamond Plate" from the Inventor Apperance Library to my document.  Now I want to edit the texture that this style is using. 

1. Where is the texture map that this style using located?  When I edit the style, I can't tell what is telling it the filename.  I have mundged every file on my hd that it could possible be (hoping it would cause an error), but that didnt work either.  Another thing I tried was in the QAT "Duplicate as Generic", but that did not show me the texture file either.

2. Is there a way to change the angle of the texture?

View 1 Replies View Related

AutoCAD Inventor :: Using Measure.ExtentsLength In Drawing To Get Model Dimensions?

Mar 2, 2012

Is it possible to use the Measure.ExtentsLength in a drawing to get model dimensions?

What I am trying to do is get the overall dimensions of the model and place them in a sketch block in the drawings so our machinist can easily reference the stock material. I can't figure out how to get the overall model dimensions.

Windows 7 x64 -24 GB Ram
Intel i7-3840QM @ 2.8GHz
nVidia Quadro K5000M - 4GB
Inv 2013 SP2
Vault Collaboration 2013 Update1

View 3 Replies View Related

AutoCAD Inventor :: How To Locate Orphaned Dimensions On Drawing Document

Apr 16, 2012

After looking thru the api, i'm finding it hard to get a list of orphaned dimensions.

I can get a list of all the dimensions...easy.

I've basically deleted a part from the assembly and now want to remove that dimension in a section view on the drawing document.

But looking / comparing the properties of a non-orphaned vs an orphaned shows nothing.

Is there an orphaned list?

Is there a color override switch somewhere?

Or can I somehow get the object that the dimension is trying to reference and check to see if it is valid or has a valid file reference...or something?

View 8 Replies View Related







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