Namespace STNCFormers
Structs
TNC2DPoint
TNCDCAxisIndexes
TNCLCAxisIndexes
TNCShiftAxis
TNCShiftValues
tagTNC2DPoint
tagTNCDCAxisIndexes
tagTNCLCAxisIndexes
tagTNCShiftAxis
tagTNCShiftValues
Interfaces
INCT_CircularMotionFormer
CAM system interface that implements the functionality to simplify the formation of movements along the arc. The interface returns the INCT_CLData.CreateCircularMotionFormer, INCT_GeomCLData.CreateCircularMotionFormer.
INCT_DrillingCycleEvents
The interface, implemented in the interpreter, controls the drilling cycle behavior. It consists of event methods that execute when the tool moves within the traverser path. You can use these methods to add features to the drilling process.
INCT_DrillingCycleFormer
This CAM interface simplifies drilling cycle movements. It is returned by CreateDrillingCycleFormer functions when called with parameters: dctSimple, dctWithShift, or dctPeck.
INCT_DrillingCycleWithShiftFormer
This CAM interface simplifies movement formation in drilling cycles with shift. When created with the dctWithShift parameter, the functions return an object implementing both INCT_DrillingCycleFormer and INCT_DrillingCycleWithShiftFormer interfaces.
INCT_GeomLinearMotionFormer
Provides an interface to create linear displacement commands along geometry axes, returning the INCT_GeomCLData.CreateLinearMotionFormer function. Used for movements generated by the CutTo3D command; requires setting coordinate values for three axes.
INCT_LatheCycleArcEvents
This interface controls turning cycle behavior during arc building. It has one method called during arc movement, allowing adding stops, changing feeds, or skipping movements for cycle customization.
INCT_LatheCycleEvents
This interface controls turning cycle behavior via event methods triggered during tool movement. It allows adding stops, changing feeds, or skipping movements for customized cycle actions.
INCT_LatheGroovingCycleFormer
This CAM interface simplifies creating turning groove cycles. It is returned by CreateLatheCycleFormer or CreateGeomCLData with the lctGrooving parameter, enabling easier formation of groove movement paths.
INCT_LatheStockRemovalCycleEvents
This interface allows control of the turning cycle behavior via a single event method, called after receiving cycle geometry. It enables passing contour parameters from the NC program to ensure correct cycle formation.
INCT_LatheStockRemovalCycleEvents2
Provides turning cycle control interface. Extends INCT_LatheStockRemovalCycleEvents.
INCT_LatheStockRemovalCycleEvents3
Turning cycle control interface extending INCT_LatheStockRemovalCycleEvents for behavior customization
INCT_LatheStockRemovalCycleFormer
This CAM interface simplifies forming turning cycle movements along a contour. It is returned by INCT_CLData.CreateLatheCycleFormer or INCT_GeomCLData.CreateLatheCycleFormer when called with the lctStockRemoval parameter.
INCT_LatheStockRemovalCycleFormer2
extends the capabilities of the former for the movement of the turning cycle along a given contour.
INCT_LatheThreadCuttingCycleEvents
This interface, implemented in the interpreter, enables thread control. It defines the event method OnThread, which executes during threading operations within the cycle.
INCT_LatheThreadCuttingCycleFormer
This CAM system interface provides functions to simplify creating thread-cutting turning cycle movements. It is returned by INCT_CLData.CreateLatheCycleFormer or INCT_GeomCLData.CreateLatheCycleFormer when called with the lctThreadCutting parameter.
INCT_LatheThreadCuttingCycleFormer2
CAM system interface that implements functionality to simplify the formation of the movements of a thread-cutting turning cycle.
INCT_LinearMotionFormer
CAM system interface that implements the functionality to simplify the formation of linear displacements. The interface returns the INCT_CLData.CreateLinearMotionFormer function.
INCT_MillingCycleEvents
Interface for customizing milling cycle behavior. Modifies toolpath segments, feeds, or skips movements during generation. (98 chars)
INCT_PeckDrillingCycleEvents
An interface in the interpreter manages values in a drilling cycle with chip breaking: cut levels, return to rapid level, clearances, and retraction during cycle path formation.
INCT_PeckDrillingCycleFormer
This CAM interface simplifies creating movements in cycles with chip breaking. When initialized with the dctPeck parameter, the functions return an object implementing both INCT_DrillingCycleFormer and INCT_PeckDrillingCycleFormer interfaces.
INCT_PocketCycleEvents
INCT_PocketCycleFormer
INCT_ThreadMillingCycleFormer
Provides thread milling cycle movement generation. Created via INCT_CLData.CreateMillingCycleFormer(mctThreadMilling).