Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Ilogic rule migrating fail

0 REPLIES 0
Reply
Message 1 of 1
yannick3
270 Views, 0 Replies

Ilogic rule migrating fail

Hi

This rule help me when i export sheet metal dxf(when the iproperty LASER=X)with associated dxf add-in(from mcad)

the rule is used to name the dxf and for other stuff in drawing , the rule run fine with 2011 (french) but with 2012 (english) it's fail and i can find why

i think it's issue with iproperty language

someone can help me?

 i've a lot of files with this rule to migrate

Format:HTML Format
Version:1.0
StartHTML: 165
EndHTML: 4110
StartFragment: 314
EndFragment: 4078
StartSelection: 314
EndSelection: 314

DXFtjd=iProperties.Value("Custom", "LASER")
If DXFtjd="X" Then
iProperties.Value("Custom", "Nom_DXF")=iProperties.Value("Custom", "DXFNAME")
ElseIf DXFtjd="" Then
iProperties.Value("Custom", "Nom_DXF")=""
End If
RuleParametersOutput()

DXFNAME=<part number> <revision number>

 

I can supply the data set for autodesk employe

 

Thanks

Yannick Verreault
INV PRO 2015
MS Office 2007
Win 7 pro, core i7 950, asus P6T WS
nvidia Gforce GTX 295
WD caviar black 500Go
WD caviar black 1To

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report