CATScript GUI - quo vadis

Expand All CATScript GUI - quo vadis ? Purpose The CATScript programming interface in CATIA offers only very limited support for graphical user interfaces. If a more sophisticated GUI is needed, it is better to use VBScript instead of CATScript… Continue reading...

CATScript - The Beauty of Code

Reusable code patterns to make programming live easier. Continue reading...

Passungsrechner

Passungsrechner nach ISO 286, für Bohrungen und Wellen. Continue reading...

CATScript - Questions answered

Questions and answers, all around CATScript programming. Continue reading...

CATScript - CustomDialogClass

This CATScript shows how to implement a custom dialog window other than MsgBox and InputBox - freely programmable and customizable. The dialog is based on a HTA:Application and in combination with wshell and mshta.exe. Continue reading...

CATScript - CustomMessenger Class

CATScript OOP programming Object-oriented programming (OOP) is not so frequently used for CATScript macros. This is why I’d like to present some code for a generic OOP class here mainly to see how it looks like and what the benefits and possible drawbacks are. Continue reading...

Object Oriented Programming with CATScript

Object-Oriented-Programming with CATScript Object-oriented programming (OOP) is not commonly used in CATScript macros, or at least, there is not so much information and sample-code available on the web or in various books and documentation I looked at. However, CATScript - similar to VBS - does support class declarations, so there is no excuse for an adventurous programmers to not use it. Continue reading...

Delete all unused Details

Delete all unused Details Purpose This CATScript macro for Catia can be used to delete all unused details which are currently available in one of the available detail sheet(s). An unused detail hereby is a detail which is not referenced in any of the available drawing views in a CATDrawing. Continue reading...

CATScript - Voronoi Mesh Generator

Mesh Generator als Catia-Makro Vorwort: Der Mesh Generator erzeugt automatisch eine Voronoi Struktur. Als Eingabe dient dabei ein Sketcher (Catia) mit einer 2D-Punktewolke. Die Punktewolke kann dabei regelmäßig (auskonstruiert) oder scheinbar regellos sein. Die Reihenfolge der Punkte spielt für die Generierung der Struktur (Mesh) keine Rolle. Continue reading...

STL Web Viewer Demo

STL Web-Viewer Demo: STL Viewer: Full screen mode... Note: After a short delay, as an example, a single “weaire phelan structure” should be shown in the viewer. If the window is left empty, most likely the browser version is already outdated. Continue reading...