• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor Customization

    Reply
    Valued Mentor
    Posts: 330
    Registered: ‎11-19-2006

    Ilogic rule migrating fail

    54 Views, 0 Replies
    04-19-2011 05:16 PM

    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. 2012 ultimate
    Inv. 2011 pro sp2
    MS Office 2007
    Win 7 pro, core i7 950, asus P6T WS
    nvidia Gforce GTX 295
    WD caviar black 500Go
    WD caviar black 1To

    Please use plain text.