Difference between revisions of "MC-Basic:robot.STRETCHFACTOR"
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:robot.STRETCHFACTOR}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 12: | Line 13: | ||
Defines the level of stretching over the given nodes. | Defines the level of stretching over the given nodes. | ||
− | + | 100 maximal stretching | |
0 no stretching, polygon path | 0 no stretching, polygon path | ||
Line 22: | Line 23: | ||
|RANGE= | |RANGE= | ||
− | 0- | + | 0-100 |
|UNITS= | |UNITS= | ||
− | + | percebtage | |
|DEFAULT= | |DEFAULT= | ||
− | + | 100 | |
|SCOPE= | |SCOPE= | ||
Line 38: | Line 39: | ||
|EXAMPLE= | |EXAMPLE= | ||
Dim a[5] as location of xyzr<br> | Dim a[5] as location of xyzr<br> | ||
− | Pass through=a StretchFactor = | + | Pass through=a StretchFactor = 50 |
|SEE ALSO= | |SEE ALSO= |
Latest revision as of 12:17, 26 October 2017
Language: | English • 中文(简体) |
---|
Defines the level of stretching over the given nodes.
100 maximal stretching
0 no stretching, polygon path
Global The actual stretch factor for each node is computed as a product of the StretchFactor and its nodal value StretchVector[i].
Syntax
StretchFactor
Availability
Since Version 3.7.x
Type
Double
Range
0-100
Units
percebtage
Default
100
Scope
Task, terminal
Limitations
Modal/Nodal
Examples
Dim a[5] as location of xyzr
Pass through=a StretchFactor = 50