MC-Basic:robot.STRETCHFACTOR

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= StretchFactor |AVAILABILITY= Versions 3.7.x and higher |DESCRIPTION= Defines the level of stretching over the given nodes. 1  maximal stret…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Defines the level of stretching over the given nodes.

1  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

Versions 3.7.x and higher

Type

Double

Range

0-1

Default

1

Scope

Task, terminal

Limitations

Modal/Nodal

Examples

Dim a[5] as location of xyzr
Pass through=a StretchFactor = 1

See Also