Interface 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.
Assembly: STNCFormers.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("20639CAB-AB07-4D8A-9FBA-522F7DD59FB6")]
public interface INCT_CircularMotionFormer
Methods
Stores axis indexes and current X, Y, Z coordinate values in internal list. (No input or output parameters.)
Declaration
Stores current X, Y, Z coordinates as the center point. (No input or output parameters.)
Declaration
Declaration
void MakeWorkpath(TNCPlaneType LastPlane)
Parameters
Declaration
void SetCenterPoint(bool Abs, TNCAxisType AxisType, double Value)
Parameters
Sets the arc construction mode. Input: Mode (TNCConstructArcMode) — caByCircleCenter or caByRadius. (No output parameters.)
Declaration
void SetConstructMode(TNCConstructArcMode Mode)
Parameters
Declaration
void SetEndPoint(bool Abs, TNCAxisType AxisType, double Value)
Parameters
Declaration
void SetEndPointByAngle(TNCPlaneType Plane, double Angle)
Parameters
Sets the arc direction mode. Input: Mode (TNCCircularMode) — cmCW (clockwise) or cmCCW (counterclockwise). (No output parameters.)
Declaration
void SetMode(TNCCircularMode Mode)
Parameters
Declaration
void SetRadius(double Value)
Parameters
Type |
Name |
Description |
double |
Value |
|