MC-Basic:compTable.TARGETDATA/zh-hans

From SoftMC-Wiki
< MC-Basic:compTable.TARGETDATA
Revision as of 07:19, 3 May 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == == 格式 == <''comp'' ''table'' ''name''>.Target Data[<''axis'' ''index''>][<''index'' >] = <''value'' > ? <''comp'' ''table'' ''name''>.TargetDa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

格式

<comp table name>.Target Data[<axis index>][<index >] = <value >

? <comp table name>.TargetData[<axis index>][<index >]

适用版本

从版本3.6.20起

描述

TargetData表示当补偿有效时,它被添加到给定轴的SourceData位置的值。 在两个SourceData点之间的位置,添加的TargetData被插值。

该属性用于在补偿表中访问目标数据的离散元素。 轴索引指定表中的目标轴。 该索引是该特定轴中的目标数据。

类型

<axis index>: Long

<index of target>: Long

<value>: Double

使用范围

<axis index>: 1 to System.NumberAxes

<index of target>:  1 to MaxLong (limited by RAM size)

<value>: ± MaxDouble

单位

目标轴位置单位

默认

使用范围

Task and Terminal

限制

TargetData写入时,Comp表不能被使用(CompActive = 0)

例子

Comp1.targetdata[1][23]=3

参见