Interface ICamApiExportToolpathCommand_MultiGoto
Assembly: CAMAPI.MCDFormerTypes.dll
[Guid("2B251880-87E2-448F-B333-9AFF4C68FB95")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiExportToolpathCommand_MultiGoto
Methods
Declaration
void BeginMachineAxes(int AxesCount)
Parameters
| Type |
Name |
Description |
| int |
AxesCount |
|
Declaration
Declaration
void SetEndOrientation(double A, double B, double C, double D)
Parameters
Declaration
void SetEndPoint(TST3DPoint EndPoint)
Parameters
Declaration
void SetMachineAxisValue(int AxisID, double AxisValue)
Parameters
| Type |
Name |
Description |
| int |
AxisID |
|
| double |
AxisValue |
|
Declaration
void SetMachineStateFlags(int MachineStateFlags)
Parameters
| Type |
Name |
Description |
| int |
MachineStateFlags |
|
Declaration
void SetTime(double Time)
Parameters
| Type |
Name |
Description |
| double |
Time |
|