Announcement

Collapse
No announcement yet.

Range comparsion using BC3.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Zoë
    replied
    You can't. BC doesn't have any support for numeric tolerances.

    Leave a comment:


  • cgtan 2020
    started a topic Range comparsion using BC3.0

    Range comparsion using BC3.0

    I have a text file which include some parameter that need to be in range
    example below, the AT (71654.423000, 71388.499000) need to be in the range of +/- 500.00 of a example reference value 72000, how can I achieve this kind of compare using BC3.0?

    Code:
    DO: Workpiece AT (71654.423000, 71388.499000)
    .end
    .proclist
    .endproclist
    .pattlist
    .patt: Workpiece
    .ref frame: 71654.423000, 71388.499000, 0.000000
Working...
X