MC-Basic:robot.STRETCHFACTOR

From SoftMC-Wiki
Jump to: navigation, search
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