You can find the full list of available examples and step-by-step tutorials below.
Analyze a 3D model to extract data or assist with the design for CNC machining.
CNC Machining Feature Recognizer Example | Demonstrates how to perform recognition of machining features on a 3D model and print information about found features and their parameters in a console. |
CNC Machining DFM Analyzer Example | Demonstrates how to perform machining design analysis on a 3D model and print information about found issues and their parameters in a console. |
Analyze a 3D model to extract data or assist with design in Sheet Metal process.
Sheet Metal Feature Recognizer Example | Demonstrates how to perform recognition of sheet metal features on a 3D model and print information about found features and their parameters in a console. |
Sheet Metal DFM Analyzer Example | Demonstrates how to perform sheet metal design analysis on a 3D model and print information about found issues and their parameters in a console. |
Sheet Metal Unfolder Example | Demonstrates how to perform unfolding of 3D model. |
Analyze a 3D model to extract data or assist with design in Modling process.
Molding Feature Recognizer Example | Demonstrates how to perform recognition of molding features on a 3D model and print information about found features and their parameters in a console. |
Molding DFM Analyzer Example | Demonstrates how to perform molding design analysis on a 3D model and print information about found issues and their parameters in a console. |
Specialized tools and techniques for solving complex manufacturing tasks.
MTK Converter Example | Demonstrates how to generate view and manufacturing information files for the imported model, that can be easily acessed through web interface for downstream analysis. |
Wall Thickness Analyzer Example | Demonstrates how to compute minimum and maximum wall thickness of a 3D model and print the result in a console. |
Projector Example | Demonstrates how to create a projection of a 3D model and returns information about it. |
Nesting Example | Demonstrates how to optimize the arrangement of patterns on material sheets minimizing waste. |
Various scenarios analyzing a model using MTK tools.
Model Explore Helper Implementation | Implementation of classes that help to explore model BRep representation of a part in Manufacturing Toolkit examples. |
Feature Group Helper Implementation | Implementation of classes that help to group and print information about found features and their parameters in Manufacturing Toolkit examples. |
Progress Status Support | Demonstrates how to monitor and update the progress of long-running algorithms using ProgressStatus and ProgressScope . |