Difference between revisions of "MC-Basic:element.ABSENABLE/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.ABSENABLE}}
 
== 缩写 ==
 
== 缩写 ==
 
<''element''>.AbsEn
 
<''element''>.AbsEn
Line 12: Line 12:
  
 
== 描述 ==
 
== 描述 ==
The flag allows or prohibits the element absolute motion.
+
该标志表示允许或禁止元素绝对运动.
  
 
== 类型 ==
 
== 类型 ==
Line 26: Line 26:
  
 
== 默认 ==
 
== 默认 ==
1 for Absolute motion
+
1 为绝对运动
  
 
== 使用范围 ==
 
== 使用范围 ==

Latest revision as of 15:36, 29 August 2017

语言: English  • 中文(简体)‎

缩写

<element>.AbsEn

格式

<element>.AbsEnable = <value>

?<element>.AbsEn

适用版本

所有版本

描述

该标志表示允许或禁止元素绝对运动.

类型

Long

取值范围

0 (OFF)

1 (ON)

单位

默认

1 为绝对运动

使用范围

Configuration, Task or Terminal

限制

Modal Only

例子

Axis
A1.AbsEn = 1

?A1.AbsEnable

Move A1 100 absolute = True

Group
G1.AbsEn = 1
?G1.AbsEnable

Move G1 (100, 50) absolute = True

参考