Ilogic rule question about export to dwg

Ilogic rule question about export to dwg

EMVC
Advocate Advocate
1,778 Views
29 Replies
Message 1 of 30

Ilogic rule question about export to dwg

EMVC
Advocate
Advocate

Hello

 

Is it possible to make a rule to export all parts of this assembley idw to single dwg sheets, with filename from part table (same as balloon) on each dwg + thinkness +qty from parttable

 

we must make plasma files in dwg from each part, and it is a lot of work during a year

qty is important also thinkness, but idont know how to get that info in part table, maybe use length ?

a stair will be made by several parts of thinkness

Steps/Landing (sheet metal) should also be unfolded in dwg

 

Part table is not complete here, this is just an example,

 

Skjermbilde.JPG

0 Likes
1,779 Views
29 Replies
Replies (29)
Message 21 of 30

EMVC
Advocate
Advocate

Hello

 

Yes

0 Likes
Message 22 of 30

chandra.shekar.g
Autodesk Support
Autodesk Support

@EMVC,

 

Try workaround suggestions in the below screencast link.

 

https://autode.sk/2PiwSVZ

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 23 of 30

EMVC
Advocate
Advocate

Hello

 

Sorry i missunderstood, it is sheet metal export from Assembley thats come out mirror it come out with front view but i must come out backview

 

See i have mark in blue on assy and it comes out like picture below, then the scribe will be mirror on plasma cutter

 

 

Front.JPGMirror 2.JPG

0 Likes
Message 24 of 30

chandra.shekar.g
Autodesk Support
Autodesk Support

@EMVC,

 

It's not a sheet metal part and it's a regular part document. you can follow same workaround which is suggested for assembly.

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 25 of 30

EMVC
Advocate
Advocate

Hello

 

Ok i will try this, so there is no workaround i vba

0 Likes
Message 26 of 30

EMVC
Advocate
Advocate

Hello

 

i can just also open dwg and mirror it, that will also work

0 Likes
Message 27 of 30

EMVC
Advocate
Advocate

Hello

 

Because there wil maybe be problem with this stair, i will check with that,

 

 

Stair.JPG

0 Likes
Message 28 of 30

EMVC
Advocate
Advocate

Hello

 

is it posible to stop vba during export to select view befor export

0 Likes
Message 29 of 30

EMVC
Advocate
Advocate

Hello

 

I will play a little bit more with view but it seems like i must do it it autocad, dosent matter how i save part in inventor it will come out mirror to what i want,

 

Another question is , can it be done to remove a part of name look below

 

Call oCompDef.DataIO.WriteDataToFile(sOut, oFolder & "\" & oAsmName & "-" & oFileName & ".dwg")

 

 

Name.JPG

0 Likes
Message 30 of 30

EMVC
Advocate
Advocate

Hello

 

I solved it, i am try to learn a little bit

 

Call oCompDef.DataIO.WriteDataToFile(sOut, oFolder & "\" & oAsmName & "-" & Mid(oFilename, 13) & ".dwg")

0 Likes