Difference between revisions of "MC-Basic:robot.PASSTRANMINGAP"
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <robot>.PassTranMinGap = <value> |AVAILABILITY= |DESCRIPTION= All points that are closed to each other than the given value (translation) will b…") |
|||
Line 3: | Line 3: | ||
|SYNTAX= <robot>.PassTranMinGap = <value> | |SYNTAX= <robot>.PassTranMinGap = <value> | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | |DESCRIPTION= | + | |DESCRIPTION= During AI, all points that are closed to each other than the given value (translation) will be deleted |
|TYPE= double | |TYPE= double | ||
|RANGE= 0-MaxDouble | |RANGE= 0-MaxDouble |
Revision as of 14:28, 25 October 2011
During AI, all points that are closed to each other than the given value (translation) will be deleted
Syntax
<robot>.PassTranMinGap = <value>
Type
double
Range
0-MaxDouble
Units
position user units
Default
1
Scope
Task, terminal
Limitations
Modal-Only