Documentation on Export / Translator Addin options

Documentation on Export / Translator Addin options

it.admin3TEY3
Explorer Explorer
280 Views
1 Reply
Message 1 of 2

Documentation on Export / Translator Addin options

it.admin3TEY3
Explorer
Explorer

Where can I find the list of options supported by the various export / translator AddIns?

For example, I found this for exporting PDFs, but are these the only ones?

oOptions.Value("All_Color_AS_Black") = 0
oOptions.Value("Remove_Line_Weights") = 0
oOptions.Value("Vector_Resolution") = 400
oOptions.Value("Sheet_Range") = Inventor.PrintRangeEnum.kPrintAllSheets
oOptions.Value("Custom_Begin_Sheet") = 2
oOptions.Value("Custom_End_Sheet") = 4

What options are available for exporting DXFs and DWFs?

0 Likes
Accepted solutions (1)
281 Views
1 Reply
Reply (1)
Message 2 of 2

WCrihfield
Mentor
Mentor
Accepted solution

Hi @it.admin3TEY3.  There is a neat trick to getting that information.  I have posted it here on the forum before somewhere, but I don't remember where right now.  I have attached two text files for the two very similar iLogic rules that will 'log' the information to the iLogic Log window.  Just change which TranslatorAddIn object you want it to focus on, then run the rule.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes