Minor typo bug in ApplicationOptions.XML and difference when using it in iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings,
I hope it is the right category to post this, I was searching for other bug reporting system but I did not find it.
I came across a minor typo bug in ApplicationOptions.XML file, (EnableCrossPartSketchGeomtryProjection="1" setting to be exact) that seems to be working if you import and export data, but if you use that sentence exacly like in iLogic it doesn't work beucase it is a typo.
Sentence is EnableCrossPartSketchGeomtryProjection="1", as you can probably figure it out, it is missing and E in "GeomEtry".
If I use code sentence (as written in XML file) in iLogic (ThisApplication.AssemblyOptions.EnableCrossPartSketchGeomtryProjection = True) it won't work, because it is missing and E (it says: Public member 'EnableCrossPartSketchGeomtryProjection' on type 'AssemblyOptions' not found.).
But if I tweak it a little and fix the typo (add E to geomEtry) --> (ThisApplication.AssemblyOptions.EnableCrossPartSketchGeometryProjection = True) it works like it should.
It is a minor bug, that actually works even with a typo in it, if you import and export file, but it doesn't work in iLogic if you use sentence exact like in XML.
Hope I explain it clearly to understand.
Best regards,
ReneR
kelly.young has embedded your image for clarity.