Hide menu
Loading...
Searching...
No Matches
Examples and Tutorials

You can find the full list of available examples and step-by-step tutorials below.

Building examples

CNC Machining

Analyze a 3D model to extract data or assist with the design for CNC machining.

CNC Machining Feature Recognizer ExampleDemonstrates 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 ExampleDemonstrates how to perform machining design analysis on a 3D model and print information about found issues and their parameters in a console.

Sheet Metal

Analyze a 3D model to extract data or assist with design in Sheet Metal process.

Sheet Metal Feature Recognizer ExampleDemonstrates 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 ExampleDemonstrates 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 ExampleDemonstrates how to perform unfolding of 3D model.

Molding

Analyze a 3D model to extract data or assist with design in Modling process.

Molding Feature Recognizer ExampleDemonstrates 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 ExampleDemonstrates how to perform molding design analysis on a 3D model and print information about found issues and their parameters in a console.

Advanced

Specialized tools and techniques for solving complex manufacturing tasks.

MTK Converter ExampleDemonstrates 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 ExampleDemonstrates how to compute minimum and maximum wall thickness of a 3D model and print the result in a console.
Projector ExampleDemonstrates how to create a projection of a 3D model and returns information about it.
Nesting ExampleDemonstrates how to optimize the arrangement of patterns on material sheets minimizing waste.

Miscellaneous

Various scenarios analyzing a model using MTK tools.

Model Explore Helper ImplementationImplementation of classes that help to explore model BRep representation of a part in Manufacturing Toolkit examples.
Feature Group Helper ImplementationImplementation of classes that help to group and print information about found features and their parameters in Manufacturing Toolkit examples.
Progress Status SupportDemonstrates how to monitor and update the progress of long-running algorithms using ProgressStatus and ProgressScope .