SpeedR 方法
描述
指定使用 ROT 时的工具旋转速度。
语法
Sub SpeedR (RotationSpeed As Single)
参数
- RotationSpeed
指定以度/秒为单位的工具姿态变化的速度。
备注
如果发生错误,并且 SpelException 的 ErrorNumber 属性为3101,请参阅 SetPoint 方法的描述。
参阅
Arc 方法, Arc3 方法, BMove 方法, Jump3CP 方法, TMove 方法, SetPoint 方法
SpeedR 示例
VB 例:
m_spel.SpeedR(100)
C# 例:
m_spel.SpeedR(100);