| KM_AxisGroupAddLine Method |
Add a linear motion to the coordinated motion buffer
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void AddLine(
double[] nextpoint
)
Public Sub AddLine (
nextpoint As Double()
)
public:
void AddLine(
array<double>^ nextpoint
)
Parameters
- nextpoint Double
- XYZABC point to feed to
See Also