Document pycatia 0.10.0 enum conventions and tuple getters - Writing-Scripts: new Using pycatia Enums section covering the enum convention, the enumeration.enums import path, and a table of the five VisPropertySet getters that return (status, value) tuples. - Bump the header example to Pycatia 0.10.0. - Update the seven changed script pages to pycatia >= 0.10.0 and their new versions; three pages had drifted behind the scripts and are now correct. - Toggle Show Hide Geometric Set: note the get_show behaviour fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
docs: sync wiki versions after ruff violation fixes 17 wiki pages updated to match script versions bumped in b0640ae. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Revert wiki subfolder structure — GitHub wiki cannot serve subdirectory pages Moved all script pages back to root. GitHub wiki only serves .md files at the repository root; files in subdirectories are not accessible as wiki pages regardless of link format. Restored all [[Page Name]] wiki link syntax in _Sidebar.md, Home.md, and all index pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Reorganise wiki into category subfolders Moved all individual script pages into six subfolders: any-document/, drawing-document/, part-document/, product-document/, process-document/, shape-generation/ Category index pages and root pages remain at root. Updated all [[wiki links]] in _Sidebar.md, Home.md, and all six index pages to include the folder prefix. Fixed cross-reference in BOM-Export-With-Materials.md. Home.md updated to include Drawing Document Scripts section and all 15 new scripts added this session. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: update versions and document _bring_to_front dialog pattern Bump version numbers for all 11 scripts updated in v1.1/1.2 releases (dialog foreground fix, unused import removals). Add a new "Raising Dialogs Above CATIA" section to Writing-Scripts explaining the AttachThreadInput/_bring_to_front/wx.CallAfter pattern required to show wx dialogs in front of CATIA. Update Common-Functions to reflect that get_path now handles foreground raising internally. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Move Involute Gear Generator to new Shape Generation Scripts category Update sidebar, Part Document Scripts page, and gear generator page. Add new Shape-Generation-Scripts category page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update wiki for Check_Operation_Parameters_Against_Limits v1.3 and Involute_Gear_Generator v1.1 - Check_Operation: document new limits dialog, dialog buttons, settings persistence path - Both pages: updated version numbers and AppData paths to new pycatia_scripts\<script_name> structure Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Initial wiki