AutoCAD Inventor :: Automatically Generate Dimensions?
Jan 10, 2012Is possible to automatically generate dimensions based on its parameters when creating a view in a particular model ?
View 3 RepliesIs possible to automatically generate dimensions based on its parameters when creating a view in a particular model ?
View 3 RepliesI was wondering if there is a way that AutoCAD can automatically generate a polyline (or something similar) that would illustrate the desired direction for a route from linked database information. My taxation/assessment/water department would like a map showing the routes a water meter reader should take according to linked data on parcel rollnumbers. They want an arrow on a line showing a route that should be follwed for each zone/metered area.
View 5 Replies View RelatedWe are implementing a new ERP system and we've programmed the configurator in it to build a price for us. We'd like to create a simple 2D drawing for us in AutoCAD based on some of the data from the configurator automatically. Is it possible using AutoCAD LT 2013 or do you need the full version to build something like this? Also, does this sound like it would require a lot of programming in CAD?
View 8 Replies View RelatedWe are using iPart - iAssembly workflow with Inv-2013 and Vault Basic 2013
My question is related to released state of iparts. Currently we are generating/ releasing
all the iparts when new member is added in order to manintain the parent child version relationship
Example : say i have a ipart 41020.ipt and i have members 41020- 001 ~ 008 . I check out the parent
from Vault and add 009 member to it.
Question :
Do I have to generate all and check those in to maintain the version relationship between the child and parent inside
Vault 2013 ?
Or
Only generating 009 will maintain version relationship inside Vault 2013
Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013
Is there a way to automatically generate layers based on color? I just downloaded a CAD object that's only got 1 layer but several different colored lines. It would be extremely painstaking if I had to take each and every line and place it on a different layer. It would be much easier if I could tell AutoCAD 2006 to simply split the object up by color and place each one on a different layer.
View 6 Replies View RelatedI am working for a company right now and we design cases. The design process involves creating a rectangle of length and width, extruding it to height and than building a case around it. the sides are 20mm offset from the item itself and the top and bottom are 27mm offset from the item itself.
Is there any way I can avoid having to repeat what im doing over and over every time i create a case. We also have standard latches and handles. The top is also standard being 60mm panel height. There is also standard for spacing between the top panels and bottom panels to allow for tongue and groove.
I just switched from Autocad 2007 to 2013. In 2007, when you move your mouse cursor on a vertice of a selected geometry, a rectangle for example, Autocad will automatically display the dimension of the geometry. This features seems to have been turned off by default. How to turn it back on?
View 4 Replies View RelatedFor some reason my dimensions are exploded automatically in some of my drawings. (The arrows and lines are not connected) Only certain drawings though-other drawings are perfectly fine. I've tried pasting dimensions into the drawings and that doesn't work!!
View 4 Replies View RelatedMy quest: if your in a different layer working on adding walls for eg. You want add a dimension to that wall. When I hit DLI, How do I make sure that the dim i just entered goes directly to the DIM layer instead of the wall layer.
View 3 Replies View RelatedWe are using autocad 2012.
Is there a way to automatically place dimensions on a specific layer, for example layer DIM.
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.
is there a way to lock the dimensions to aligned dimensions...or a key i could hold while dimensioning that would do that..
i have to dimensions a drawing where theres a lot of aligned dimensions to put and to do it manualy each time takes forever...
Product Design Suite 2013
Any script that will automatically put dimensions on rectangular shapes in Illustrator CS6?
View 8 Replies View Relatedis it possible to do something like this but to create an shrinkwrap of an IAM and save it as IPT?
View 3 Replies View RelatedIt is possible to generate the model of only one sprocket, without drawing the whole transmission?If possible, how to generate this model.
View 3 Replies View RelatedI have an assembly with around 120 variants in it. I am getting a little annoyed having to click the OK button when asked:
"Do you want to save changes to 122.iam" and its dependents"
is there any way to set the default to OK?
(other than setting an electric motor and a poking device up)
The question is 'how to generate ribs out of surface, to machine from wood and assemble the skeleton for doing fiberglass'). URL....Someone generated those wooden ribs, machined it and assembled the shape to fill inside with stereofoam (say), and cover by fiberglass to generate mold.
I failed to find any kind of tutorial that answers "how generate such ribs out of a surface at hand".
I am working using iparts on inventor 2013. How can i save/generate each part created on iparts as a single .ipt file?
View 4 Replies View RelatedIs there any auto generate command to retrive the part drawing from assembly drawing rather than open part one by one to retrive the drawing?
View 9 Replies View RelatedI have created master assembly that has rules to 'save as' the assembly and parts to different locations and with different names. This master assy has links to excel file to get different names
In the same way I am looking the drawings (for both assy and parts) needs to be created and 'save as' to different locations. These newly generated drawings should have links to newly created parts/assembly.
I am able to 'save as' the master drawings to different locations but these newly created drawings still has links to master assembly/parts.
I have generated around 1200 iParts from my drawing and I would like to generate every ipart in an individual ipt. file.
This is easily done by right-clicking the iPart and clicking on Generating Files. But I can't manage to generate all the ipt files in one go. I noticed that I can hold Ctrl and selecting all the iPart, but I would prefer not spending a couple of hours selecting 1200 iPart.
I curently have a rule that generates a part list automatically in a drawing. the problem is that I want the rule to be continuisly running but it keeps generating 2,3,5... parts lists. I need an if statment to check if a parts list already exists.
iLogicVb.UpdateWhenDone = True On Error Resume Next ' Set a reference to the drawing document. ' This assumes a drawing document is active. Dim oDrawDoc As DrawingDocument oDrawDoc = ThisApplication.ActiveDocument 'Set a reference to the
[Code].....
I have created a very simple yet effective tool for starting a new manifold assembly using iLogic. The rules and windows essentially fill out the size of the block, material type, description, project and part number.
Below I have a hydraulic manifold I have designed and from that I created the final .ipt of the internals. The way I did this (which may not be the best method) was to create a second .ipt matching the LxWxH of the original manifold, next I inserted and aligned both into another .iam file, lastly I derived a third .ipt from a subtraction resulting in the third image below. This is a bit time consuming to create, but has been very useful in error checking our designs. I would like to see if iLogic is capable of allowing me to automate this so we can easily create these internal flowpath .ipt's for every manifold we design.
I am trying to generate automated drawing for my assembly and iam trying to run the following code
Imports Inventor.ViewOrientationTypeEnum
Imports Inventor.DrawingViewStyleEnum
dim oDrawingDoc as DrawingDocument
dim oPartDoc as Document
dim oSheet as sheet
dim oTG as TransientGeometry
dim oView1 as DrawingView
[code]....
but when i run the code its asks me whether you want to generate the drawings, but when i say yes shows runtime argument error as show below
Error in rule: Rule0, in document: pin
The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
when i ask for more info it shows the following error
System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
at Inventor.Documents.Add(DocumentTypeEnum DocumentType, String TemplateFileName, Boolean CreateVisible)
at LmiRuleScript.Main()
at Autodesk.iLogic.Exec.AppDomExec.ExecRuleInAssembly(Assembly assem)
at iLogic.RuleEvalContainer.ExecRuleEval(String execRule)
So what I am doing is using iLogic to generate models of units customers submit orders for. Using a form you select your components/options and it auto generates the model itself. The problem I am having is when it comes to saving out that file. Once it is saved out I obviously don't want it to change it any way so that way I know exactly what that customer was shipped. I am utilizing skeletons in these assemblies and sub assemblies. A problem I did notice is however I save my main "template" if i re-open a customer generated order. The skeletons shift back to whatever state is in the main template hence moving components to places they shouldn't be and creating a mess. Is there a way to save out or another way to avoid this issue.
View 9 Replies View RelatedIs possible to generate with Inventor 2011 (or 2012) PST files (after-process file) for use in a cutting machine? or other similar files?
The same as (for example) generated by software "MASTERCAM"..In my case is for use with ONA machine, that allows to cut real material with wire EDM technology
When I try the generate a report within Cable & Harness the button stays depressed and no window pops up. I have tried to generate the report on 2 other stations with the same result.
View 3 Replies View RelatedI am looking to generate ipart members for each ipart as I activate it?
View 2 Replies View RelatedI am trying to model a forged steel table base so I can create some tooling to reproduce it. See the attached photo of the base. I am able to sweep along my 3D projected sketch path but there is a twist at the center that I believe I need a guide rail to control. I have tried to draw a rail but it fails.
I suspect I am not drawing my guide rail correctly as to create the slight twist. I was considering drawing a shallow helix along the 3d sweep path but not sure that this is the best direction to head next. I have attached the .ipt with the sweep (without guide path being used).
I use my parts list to generate a total length in inches of the same part that is used in several places in my assemblies. I then export it to excel, convert it to feet, etc. I've been doing this for some time now and it works great. The problem I am now having is I forgot how I got this magic to happen and I need to set another part to appear with it's total length in the list. From what I remember I set the QTY column in the parts list to show the length of the part and then I set the parts list to merge the same parts. For the life of me I can't remember how I did this. How this is done correctly?
All of the parts are created by the frame generator if this matters.
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
The last feature of this L-Bracket is a fold. When I create the flat pattern it is only unfolded, not completely flattened. Prior to INV 2009, I could get a wireframe flat pattern with the part still folded. Since then, I have to unfold to get a flat pattern. The only way to show the formed part and flat pattern in IN2012 is to use a derived part with the base component supressed and the base component with the fold supressed.
How to be able to simply flatten this part so I don't have to do extra work with two parts