Difference between revisions of "MC-Basic:robot.PASSROTMINGAP"
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <robot>.PassRotMinGap = <value> |AVAILABILITY= |DESCRIPTION= During AI, all points that are closed to each other than the given value (rotation)…") |
m (Miborich moved page Axystems:MC-Basic:robot.PASSROTMINGAP to MC-Basic:robot.PASSROTMINGAP: Global renaming of Axystems: namespace into (Main):) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | |SYNTAX= <robot>.PassRotMinGap = <value> | + | |SYNTAX= <robot>.PassRotMinGap = <''value''> |
|AVAILABILITY= | |AVAILABILITY= | ||
|DESCRIPTION= During AI, all points that are closed to each other than the given value (rotation) will be deleted | |DESCRIPTION= During AI, all points that are closed to each other than the given value (rotation) will be deleted | ||
Line 9: | Line 9: | ||
|DEFAULT= 1 | |DEFAULT= 1 | ||
|SCOPE= Task, terminal | |SCOPE= Task, terminal | ||
− | |LIMITATIONS= Modal | + | |LIMITATIONS= Modal only, Robot Only |
|EXAMPLE= | |EXAMPLE= | ||
|SEE ALSO= | |SEE ALSO= | ||
}} | }} |
Latest revision as of 08:54, 22 May 2014
During AI, all points that are closed to each other than the given value (rotation) will be deleted
Syntax
<robot>.PassRotMinGap = <value>
Type
double
Range
0-MaxDouble
Units
deg
Default
1
Scope
Task, terminal
Limitations
Modal only, Robot Only