IMotionPath
IMotionPath 接口
表示运动路径。
public interface IMotionPath : IEnumerable<IMotionCmdPath>
属性
名称 | 描述 |
---|---|
AsIEnumerable { get; } | 允许获取基接口 IBehavior. 仅可读的 IEnumerable. |
Count { get; } | 返回集合中路径的数量. 仅可读的 Int32. |
Item { get; } | 返回指定索引处的命令. |
方法
名称 | 描述 |
---|---|
Add(MotionCommandPathType, PointF[], MotionPathPointsType, bool) | 向路径添加新命令 |
Clear() | 从集合中删除所有命令. |
Insert(int, MotionCommandPathType, PointF[], MotionPathPointsType, bool) | 向路径插入新命令 |
Remove(IMotionCmdPath) | 从集合中删除指定命令. |
RemoveAt(int) | 删除指定索引处的命令. |