Interface methods
Methods to be implemented
The following method must be implemented for online tool radius compensation (TcCncToolRadiusCompInterfaces.h):
- virtual HRESULT TCOMAPI CalculateTrcPath (PTcToolRadiusCompParam trc)=0;
CalculateTrcPath | Calculating the compensated path using the specified tool radius in the programming coordinate system. Input: Current parameters of tool radius compensation. |
![]() | Member variables must be initialised in the class constructor to dimension the input and output coordinates. |
