Difference between revisions of "MC-Basic:robot.PASSROTMINGAP"
m (Text replace - "Modal-Only" to "Modal only") |
m (Text replace - "<value>" to "<''value''>") |
||
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 |
Revision as of 11:49, 19 March 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