Difference between revisions of "MC-Basic:robot.STRETCHFACTOR"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.STRETCHFACTOR}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 13: Line 13:
 
Defines the level of stretching over the given nodes.
 
Defines the level of stretching over the given nodes.
  
maximal stretching
+
100  maximal stretching
  
 
0  no stretching, polygon path
 
0  no stretching, polygon path
Line 23: Line 23:
  
 
|RANGE=
 
|RANGE=
0-1
+
0-100
  
 
|UNITS=
 
|UNITS=
 
+
percebtage
  
 
|DEFAULT=
 
|DEFAULT=
1
+
100
  
 
|SCOPE=
 
|SCOPE=
Line 39: Line 39:
 
|EXAMPLE=
 
|EXAMPLE=
 
Dim a[5] as location of xyzr<br>
 
Dim a[5] as location of xyzr<br>
Pass through=a StretchFactor = 1
+
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

See Also