CATIA V5 Best Practices

Our teacher told us many years ago: “We bought the whole saw blade, so use not just the middle but the entire length!” Ok, You or your company bought the whole CATIA, then why don't use it 100%? Because there are some features, facilities, functions what makes your model harder to understand, uncomfortable to change, and they can make Your model unstable. Only sketch on...

How to export CATIA data table to Excel

Just use the following VB-Script in CATIA VB Editor (Alt+F11), and it will do everything for You: Sub TableToExcel() '\\Global Declarations Dim bigstring Dim totalrows Dim totalcolumns Dim drwdoc As Document Dim drwsheets As DrawingSheets Dim drwsheet As DrawingSheet Dim drwviews As DrawingViews Dim drwview As DrawingView Dim drwtables As DrawingTables Dim drwtable As DrawingTable Dim objExcel As Object Dim objWorkbook Dim objSheet Dim objCell...

All systems up and running!

Welcome!