• CAMAPI
  • API Documentation
Show / Hide Table of Contents
  • Supported programming languages
    • C#
    • Delphi
    • C++
  • Tutorial lessons
    • Lesson 1 - general introduction to the extension ideology using the example of a C# project
    • Lesson 2 - connecting the SDK to a Delphi project using the build system
    • Lesson 3 - connecting the SDK to a C++ project using the build system
    • Lesson 4 - demonstration of methods for unloading an extension during main application is running
    • Lesson 5 - Creating a custom operation
    • Lesson 6 - Creating a C# application to interact with geometry in main application
    • Lesson 7 - Creating a C# application to connect to main application for managing it
  • System extensions
    • Extension.Util.Common.Dll
    • Extension.Util.Common.Exe
  • Debugging of extensions
    • Debugging a .NET extension using Visual Studio Code
    • Debugging a Delphi extension using RAD Studio
    • Debugging a C++ extension using Visual Studio
  • Entry points
    • Utilitiy in main form
    • Executor for utility in main form
    • New item to the operation's context menu
  • Machining Tools Import
    • Preparing the environment
    • Working with the tool library
    • Working with cutting tools
      • Milling Tools
      • Turning Tools
      • Custom Axial Shaped Tools
    • Working with the tool holder
  • API Documentation
  • External applications
    • Connecting in a C# application
    • Connecting in a Delphi application
    • Connecting in a C++ application

Working with cutting tools

Three types of cutting tools are available: milling tools, turning tools and custom axial shaped tools. To create cutting tools using the CAMAPI, use the IMTI_MachiningTools instance functions:

  • Milling tools create functions:
    • CreateCylindricalMill
    • CreateSpphericalMill
    • CreateTorusMill
    • CreateDoubleRadialMill
    • CreateLimitedDoubleRadialMill
    • CreateConicalMill
    • CreateLimitedConicalMill
    • CreateEngraver
    • CreateDrill
    • CreateTwoStageDrill
    • CreateSpotDrill
    • CreateCenterDrill
    • CreateReamer
    • CreateCounterSinkDrill
    • CreateCounterBoreDrill
    • CreateBoringBar
    • CreateTap
    • CreateNegativeRadiusMill
    • CreateKnife
    • CreateSawBlade
    • CreateJetCutter
    • CreateFlatTipCountersink
    • CreatePilotCounterbore
    • CreateBackBoringBar
    • CreateThreadMill
    • CreateUndercutDoveMill
    • CreateUndercutSlotMill
    • CreateUndercutLollipopMill
    • CreateUndercutTwoAngleMill
    • CreateUndercutRoundGrooveMill
    • CreateUndercutSharpChamferMill
    • CreateUndercutRoundedChamferMill
    • CreateUndercutIndexableChamferMill
    • CreateUndercutBarrelMill
    • CreateUndercutLensBarrelMill
    • CreateUndercutTaperBarrelMill
    • CreateTaperJetCutter
    • CreatePlazmaJetCutter
    • CreateLaserJetCutter
    • CreateEmptyGripper
    • CreateSingleVacuumGripper
    • CreateFullConeSprayGun
    • CreateHollowConeSprayGun
    • CreateElipticFlatFanSprayGun
    • CreateElipticLinearFanSprayGun
    • CreateRectangularFlatFanSprayGun
    • CreateSphericalProbe
  • Turning tools create functions:
    • CreateTurnToolWithExternalHolder
    • CreateTurnToolWithBoringHolder
    • CreateTurnToolWithExternalThreadingHolder
    • CreateTurnToolWithInternalThreadingHolder
    • CreateTurnToolWithExternalGroovingHolder
    • CreateTurnToolWithInternalGroovingHolder
    • CreateTurnToolWithFaceGroovingHolder
    • CreateTurnToolWithProbingHolder
  • Custom axial shape tool functions:
    • CreateCustomAxialShapeTool.

Helpful links:

  • How to work with cutting tools in the CAM interface
  • Preparing the machining tools import api environment
  • GitVerse: Machining tool import API examples

Continue to read:

  • Working with Milling Tools
  • Working with Turning Tools
  • Working with Custom Axial Shaped Tools
  • Working with the Tool Holder
In this article
Back to top Generated by DocFX