点击或拖拽改变大小

IAxisBaseMoveInp 方法

直线插补

命名空间: AT.Librarys.Container.Toolkit.Motion
程序集: AT.Librarys.Container (在 AT.Librarys.Container.dll 中) 版本:23.7.2405.1017 (23.07.2405.1017)
语法
C#
bool MoveInp(
	int direction,
	List<CPoint> pos,
	bool isWait
)

参数

direction  Int32
0:相对位置坐标 1:绝对位置坐标
pos  ListCPoint
参与直线插补的轴目标位置列表
isWait  Boolean
是否等待完成

返回值

Boolean
参见