AutoCAD Inventor :: ILogic DWF Merge

Aug 28, 2013

I have an external ilogic rule that creates a set of DWF drawings for all parts and subassemblies (as long as the idw files exist) within and including a main assembly.

I would like to merge all the DWF drawings of the sub assemblies and component parts into the DWF of the main assembly. Is there a method within DWFAddIn that will allow me to merge the files? Is there another way that I can merge the DWF files using the same ilogic rule (one rule to create and merge all DWF's together?)

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Close ILogic Form With VBA Or ILogic Rule

Aug 19, 2013

how can I close an iLogic Form from either an iLogic Rule, or a VBA Rule (VBA is the Preferred method)?

View 5 Replies View Related

AutoCAD Inventor :: Merge 2 Parts Together

Mar 20, 2013

I have 2 different parts that I created as separate ipt files. I then bring them into an assembly and place them how I want, but they have overlapping material. Is it possible to turn these 2 parts into one part? If yes, how?

View 4 Replies View Related

AutoCAD Inventor :: How To Merge Identical Parts In BOM

Oct 3, 2013

I'm having difficulty with the BOM.  I have a number of identical parts with different file names from the frame generator and other tools such as mirror.  They all show up as individual parts in the BOM.

I have "Enable Row Merge on Part Number Match" cheched and even though their part numbers do match, the rows are not merged.

On on 2011.  New Inventor User, recently moved from 2011 to 2014 - Win. 7.

View 4 Replies View Related

AutoCAD Inventor :: How To Merge 2 Piping Runs

Oct 5, 2012

I have 2 piping runs, each one containing several routes. I need to merge them, to obtain a unique run containing all the routes.

View 2 Replies View Related

AutoCAD Inventor :: How To Combine / Merge Many Projects Together

Jul 6, 2012

I am using inventor 2012 but i am not using Vault, I try to understand how to combine or merge many projects together. I got a retraction system that is one project with his own content center, then i got a hood that is another project with his own content center.

Since im going to create many different retraction system and many different hood in the future, to be used in many different combinations. I want to be able to create a master project that includes smaller projects so i can still work all the projects independently.

View 3 Replies View Related

AutoCAD Inventor :: How To Merge A Single Solid

Nov 23, 2011

I´m building a solid in inventor 2012 and I exported the model to ANSYS for Finite element analysis. The problem is that ANSYS

don´t recognize the solid as one part only and also can't assume connection between some lines and areas. I want to merge a part with inventor, so inventor can export the model as a solid 1 part. In solid works there is the option to merge a file when I save a file for exporting. How can I merge a single solid in inventor 2012?

View 4 Replies View Related

AutoCAD Inventor :: Get BOM To Merge On Stock Number

Jun 21, 2013

Is there any way to get the BOM to merge using something other than the Part Number. It seems as though it is the only option for merging the rows. I would like to use the stock number as the key.

View 6 Replies View Related

AutoCAD Inventor :: BOM Part Number Row Merge

Jun 11, 2013

I created a bom export rutine but when a virtual component is the same as a inserted standard part the rowmerge does not work.

See example picture in attachment.

View 2 Replies View Related

AutoCAD Inventor :: Merge Members With Frame Generator

Aug 6, 2013

I've created a frame out of tubular steel using frame generator.  When specifying sketch lines for the members, i indadvertently selected two adjacent, co linear members, instead of going from point to point.

i.e. frame members are A to B and B to C  - what I am after is a frame member from A to C.

I want to merge the two, to have a continuous piece of steel, however i'm afraid that deleting them both and replacing will delete mates which i have in place to each of their faces.

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 :: Part Number Row Merge Settings?

May 15, 2012

I create a new assembly and place a component multiple times. When i open the Bill of Material i see one line with a QTY of 6 (the number of times the component was placed)

Now if i uncheck the "Enable Row Merge on Part Number Match" The BOM should show 6 lines with the same component and a QTY of 1 ....................correct?????? But it does not...........

View 9 Replies View Related

AutoCAD Inventor :: ILogic Design Copy - Error Copying A File / Inventor Crashes

Nov 5, 2013

I'm trying to use iLogic Design Copy to copy an assembly and all its associated parts to another directory. The assembly contains content center parts. Inventor warns me that the destination file of one of the CC parts (and 18 others) will be overwritten. When I go ahead and copy anyway, the copying process stops at that specific CC part. The Design Copy Progress dialog box states there is an error copying that CC part. When I close the Design Copy Progress dialog box, Inventor crashes.

The error copying the CC part: I'm allowed to use content center parts in iLogic Design Copied stuff, right? I searched some related topics and I'm under the impression that Inventor keeps the CC parts in its own directory and shouldn't be trying to overwrite them.

View 3 Replies View Related

CorelDRAW X5 :: Save A Print Merge File With Merge Data Field

Feb 26, 2013

Why cant I save a cdr job with all the merge fields setup so that next time I open the file I can go straight to 'merge to new document'.

So Ive set up a 10 to view raffle tickets job.  Inserted 20 numerical merge fields, positioned, resized, applied font size color alignment etc etc etc.. Takes ages.....  So then merge to a new document, works nice and I can save it fine. 

There are a hundred reasons why i may have to close the 'master' merge file before the job has been successfully printed.  It may be a repeat print job.

Any which way I really dont get why the live merge data  fields are lost on closing the file.

View 3 Replies View Related

AutoCAD Inventor :: Merge Points - Close Loops To Have Valid Extrusion Profiles

Jan 24, 2013

Why does this code fragment not work? (Within an active part sketch, with some sketched geometry.) 

I'm just trying to close the loops to have valid extrusion profiles.

Dim iCounter As Integer
Dim icounter2 As Integer
Dim oSPoint1 As SketchPoint
Dim oSPoint2 As SketchPoint
Dim xVal1 As Double

[Code]....

View 7 Replies View Related

AutoCAD Inventor :: ILogic Min Or Max?

Nov 13, 2013

I am doing a tie rod the issue I have is when the length is between 2.001 and 2.250 we would drill thru all but only tap the ends .750 deep. If the part is 2.000 would would drill and tap thru in one step and not have to rotate the part in the lathe.

How do I get ilogic to understand if my number is between this 2.001 and 2.250 to lengthen the drill length parameter?Or add a mid plane cut? ( trying now code below reflects this try)

 Not sure what way I want yet but I just can't seem to find a snippet or code to do this. I tried to add a list in the parameters for it to read but seems to do nothing.

If LENGTH <= "2" ThenFeature.IsActive("Thru_All") = TrueFeature.IsActive("Hole_A") = FalseFeature.IsActive("Hole_B") = FalseiProperties.Value("Project", "Description") = "RETURN ROLLER SHAFT, " & iProperties.Value("Custom", "DIAM") & " Ø S/S, TAP THRU 3/8-16, " & iProperties.Value("Custom", "LENGTH") & " LONG"ElseFeature.IsActive("Thru_All") = FalseFeature.IsActive("Hole_A") = TrueFeature.IsActive("Hole_B") = TrueiProperties.Value("Project", "Description") = "RETURN ROLLER SHAFT, " & iProperties.Value("Custom", "DIAM") & " Ø S/S, TAP BOTH ENDS 3/8-16, " & iProperties.Value("Custom", "LENGTH") & " LONG"End IfIf LENGTH = (My_List) ThenFeature.IsActive("Mid_Cut") = TrueElse Feature.IsActive("Mid_Cut") = FalseEnd If

View 2 Replies View Related

AutoCAD Inventor :: BOM XML Import Via VB Or ILogic?

Mar 8, 2011

Possible to run the 'import .xml structure' routine for an assembly BOM using either iLogic or VB?? I'm trying to replicate the Import button at the bottom of the BOM screen....

View 5 Replies View Related

AutoCAD Inventor :: ILogic Component Add

Jan 16, 2013

What I am trying to do is insert a part into an assembly file using iLogic. I basically want to mimic Inventor’s “Place” command using ilogic, maybe something like this:

oPath = ThisDoc.Path & ""
oFile = "File.ipt"
Component.Place(oPath & oFile, False)

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Export DXF From DWG

Jun 20, 2013

This att. doc shows rule for exporting dxf out of drawing. It is working on one sheet just perfect. In multi sheets it save allways with same name. I want to choose from which sheet i need dxf but to be saved by sheet name or model properti name. Is that possible?

View 9 Replies View Related

AutoCAD Inventor :: Extrusion Using ILogic

Aug 9, 2012

I have closed profile "Sketch1" placed on one of the parts in Assembly.

Suggest iLogic code to create cut Extruson (Extents=All) based on the "Sketch1"

View 6 Replies View Related

AutoCAD Inventor :: Set PDF Metadata Using ILogic

Jan 9, 2013

I´ve found some iLogic code to print a drawing to a PDF document. After some minor modifications it works just fine, but I would like to add some code which allows med to set PDF properties (such as "title", "author", etc.) with values from iProperties. How can I do that? Is it possible? (I'm new to iLogic).

View 6 Replies View Related

AutoCAD Inventor :: Managing LOD With ILogic

Jul 12, 2013

I use simple set of iLogic rules to manage product configuration through the assembly LOD. Assembly is really simple not more then 30-50 parts. Still I manage to crush Inventor fairly often. Some days 5 and more crashes! Several times sent crash report to AutoDesk for no joy. Never got any feedback. 

I am just getting an impression that Inventor does not like LOD manipulated with iLogic for some or the other reason.

View 5 Replies View Related

AutoCAD Inventor :: ILogic In Drawings

Dec 19, 2011

I am slowly learning about ilogic, and have created parts and assemblies that are run by rules. My next question is, what exactly can ilogic do for drawings? I've looked at the wikihelp, but I am not a natural at programming and I need more than a list of functions with brief descriptions to get me started.

I'm looking for code snippets, other discussions, tips, tricks, and/or tutorials to get info what I can do with ilogic and the API that can automate parts of the drawing process.

View 2 Replies View Related

AutoCAD Inventor :: ILogic To Sort BOM?

May 22, 2012

I have been unable to find any code to sort the BOM, there are lots of snippets to sort and modify the Parts list.

How to sort the Assembly BOM?

Sort parameters:

PARTS Only

"BOM Structure"

then by

Custom Parameter "TYPE"

Then By

Part Number

Then "Renumber" starting at 1

Autodesk Product Design Suite Premium 2014 SP1 Build 222
Intel Core i7 (950@3.07GHz)
Windows 7x64 (Home) - 12GB Ram
Nvidia GeForce GTX 560 Ti (1Gig - Ver:331.65)

View 1 Replies View Related

AutoCAD Inventor :: 3D Model With ILogic

Aug 22, 2012

I made a 3D model with ilogic to control features to be suppressed or compressed. Because there are lot of features need to do so (need almost 4 to 5 min.) , when I run the rules, it came "Rule timeout" issue as pictures.

I used:

 Feature.IsActive (myFeature) = status

to control the feature be suppressed or unsuppressed .

View 8 Replies View Related

AutoCAD Inventor :: Trying To Get Started With ILogic

Aug 1, 2012

I'm trying to get started with iLogic, but I have no coding background and no VBA experience in Inventor, so I'm looking for a good site or resource that explains iLogic and gives working examples.

View 3 Replies View Related

AutoCAD Inventor :: ILogic BOM Manipulation

Nov 30, 2012

When we create a manifold assembly we like to itemize each part individually. Meaning that if we have 5 valves that are the same, we show those as 5 separate items on the BOM. This makes for easier troubleshooting with a customer over the phone. Unfortunately there appears to be no way to manage this natively within Inventor, so we have to edit the BOM manually which defeats the whole idea of automated BOMs. I was hoping some code could come to the rescue. One thought I had was to export the BOM to excel and then have some automation within excel to re-number and sort the BOM, once complete import it back into Inventor in a table.

View 7 Replies View Related

AutoCAD Inventor :: ILogic DWF Export

Jan 14, 2011

I have problems to export dwf with ilogic

I use parts of the snippets than ships with inventor, but I can not export the 2d and 3d in the same dwf.

Perhaps it might have something to do with that when I export a 2d file the traditional way only 2d gets exported to the dwf if i dont open the tab that lets you choose 2d and 3d model.

Even if i have the 3d model checked i have to open the tab to get both 2d and 3d, if i dont open the tab only 2d

Here is the code.

path_and_name = ThisDoc.PathAndFileName(False)
DWFAddIn = ThisApplication.ApplicationAddIns.ItemById("{0AC6FD95-2F4D-42CE-8BE0-8AEA580399E4}")
oDocument = ThisApplication.ActiveDocument
oContext = ThisApplication.TransientObjects.CreateTranslationContext
oContext.Type = IOMechanismEnum.kFileBrowseIOMechanism
[code]......

View 4 Replies View Related

AutoCAD Inventor :: Features On And Off With ILogic?

Oct 19, 2012

I want different features on and off with iLogic.

I have a text parameter with a choice menu of 1,2, and 3

This I want some features  on and off.

If I pass the parameter I get a message: No feature found with the name. Mvg Jos

Your drawings are only as good as the symbols that complete them...

View 9 Replies View Related

AutoCAD Inventor :: How To Export IProperties To TXT ILogic

Nov 11, 2013

I would like to copy and paste all iproperties from one part to another, without retyping it all.

What i was thinking about is:

1. Exporting all iproperties to .txt

2. Run a import .txt rule to iproperties.

Is it possible? If so, How could i accomplish a task such as this?

Privacy warning: Since I live in a country that has traded liberty for the illusion of security, all of your posts to me are being monitored and saved by the United States Government.

View 1 Replies View Related

AutoCAD Inventor :: Parallel Threading In ILogic

Jan 31, 2013

We have been experimenting with Parallel threading. The situation is that I have an assembly that contains multiple parts (approx. 40) which all have contained "almost" the same code. In order to rationalize this; we have rearranged the code in such way that we now only reference External iLogic rules form these 40 part files (only one place to revise the code if necessary).

The side effect to this rationalization has been the we have problems in executing the codes in parallel, see this simplified example:
 
Imports System.Threading.TasksParallel.For(1,40, Sub(h As Integer) iLogicVb.RunRule ("Part "& h &"", "iTriggerRule") End Sub) 

 Now all of these 40 part files try to execute their code.
 
'Configutation of Part filesiTrigger=iTrigger0iLogicVb.RunExternalRule("Cut configuration")iLogicVb.RunExternalRule("Bracing of the part")iLogicVb.RunExternalRule("Parameter context")

As they all are dependent upon running the same external rules the result is that not all part files are updated according to the required design requirements. It seem as if one of the part files calls the external rule and the rule is "busy" handling another part file it just terminates without warnings or errors.

Can multiple part files run the same external rule at the same time? Is there some form of queue? I do not get any warnings or errors, the partfiles just do not update. How can I make sure that all the part files run the external rules and is there a way of checking this?

View 3 Replies View Related







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