Click or drag to resize

KM_AxisGroupAddArc(Double, Double, Double, Double, Boolean, Double) Method

Perform Coordinated Arc Move of multiple axis to a desired destination

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void AddArc(
	double endx,
	double endy,
	double centerx,
	double centery,
	bool clockwise,
	double finalz
)

Parameters

endx  Double
X end point of arc
endy  Double
Y end point of arc
centerx  Double
X center of rotation of arc
centery  Double
Y center of rotation of arc
clockwise  Boolean
CW or ACW
finalz  Double
End point of perpindicular axis(for helical motion)
See Also