tbl_model : FAMILY_TBL_EXISTS
Overview
This video demonstrates the tbl_model FAMILY_TBL_EXISTS command in Nitro-CELL, which checks whether family tables exist for models listed in an Excel table. For each model row, the command queries Creo and returns a boolean indicating whether the model contains a family table. This is useful for auditing a set of models to identify which ones use family tables, enabling targeted operations like instance management or family table cleanup. The video shows how to set up the model list, execute the check, and interpret the boolean results for each model.
Key Steps
- Create an Excel table listing models to check for family tables
- Enter the tbl_model FAMILY_TBL_EXISTS command referencing the table
- Execute the command to check each model for a family table
- Review the boolean results indicating family table presence
- Use the results to plan follow-up operations on models with family tables
Tips
- Returns true/false for each model in the table
- Use as a pre-check before running family table instance commands
- Combine with DELETE_FAMILY_TBL for targeted cleanup of specific models