{
  "type": "File",
  "start": 0,
  "end": 15646,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 350,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 15646,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 350,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 78,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 78
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 9,
            "end": 26,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 26
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 9,
              "end": 26,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 26
                },
                "identifierName": "drawArcBy_Angle_M"
              },
              "name": "drawArcBy_Angle_M"
            },
            "local": {
              "type": "Identifier",
              "start": 9,
              "end": 26,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 26
                },
                "identifierName": "drawArcBy_Angle_M"
              },
              "name": "drawArcBy_Angle_M"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 28,
            "end": 46,
            "loc": {
              "start": {
                "line": 1,
                "column": 28
              },
              "end": {
                "line": 1,
                "column": 46
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 28,
              "end": 46,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 28
                },
                "end": {
                  "line": 1,
                  "column": 46
                },
                "identifierName": "drawLineBy_Angle_M"
              },
              "name": "drawLineBy_Angle_M"
            },
            "local": {
              "type": "Identifier",
              "start": 28,
              "end": 46,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 28
                },
                "end": {
                  "line": 1,
                  "column": 46
                },
                "identifierName": "drawLineBy_Angle_M"
              },
              "name": "drawLineBy_Angle_M"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 54,
          "end": 77,
          "loc": {
            "start": {
              "line": 1,
              "column": 54
            },
            "end": {
              "line": 1,
              "column": 77
            }
          },
          "extra": {
            "rawValue": "../sketcher/geomutils",
            "raw": "'../sketcher/geomutils'"
          },
          "value": "../sketcher/geomutils"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 80,
        "end": 117,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 37
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 87,
            "end": 92,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 87,
              "end": 92,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 12
                },
                "identifierName": "Point"
              },
              "name": "Point"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 98,
          "end": 116,
          "loc": {
            "start": {
              "line": 2,
              "column": 18
            },
            "end": {
              "line": 2,
              "column": 36
            }
          },
          "extra": {
            "rawValue": "./graphics/point",
            "raw": "'./graphics/point'"
          },
          "value": "./graphics/point"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 119,
        "end": 154,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 35
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 126,
            "end": 130,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 11
              }
            },
            "local": {
              "type": "Identifier",
              "start": 126,
              "end": 130,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 7
                },
                "end": {
                  "line": 3,
                  "column": 11
                },
                "identifierName": "Line"
              },
              "name": "Line"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 136,
          "end": 153,
          "loc": {
            "start": {
              "line": 3,
              "column": 17
            },
            "end": {
              "line": 3,
              "column": 34
            }
          },
          "extra": {
            "rawValue": "./graphics/line",
            "raw": "'./graphics/line'"
          },
          "value": "./graphics/line"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 156,
        "end": 189,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 33
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 163,
            "end": 166,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 10
              }
            },
            "local": {
              "type": "Identifier",
              "start": 163,
              "end": 166,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 7
                },
                "end": {
                  "line": 4,
                  "column": 10
                },
                "identifierName": "Arc"
              },
              "name": "Arc"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 172,
          "end": 188,
          "loc": {
            "start": {
              "line": 4,
              "column": 16
            },
            "end": {
              "line": 4,
              "column": 32
            }
          },
          "extra": {
            "rawValue": "./graphics/arc",
            "raw": "'./graphics/arc'"
          },
          "value": "./graphics/arc"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 191,
        "end": 240,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 49
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 198,
            "end": 213,
            "loc": {
              "start": {
                "line": 5,
                "column": 7
              },
              "end": {
                "line": 5,
                "column": 22
              }
            },
            "local": {
              "type": "Identifier",
              "start": 198,
              "end": 213,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 7
                },
                "end": {
                  "line": 5,
                  "column": 22
                },
                "identifierName": "FilletProcessor"
              },
              "name": "FilletProcessor"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 219,
          "end": 239,
          "loc": {
            "start": {
              "line": 5,
              "column": 28
            },
            "end": {
              "line": 5,
              "column": 48
            }
          },
          "extra": {
            "rawValue": "../sketcher/fillet",
            "raw": "'../sketcher/fillet'"
          },
          "value": "../sketcher/fillet"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 242,
        "end": 284,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 42
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 249,
            "end": 256,
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 249,
              "end": 256,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 7
                },
                "end": {
                  "line": 6,
                  "column": 14
                },
                "identifierName": "Object3"
              },
              "name": "Object3"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 262,
          "end": 283,
          "loc": {
            "start": {
              "line": 6,
              "column": 20
            },
            "end": {
              "line": 6,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "../../three/object3",
            "raw": "'../../three/object3'"
          },
          "value": "../../three/object3"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 286,
        "end": 328,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 42
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 293,
            "end": 304,
            "loc": {
              "start": {
                "line": 7,
                "column": 7
              },
              "end": {
                "line": 7,
                "column": 18
              }
            },
            "local": {
              "type": "Identifier",
              "start": 293,
              "end": 304,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 7
                },
                "end": {
                  "line": 7,
                  "column": 18
                },
                "identifierName": "BaseHandler"
              },
              "name": "BaseHandler"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 310,
          "end": 327,
          "loc": {
            "start": {
              "line": 7,
              "column": 24
            },
            "end": {
              "line": 7,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "./handlers/base",
            "raw": "'./handlers/base'"
          },
          "value": "./handlers/base"
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 332,
        "end": 15644,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 349,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 339,
          "end": 15644,
          "loc": {
            "start": {
              "line": 9,
              "column": 7
            },
            "end": {
              "line": 349,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 345,
            "end": 358,
            "loc": {
              "start": {
                "line": 9,
                "column": 13
              },
              "end": {
                "line": 9,
                "column": 26
              },
              "identifierName": "filletHandler"
            },
            "name": "filletHandler"
          },
          "superClass": {
            "type": "Identifier",
            "start": 367,
            "end": 378,
            "loc": {
              "start": {
                "line": 9,
                "column": 35
              },
              "end": {
                "line": 9,
                "column": 46
              },
              "identifierName": "BaseHandler"
            },
            "name": "BaseHandler"
          },
          "body": {
            "type": "ClassBody",
            "start": 379,
            "end": 15644,
            "loc": {
              "start": {
                "line": 9,
                "column": 47
              },
              "end": {
                "line": 349,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 386,
                "end": 729,
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4
                  },
                  "end": {
                    "line": 22,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 386,
                  "end": 397,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4
                    },
                    "end": {
                      "line": 10,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 398,
                    "end": 406,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 16
                      },
                      "end": {
                        "line": 10,
                        "column": 24
                      },
                      "identifierName": "sketcher"
                    },
                    "name": "sketcher"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 408,
                  "end": 729,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 26
                    },
                    "end": {
                      "line": 22,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 419,
                      "end": 435,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 419,
                        "end": 434,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 419,
                          "end": 424,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 425,
                            "end": 433,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 14
                              },
                              "end": {
                                "line": 11,
                                "column": 22
                              },
                              "identifierName": "sketcher"
                            },
                            "name": "sketcher"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 447,
                      "end": 518,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 79
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 447,
                        "end": 517,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 78
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 447,
                          "end": 461,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 447,
                            "end": 451,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 452,
                            "end": 461,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 22
                              },
                              "identifierName": "processor"
                            },
                            "name": "processor"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 464,
                          "end": 517,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 25
                            },
                            "end": {
                              "line": 13,
                              "column": 78
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 468,
                            "end": 483,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 29
                              },
                              "end": {
                                "line": 13,
                                "column": 44
                              },
                              "identifierName": "FilletProcessor"
                            },
                            "name": "FilletProcessor"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 484,
                              "end": 492,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 45
                                },
                                "end": {
                                  "line": 13,
                                  "column": 53
                                },
                                "identifierName": "sketcher"
                              },
                              "name": "sketcher"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 494,
                              "end": 516,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 55
                                },
                                "end": {
                                  "line": 13,
                                  "column": 77
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 494,
                                "end": 502,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 63
                                  },
                                  "identifierName": "sketcher"
                                },
                                "name": "sketcher"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 503,
                                "end": 516,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 77
                                  },
                                  "identifierName": "currentSketch"
                                },
                                "name": "currentSketch"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 528,
                      "end": 546,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 14,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 528,
                        "end": 545,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 14,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 528,
                          "end": 537,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 528,
                            "end": 532,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 533,
                            "end": 537,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 17
                              },
                              "identifierName": "busy"
                            },
                            "name": "busy"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 540,
                          "end": 545,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 20
                            },
                            "end": {
                              "line": 14,
                              "column": 25
                            }
                          },
                          "value": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 556,
                      "end": 583,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 8
                        },
                        "end": {
                          "line": 15,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 556,
                        "end": 582,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 556,
                          "end": 577,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 556,
                            "end": 560,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 561,
                            "end": 577,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 13
                              },
                              "end": {
                                "line": 15,
                                "column": 29
                              },
                              "identifierName": "filletablePoints"
                            },
                            "name": "filletablePoints"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 580,
                          "end": 582,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 32
                            },
                            "end": {
                              "line": 15,
                              "column": 34
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 593,
                      "end": 614,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 593,
                        "end": 613,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 593,
                          "end": 608,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 593,
                            "end": 597,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 598,
                            "end": 608,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 13
                              },
                              "end": {
                                "line": 16,
                                "column": 23
                              },
                              "identifierName": "filletArcs"
                            },
                            "name": "filletArcs"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 611,
                          "end": 613,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 26
                            },
                            "end": {
                              "line": 16,
                              "column": 28
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 624,
                      "end": 646,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 624,
                        "end": 645,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 624,
                          "end": 640,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 624,
                            "end": 628,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 629,
                            "end": 640,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 13
                              },
                              "end": {
                                "line": 17,
                                "column": 24
                              },
                              "identifierName": "filletLines"
                            },
                            "name": "filletLines"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 643,
                          "end": 645,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 27
                            },
                            "end": {
                              "line": 17,
                              "column": 29
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 658,
                      "end": 678,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 658,
                        "end": 677,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 658,
                          "end": 670,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 658,
                            "end": 662,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 663,
                            "end": 670,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 13
                              },
                              "end": {
                                "line": 19,
                                "column": 20
                              },
                              "identifierName": "preview"
                            },
                            "name": "preview"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NullLiteral",
                          "start": 673,
                          "end": 677,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 23
                            },
                            "end": {
                              "line": 19,
                              "column": 27
                            }
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 690,
                      "end": 722,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 690,
                        "end": 721,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 690,
                          "end": 719,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 690,
                            "end": 694,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 695,
                            "end": 719,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 37
                              },
                              "identifierName": "updateInteractiveObjects"
                            },
                            "name": "updateInteractiveObjects"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 737,
                "end": 1085,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 4
                  },
                  "end": {
                    "line": 31,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 737,
                  "end": 742,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 4
                    },
                    "end": {
                      "line": 24,
                      "column": 9
                    },
                    "identifierName": "clear"
                  },
                  "name": "clear"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 745,
                  "end": 1085,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 12
                    },
                    "end": {
                      "line": 31,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 756,
                      "end": 827,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 79
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 756,
                        "end": 826,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 78
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 756,
                          "end": 785,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 756,
                            "end": 777,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 8
                              },
                              "end": {
                                "line": 25,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 756,
                              "end": 760,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 8
                                },
                                "end": {
                                  "line": 25,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 761,
                              "end": 777,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 13
                                },
                                "end": {
                                  "line": 25,
                                  "column": 29
                                },
                                "identifierName": "filletablePoints"
                              },
                              "name": "filletablePoints"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 778,
                            "end": 785,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 30
                              },
                              "end": {
                                "line": 25,
                                "column": 37
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 786,
                            "end": 825,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 38
                              },
                              "end": {
                                "line": 25,
                                "column": 77
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 786,
                                "end": 789,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 41
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 793,
                              "end": 825,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 45
                                },
                                "end": {
                                  "line": 25,
                                  "column": 77
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 793,
                                "end": 823,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 75
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 793,
                                  "end": 805,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 793,
                                    "end": 796,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 48
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 797,
                                    "end": 805,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 57
                                      },
                                      "identifierName": "interact"
                                    },
                                    "name": "interact"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 806,
                                  "end": 823,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 75
                                    },
                                    "identifierName": "removeInteraction"
                                  },
                                  "name": "removeInteraction"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 837,
                      "end": 902,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 73
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 837,
                        "end": 901,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 8
                          },
                          "end": {
                            "line": 26,
                            "column": 72
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 837,
                          "end": 860,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 837,
                            "end": 852,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 837,
                              "end": 841,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 842,
                              "end": 852,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 13
                                },
                                "end": {
                                  "line": 26,
                                  "column": 23
                                },
                                "identifierName": "filletArcs"
                              },
                              "name": "filletArcs"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 853,
                            "end": 860,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 24
                              },
                              "end": {
                                "line": 26,
                                "column": 31
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 861,
                            "end": 900,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 32
                              },
                              "end": {
                                "line": 26,
                                "column": 71
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 861,
                                "end": 864,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 35
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 868,
                              "end": 900,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 39
                                },
                                "end": {
                                  "line": 26,
                                  "column": 71
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 868,
                                "end": 898,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 69
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 868,
                                  "end": 880,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 868,
                                    "end": 871,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 42
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 872,
                                    "end": 880,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 51
                                      },
                                      "identifierName": "interact"
                                    },
                                    "name": "interact"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 881,
                                  "end": 898,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 69
                                    },
                                    "identifierName": "removeInteraction"
                                  },
                                  "name": "removeInteraction"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 912,
                      "end": 978,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 74
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 912,
                        "end": 977,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 73
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 912,
                          "end": 936,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 912,
                            "end": 928,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 912,
                              "end": 916,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 917,
                              "end": 928,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 13
                                },
                                "end": {
                                  "line": 27,
                                  "column": 24
                                },
                                "identifierName": "filletLines"
                              },
                              "name": "filletLines"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 929,
                            "end": 936,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 25
                              },
                              "end": {
                                "line": 27,
                                "column": 32
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 937,
                            "end": 976,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 33
                              },
                              "end": {
                                "line": 27,
                                "column": 72
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 937,
                                "end": 940,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 36
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 944,
                              "end": 976,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 40
                                },
                                "end": {
                                  "line": 27,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 944,
                                "end": 974,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 70
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 944,
                                  "end": 956,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 944,
                                    "end": 947,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 43
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 948,
                                    "end": 956,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 52
                                      },
                                      "identifierName": "interact"
                                    },
                                    "name": "interact"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 957,
                                  "end": 974,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 70
                                    },
                                    "identifierName": "removeInteraction"
                                  },
                                  "name": "removeInteraction"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 988,
                      "end": 1015,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 988,
                        "end": 1014,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 988,
                          "end": 1009,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 988,
                            "end": 992,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 993,
                            "end": 1009,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 13
                              },
                              "end": {
                                "line": 28,
                                "column": 29
                              },
                              "identifierName": "filletablePoints"
                            },
                            "name": "filletablePoints"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1012,
                          "end": 1014,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 32
                            },
                            "end": {
                              "line": 28,
                              "column": 34
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1025,
                      "end": 1046,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 8
                        },
                        "end": {
                          "line": 29,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1025,
                        "end": 1045,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1025,
                          "end": 1040,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1025,
                            "end": 1029,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1030,
                            "end": 1040,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 13
                              },
                              "end": {
                                "line": 29,
                                "column": 23
                              },
                              "identifierName": "filletArcs"
                            },
                            "name": "filletArcs"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1043,
                          "end": 1045,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 26
                            },
                            "end": {
                              "line": 29,
                              "column": 28
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1056,
                      "end": 1078,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1056,
                        "end": 1077,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1056,
                          "end": 1072,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1056,
                            "end": 1060,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1061,
                            "end": 1072,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13
                              },
                              "end": {
                                "line": 30,
                                "column": 24
                              },
                              "identifierName": "filletLines"
                            },
                            "name": "filletLines"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1075,
                          "end": 1077,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 27
                            },
                            "end": {
                              "line": 30,
                              "column": 29
                            }
                          },
                          "elements": []
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1093,
                "end": 15592,
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 4
                  },
                  "end": {
                    "line": 344,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1093,
                  "end": 1117,
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 4
                    },
                    "end": {
                      "line": 33,
                      "column": 28
                    },
                    "identifierName": "updateInteractiveObjects"
                  },
                  "name": "updateInteractiveObjects"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1120,
                  "end": 15592,
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 31
                    },
                    "end": {
                      "line": 344,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1131,
                      "end": 1144,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1131,
                        "end": 1143,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 20
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1131,
                          "end": 1141,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1131,
                            "end": 1135,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1136,
                            "end": 1141,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 13
                              },
                              "end": {
                                "line": 34,
                                "column": 18
                              },
                              "identifierName": "clear"
                            },
                            "name": "clear"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1154,
                      "end": 1220,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 74
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1158,
                          "end": 1219,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 12
                            },
                            "end": {
                              "line": 35,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1158,
                            "end": 1168,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 12
                              },
                              "end": {
                                "line": 35,
                                "column": 22
                              },
                              "identifierName": "allObjects"
                            },
                            "name": "allObjects"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1171,
                            "end": 1219,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 25
                              },
                              "end": {
                                "line": 35,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1171,
                              "end": 1217,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 25
                                },
                                "end": {
                                  "line": 35,
                                  "column": 71
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1171,
                                "end": 1198,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1171,
                                  "end": 1184,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1171,
                                    "end": 1175,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1176,
                                    "end": 1184,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 38
                                      },
                                      "identifierName": "sketcher"
                                    },
                                    "name": "sketcher"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1185,
                                  "end": 1198,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 52
                                    },
                                    "identifierName": "currentSketch"
                                  },
                                  "name": "currentSketch"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1199,
                                "end": 1217,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 71
                                  },
                                  "identifierName": "getObjectsOnSketch"
                                },
                                "name": "getObjectsOnSketch"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1230,
                      "end": 1441,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1230,
                        "end": 1440,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1230,
                          "end": 1259,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1230,
                            "end": 1236,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 14
                              },
                              "identifierName": "Sketch"
                            },
                            "name": "Sketch"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1237,
                            "end": 1259,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 15
                              },
                              "end": {
                                "line": 36,
                                "column": 37
                              },
                              "identifierName": "ForObjectsWithChildren"
                            },
                            "name": "ForObjectsWithChildren"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1260,
                            "end": 1270,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 38
                              },
                              "end": {
                                "line": 36,
                                "column": 48
                              },
                              "identifierName": "allObjects"
                            },
                            "name": "allObjects"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1272,
                            "end": 1439,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 50
                              },
                              "end": {
                                "line": 39,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1272,
                                "end": 1275,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 53
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1279,
                              "end": 1439,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 57
                                },
                                "end": {
                                  "line": 39,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 1294,
                                  "end": 1428,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 107
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1298,
                                    "end": 1318,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 36
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1298,
                                      "end": 1301,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 19
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "operator": "instanceof",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 1313,
                                      "end": 1318,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 36
                                        },
                                        "identifierName": "Point"
                                      },
                                      "name": "Point"
                                    }
                                  },
                                  "consequent": {
                                    "type": "IfStatement",
                                    "start": 1337,
                                    "end": 1428,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 107
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 1341,
                                      "end": 1394,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 73
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1341,
                                        "end": 1380,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1341,
                                          "end": 1355,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 34
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1341,
                                            "end": 1345,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1346,
                                            "end": 1355,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 34
                                              },
                                              "identifierName": "processor"
                                            },
                                            "name": "processor"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1356,
                                          "end": 1380,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 59
                                            },
                                            "identifierName": "RecognizeFilletableAngle"
                                          },
                                          "name": "RecognizeFilletableAngle"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 1381,
                                          "end": 1393,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 72
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1381,
                                            "end": 1384,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 63
                                              },
                                              "identifierName": "obj"
                                            },
                                            "name": "obj"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1385,
                                            "end": 1393,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 72
                                              },
                                              "identifierName": "position"
                                            },
                                            "name": "position"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "consequent": {
                                      "type": "ExpressionStatement",
                                      "start": 1396,
                                      "end": 1428,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 107
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1396,
                                        "end": 1427,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 106
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1396,
                                          "end": 1422,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 101
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1396,
                                            "end": 1417,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 96
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1396,
                                              "end": 1400,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 79
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1401,
                                              "end": 1417,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 96
                                                },
                                                "identifierName": "filletablePoints"
                                              },
                                              "name": "filletablePoints"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1418,
                                            "end": 1422,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 97
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 101
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1423,
                                            "end": 1426,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 102
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 105
                                              },
                                              "identifierName": "obj"
                                            },
                                            "name": "obj"
                                          }
                                        ]
                                      }
                                    },
                                    "alternate": null
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1451,
                      "end": 1725,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1451,
                        "end": 1724,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1451,
                          "end": 1469,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1451,
                            "end": 1461,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 18
                              },
                              "identifierName": "allObjects"
                            },
                            "name": "allObjects"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1462,
                            "end": 1469,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 19
                              },
                              "end": {
                                "line": 40,
                                "column": 26
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1470,
                            "end": 1723,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 27
                              },
                              "end": {
                                "line": 43,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1470,
                                "end": 1473,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 30
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1477,
                              "end": 1723,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 34
                                },
                                "end": {
                                  "line": 43,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 1492,
                                  "end": 1594,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 114
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1496,
                                    "end": 1514,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 34
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1496,
                                      "end": 1499,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 19
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "operator": "instanceof",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 1511,
                                      "end": 1514,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 34
                                        },
                                        "identifierName": "Arc"
                                      },
                                      "name": "Arc"
                                    }
                                  },
                                  "consequent": {
                                    "type": "IfStatement",
                                    "start": 1516,
                                    "end": 1594,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 114
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 1520,
                                      "end": 1566,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 86
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1520,
                                        "end": 1561,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 81
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1520,
                                          "end": 1534,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 54
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1520,
                                            "end": 1524,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1525,
                                            "end": 1534,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 54
                                              },
                                              "identifierName": "processor"
                                            },
                                            "name": "processor"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1535,
                                          "end": 1561,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 81
                                            },
                                            "identifierName": "RecognizeFilletByArcOrEdge"
                                          },
                                          "name": "RecognizeFilletByArcOrEdge"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1562,
                                          "end": 1565,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 82
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 85
                                            },
                                            "identifierName": "obj"
                                          },
                                          "name": "obj"
                                        }
                                      ]
                                    },
                                    "consequent": {
                                      "type": "ExpressionStatement",
                                      "start": 1568,
                                      "end": 1594,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 88
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 114
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1568,
                                        "end": 1593,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 88
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 113
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1568,
                                          "end": 1588,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 108
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1568,
                                            "end": 1583,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 103
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1568,
                                              "end": 1572,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 92
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1573,
                                              "end": 1583,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 93
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 103
                                                },
                                                "identifierName": "filletArcs"
                                              },
                                              "name": "filletArcs"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1584,
                                            "end": 1588,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 104
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 108
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1589,
                                            "end": 1592,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 109
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 112
                                              },
                                              "identifierName": "obj"
                                            },
                                            "name": "obj"
                                          }
                                        ]
                                      }
                                    },
                                    "alternate": null
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 1608,
                                  "end": 1712,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 116
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1612,
                                    "end": 1631,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 35
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1612,
                                      "end": 1615,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 19
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "operator": "instanceof",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 1627,
                                      "end": 1631,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 35
                                        },
                                        "identifierName": "Line"
                                      },
                                      "name": "Line"
                                    }
                                  },
                                  "consequent": {
                                    "type": "IfStatement",
                                    "start": 1633,
                                    "end": 1712,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 116
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 1637,
                                      "end": 1683,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 87
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1637,
                                        "end": 1678,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 82
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1637,
                                          "end": 1651,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 55
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1637,
                                            "end": 1641,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 45
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1642,
                                            "end": 1651,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 55
                                              },
                                              "identifierName": "processor"
                                            },
                                            "name": "processor"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1652,
                                          "end": 1678,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 82
                                            },
                                            "identifierName": "RecognizeFilletByArcOrEdge"
                                          },
                                          "name": "RecognizeFilletByArcOrEdge"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1679,
                                          "end": 1682,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 86
                                            },
                                            "identifierName": "obj"
                                          },
                                          "name": "obj"
                                        }
                                      ]
                                    },
                                    "consequent": {
                                      "type": "ExpressionStatement",
                                      "start": 1685,
                                      "end": 1712,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 89
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 116
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1685,
                                        "end": 1711,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 115
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1685,
                                          "end": 1706,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 110
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1685,
                                            "end": 1701,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 105
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1685,
                                              "end": 1689,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 89
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 93
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1690,
                                              "end": 1701,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 94
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 105
                                                },
                                                "identifierName": "filletLines"
                                              },
                                              "name": "filletLines"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1702,
                                            "end": 1706,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 106
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 110
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1707,
                                            "end": 1710,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 111
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 114
                                              },
                                              "identifierName": "obj"
                                            },
                                            "name": "obj"
                                          }
                                        ]
                                      }
                                    },
                                    "alternate": null
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1737,
                      "end": 1753,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 45,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1741,
                          "end": 1752,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 12
                            },
                            "end": {
                              "line": 45,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1741,
                            "end": 1745,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 12
                              },
                              "end": {
                                "line": 45,
                                "column": 16
                              },
                              "identifierName": "self"
                            },
                            "name": "self"
                          },
                          "init": {
                            "type": "ThisExpression",
                            "start": 1748,
                            "end": 1752,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 19
                              },
                              "end": {
                                "line": 45,
                                "column": 23
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1763,
                      "end": 1792,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 37
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1767,
                          "end": 1791,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 12
                            },
                            "end": {
                              "line": 46,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1767,
                            "end": 1775,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 12
                              },
                              "end": {
                                "line": 46,
                                "column": 20
                              },
                              "identifierName": "sketcher"
                            },
                            "name": "sketcher"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 1778,
                            "end": 1791,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 23
                              },
                              "end": {
                                "line": 46,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1778,
                              "end": 1782,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 23
                                },
                                "end": {
                                  "line": 46,
                                  "column": 27
                                },
                                "identifierName": "self"
                              },
                              "name": "self"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1783,
                              "end": 1791,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 28
                                },
                                "end": {
                                  "line": 46,
                                  "column": 36
                                },
                                "identifierName": "sketcher"
                              },
                              "name": "sketcher"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "FunctionDeclaration",
                      "start": 1804,
                      "end": 3633,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 94,
                          "column": 9
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 1813,
                        "end": 1823,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 17
                          },
                          "end": {
                            "line": 48,
                            "column": 27
                          },
                          "identifierName": "addPreview"
                        },
                        "name": "addPreview"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 1824,
                          "end": 1828,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 28
                            },
                            "end": {
                              "line": 48,
                              "column": 32
                            },
                            "identifierName": "info"
                          },
                          "name": "info"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 1830,
                        "end": 3633,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 34
                          },
                          "end": {
                            "line": 94,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1845,
                            "end": 1970,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 12
                              },
                              "end": {
                                "line": 53,
                                "column": 14
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1845,
                              "end": 1969,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 12
                                },
                                "end": {
                                  "line": 53,
                                  "column": 13
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 1845,
                                "end": 1857,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1845,
                                  "end": 1849,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 16
                                    },
                                    "identifierName": "self"
                                  },
                                  "name": "self"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1850,
                                  "end": 1857,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 24
                                    },
                                    "identifierName": "preview"
                                  },
                                  "name": "preview"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ObjectExpression",
                                "start": 1860,
                                "end": 1969,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 1879,
                                    "end": 1888,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 25
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1879,
                                      "end": 1882,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 19
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "value": {
                                      "type": "NullLiteral",
                                      "start": 1884,
                                      "end": 1888,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 25
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 1907,
                                    "end": 1922,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 31
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1907,
                                      "end": 1916,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 25
                                        },
                                        "identifierName": "lineStart"
                                      },
                                      "name": "lineStart"
                                    },
                                    "value": {
                                      "type": "NullLiteral",
                                      "start": 1918,
                                      "end": 1922,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 31
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 1941,
                                    "end": 1954,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 29
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1941,
                                      "end": 1948,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 23
                                        },
                                        "identifierName": "lineEnd"
                                      },
                                      "name": "lineEnd"
                                    },
                                    "value": {
                                      "type": "NullLiteral",
                                      "start": 1950,
                                      "end": 1954,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 29
                                        }
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1986,
                            "end": 2815,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 12
                              },
                              "end": {
                                "line": 73,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1990,
                              "end": 2013,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 16
                                },
                                "end": {
                                  "line": 55,
                                  "column": 39
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1990,
                                "end": 1998,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1990,
                                  "end": 1994,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 20
                                    },
                                    "identifierName": "info"
                                  },
                                  "name": "info"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1995,
                                  "end": 1998,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 24
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "computed": false
                              },
                              "operator": "instanceof",
                              "right": {
                                "type": "Identifier",
                                "start": 2010,
                                "end": 2013,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 39
                                  },
                                  "identifierName": "Arc"
                                },
                                "name": "Arc"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2015,
                              "end": 2461,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 41
                                },
                                "end": {
                                  "line": 65,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2034,
                                  "end": 2446,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 18
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2034,
                                    "end": 2445,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 17
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2034,
                                      "end": 2058,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2034,
                                        "end": 2046,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2034,
                                          "end": 2038,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 20
                                            },
                                            "identifierName": "self"
                                          },
                                          "name": "self"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2039,
                                          "end": 2046,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 28
                                            },
                                            "identifierName": "preview"
                                          },
                                          "name": "preview"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2047,
                                        "end": 2058,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 40
                                          },
                                          "identifierName": "objectIndex"
                                        },
                                        "name": "objectIndex"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 2061,
                                      "end": 2445,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 17
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 2061,
                                        "end": 2077,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 59
                                          },
                                          "identifierName": "createGeomObject"
                                        },
                                        "name": "createGeomObject"
                                      },
                                      "arguments": [
                                        {
                                          "type": "ObjectExpression",
                                          "start": 2100,
                                          "end": 2387,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 21
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 2127,
                                              "end": 2169,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 66
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 2127,
                                                "end": 2132,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 29
                                                  },
                                                  "identifierName": "start"
                                                },
                                                "name": "start"
                                              },
                                              "value": {
                                                "type": "CallExpression",
                                                "start": 2134,
                                                "end": 2169,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 66
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2134,
                                                  "end": 2167,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 64
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2134,
                                                    "end": 2161,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 58
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2134,
                                                      "end": 2152,
                                                      "loc": {
                                                        "start": {
                                                          "line": 58,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 58,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2134,
                                                        "end": 2149,
                                                        "loc": {
                                                          "start": {
                                                            "line": 58,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 46
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 2134,
                                                          "end": 2142,
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 39
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2134,
                                                            "end": 2138,
                                                            "loc": {
                                                              "start": {
                                                                "line": 58,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 58,
                                                                "column": 35
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2139,
                                                            "end": 2142,
                                                            "loc": {
                                                              "start": {
                                                                "line": 58,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 58,
                                                                "column": 39
                                                              },
                                                              "identifierName": "obj"
                                                            },
                                                            "name": "obj"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2143,
                                                          "end": 2149,
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 46
                                                            },
                                                            "identifierName": "points"
                                                          },
                                                          "name": "points"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "NumericLiteral",
                                                        "start": 2150,
                                                        "end": 2151,
                                                        "loc": {
                                                          "start": {
                                                            "line": 58,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 48
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        },
                                                        "value": 0
                                                      },
                                                      "computed": true
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2153,
                                                      "end": 2161,
                                                      "loc": {
                                                        "start": {
                                                          "line": 58,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 58,
                                                          "column": 58
                                                        },
                                                        "identifierName": "position"
                                                      },
                                                      "name": "position"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2162,
                                                    "end": 2167,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 64
                                                      },
                                                      "identifierName": "clone"
                                                    },
                                                    "name": "clone"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            },
                                            {
                                              "type": "ObjectProperty",
                                              "start": 2196,
                                              "end": 2236,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 64
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 2196,
                                                "end": 2199,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 27
                                                  },
                                                  "identifierName": "end"
                                                },
                                                "name": "end"
                                              },
                                              "value": {
                                                "type": "CallExpression",
                                                "start": 2201,
                                                "end": 2236,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 64
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2201,
                                                  "end": 2234,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 62
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2201,
                                                    "end": 2228,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 56
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2201,
                                                      "end": 2219,
                                                      "loc": {
                                                        "start": {
                                                          "line": 59,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 47
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2201,
                                                        "end": 2216,
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 44
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 2201,
                                                          "end": 2209,
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 37
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2201,
                                                            "end": 2205,
                                                            "loc": {
                                                              "start": {
                                                                "line": 59,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 59,
                                                                "column": 33
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2206,
                                                            "end": 2209,
                                                            "loc": {
                                                              "start": {
                                                                "line": 59,
                                                                "column": 34
                                                              },
                                                              "end": {
                                                                "line": 59,
                                                                "column": 37
                                                              },
                                                              "identifierName": "obj"
                                                            },
                                                            "name": "obj"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2210,
                                                          "end": 2216,
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 44
                                                            },
                                                            "identifierName": "points"
                                                          },
                                                          "name": "points"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "NumericLiteral",
                                                        "start": 2217,
                                                        "end": 2218,
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 46
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 1,
                                                          "raw": "1"
                                                        },
                                                        "value": 1
                                                      },
                                                      "computed": true
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2220,
                                                      "end": 2228,
                                                      "loc": {
                                                        "start": {
                                                          "line": 59,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 56
                                                        },
                                                        "identifierName": "position"
                                                      },
                                                      "name": "position"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2229,
                                                    "end": 2234,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 62
                                                      },
                                                      "identifierName": "clone"
                                                    },
                                                    "name": "clone"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            },
                                            {
                                              "type": "ObjectProperty",
                                              "start": 2263,
                                              "end": 2308,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 69
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 2263,
                                                "end": 2269,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 30
                                                  },
                                                  "identifierName": "center"
                                                },
                                                "name": "center"
                                              },
                                              "value": {
                                                "type": "CallExpression",
                                                "start": 2271,
                                                "end": 2308,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 69
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2271,
                                                  "end": 2306,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 67
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2271,
                                                    "end": 2300,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 61
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2271,
                                                      "end": 2291,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 52
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2271,
                                                        "end": 2279,
                                                        "loc": {
                                                          "start": {
                                                            "line": 60,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 60,
                                                            "column": 40
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2271,
                                                          "end": 2275,
                                                          "loc": {
                                                            "start": {
                                                              "line": 60,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 60,
                                                              "column": 36
                                                            },
                                                            "identifierName": "info"
                                                          },
                                                          "name": "info"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2276,
                                                          "end": 2279,
                                                          "loc": {
                                                            "start": {
                                                              "line": 60,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 60,
                                                              "column": 40
                                                            },
                                                            "identifierName": "obj"
                                                          },
                                                          "name": "obj"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2280,
                                                        "end": 2291,
                                                        "loc": {
                                                          "start": {
                                                            "line": 60,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 60,
                                                            "column": 52
                                                          },
                                                          "identifierName": "centerPoint"
                                                        },
                                                        "name": "centerPoint"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2292,
                                                      "end": 2300,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 53
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 61
                                                        },
                                                        "identifierName": "position"
                                                      },
                                                      "name": "position"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2301,
                                                    "end": 2306,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 67
                                                      },
                                                      "identifierName": "clone"
                                                    },
                                                    "name": "clone"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            },
                                            {
                                              "type": "ObjectProperty",
                                              "start": 2335,
                                              "end": 2364,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 53
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 2335,
                                                "end": 2344,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 33
                                                  },
                                                  "identifierName": "clockwise"
                                                },
                                                "name": "clockwise"
                                              },
                                              "value": {
                                                "type": "MemberExpression",
                                                "start": 2346,
                                                "end": 2364,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 53
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2346,
                                                  "end": 2354,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2346,
                                                    "end": 2350,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 39
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2351,
                                                    "end": 2354,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 43
                                                      },
                                                      "identifierName": "obj"
                                                    },
                                                    "name": "obj"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2355,
                                                  "end": 2364,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 53
                                                    },
                                                    "identifierName": "clockwise"
                                                  },
                                                  "name": "clockwise"
                                                },
                                                "computed": false
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 2410,
                                          "end": 2426,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2410,
                                            "end": 2422,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2410,
                                              "end": 2414,
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 24
                                                },
                                                "identifierName": "self"
                                              },
                                              "name": "self"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2415,
                                              "end": 2422,
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 32
                                                },
                                                "identifierName": "preview"
                                              },
                                              "name": "preview"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2423,
                                            "end": 2426,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 36
                                              },
                                              "identifierName": "obj"
                                            },
                                            "name": "obj"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "IfStatement",
                              "start": 2467,
                              "end": 2815,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 19
                                },
                                "end": {
                                  "line": 73,
                                  "column": 13
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 2471,
                                "end": 2495,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 47
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2471,
                                  "end": 2479,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2471,
                                    "end": 2475,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 27
                                      },
                                      "identifierName": "info"
                                    },
                                    "name": "info"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2476,
                                    "end": 2479,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 31
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "computed": false
                                },
                                "operator": "instanceof",
                                "right": {
                                  "type": "Identifier",
                                  "start": 2491,
                                  "end": 2495,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 47
                                    },
                                    "identifierName": "Line"
                                  },
                                  "name": "Line"
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 2497,
                                "end": 2815,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 13
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 2516,
                                    "end": 2800,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 18
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 2516,
                                      "end": 2799,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 17
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2516,
                                        "end": 2540,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2516,
                                          "end": 2528,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2516,
                                            "end": 2520,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 20
                                              },
                                              "identifierName": "self"
                                            },
                                            "name": "self"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2521,
                                            "end": 2528,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 28
                                              },
                                              "identifierName": "preview"
                                            },
                                            "name": "preview"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2529,
                                          "end": 2540,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 40
                                            },
                                            "identifierName": "objectIndex"
                                          },
                                          "name": "objectIndex"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 2543,
                                        "end": 2799,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 17
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 2543,
                                          "end": 2559,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 59
                                            },
                                            "identifierName": "createGeomObject"
                                          },
                                          "name": "createGeomObject"
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "start": 2582,
                                            "end": 2741,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 21
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "ObjectProperty",
                                                "start": 2609,
                                                "end": 2651,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 66
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 2609,
                                                  "end": 2614,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 29
                                                    },
                                                    "identifierName": "start"
                                                  },
                                                  "name": "start"
                                                },
                                                "value": {
                                                  "type": "CallExpression",
                                                  "start": 2616,
                                                  "end": 2651,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 66
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2616,
                                                    "end": 2649,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 64
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2616,
                                                      "end": 2643,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 58
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2616,
                                                        "end": 2634,
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 49
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 2616,
                                                          "end": 2631,
                                                          "loc": {
                                                            "start": {
                                                              "line": 68,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 68,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 2616,
                                                            "end": 2624,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 39
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 2616,
                                                              "end": 2620,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 68,
                                                                  "column": 31
                                                                },
                                                                "end": {
                                                                  "line": 68,
                                                                  "column": 35
                                                                },
                                                                "identifierName": "info"
                                                              },
                                                              "name": "info"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2621,
                                                              "end": 2624,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 68,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 68,
                                                                  "column": 39
                                                                },
                                                                "identifierName": "obj"
                                                              },
                                                              "name": "obj"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2625,
                                                            "end": 2631,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 46
                                                              },
                                                              "identifierName": "points"
                                                            },
                                                            "name": "points"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 2632,
                                                          "end": 2633,
                                                          "loc": {
                                                            "start": {
                                                              "line": 68,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 68,
                                                              "column": 48
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 0,
                                                            "raw": "0"
                                                          },
                                                          "value": 0
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2635,
                                                        "end": 2643,
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 50
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 58
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2644,
                                                      "end": 2649,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 64
                                                        },
                                                        "identifierName": "clone"
                                                      },
                                                      "name": "clone"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                }
                                              },
                                              {
                                                "type": "ObjectProperty",
                                                "start": 2678,
                                                "end": 2718,
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 64
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 2678,
                                                  "end": 2681,
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 27
                                                    },
                                                    "identifierName": "end"
                                                  },
                                                  "name": "end"
                                                },
                                                "value": {
                                                  "type": "CallExpression",
                                                  "start": 2683,
                                                  "end": 2718,
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 64
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2683,
                                                    "end": 2716,
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 62
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2683,
                                                      "end": 2710,
                                                      "loc": {
                                                        "start": {
                                                          "line": 69,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 56
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2683,
                                                        "end": 2701,
                                                        "loc": {
                                                          "start": {
                                                            "line": 69,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 69,
                                                            "column": 47
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 2683,
                                                          "end": 2698,
                                                          "loc": {
                                                            "start": {
                                                              "line": 69,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 69,
                                                              "column": 44
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 2683,
                                                            "end": 2691,
                                                            "loc": {
                                                              "start": {
                                                                "line": 69,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 69,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 2683,
                                                              "end": 2687,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 69,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 69,
                                                                  "column": 33
                                                                },
                                                                "identifierName": "info"
                                                              },
                                                              "name": "info"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2688,
                                                              "end": 2691,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 69,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 69,
                                                                  "column": 37
                                                                },
                                                                "identifierName": "obj"
                                                              },
                                                              "name": "obj"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2692,
                                                            "end": 2698,
                                                            "loc": {
                                                              "start": {
                                                                "line": 69,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 69,
                                                                "column": 44
                                                              },
                                                              "identifierName": "points"
                                                            },
                                                            "name": "points"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 2699,
                                                          "end": 2700,
                                                          "loc": {
                                                            "start": {
                                                              "line": 69,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 69,
                                                              "column": 46
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "value": 1
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2702,
                                                        "end": 2710,
                                                        "loc": {
                                                          "start": {
                                                            "line": 69,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 69,
                                                            "column": 56
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2711,
                                                      "end": 2716,
                                                      "loc": {
                                                        "start": {
                                                          "line": 69,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 62
                                                        },
                                                        "identifierName": "clone"
                                                      },
                                                      "name": "clone"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 2764,
                                            "end": 2780,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2764,
                                              "end": 2776,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2764,
                                                "end": 2768,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 24
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2769,
                                                "end": 2776,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 32
                                                  },
                                                  "identifierName": "preview"
                                                },
                                                "name": "preview"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2777,
                                              "end": 2780,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 36
                                                },
                                                "identifierName": "obj"
                                              },
                                              "name": "obj"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2831,
                            "end": 3105,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 12
                              },
                              "end": {
                                "line": 81,
                                "column": 14
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2831,
                              "end": 3104,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 12
                                },
                                "end": {
                                  "line": 81,
                                  "column": 13
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2831,
                                "end": 2853,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2831,
                                  "end": 2843,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2831,
                                    "end": 2835,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 16
                                      },
                                      "identifierName": "self"
                                    },
                                    "name": "self"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2836,
                                    "end": 2843,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 24
                                      },
                                      "identifierName": "preview"
                                    },
                                    "name": "preview"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2844,
                                  "end": 2853,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 34
                                    },
                                    "identifierName": "lineStart"
                                  },
                                  "name": "lineStart"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 2856,
                                "end": 3104,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 13
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 2856,
                                  "end": 2872,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 53
                                    },
                                    "identifierName": "createGeomObject"
                                  },
                                  "name": "createGeomObject"
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 2891,
                                    "end": 3048,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 17
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 2914,
                                        "end": 2961,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 67
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2914,
                                          "end": 2919,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 25
                                            },
                                            "identifierName": "start"
                                          },
                                          "name": "start"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 2921,
                                          "end": 2961,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 67
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2921,
                                            "end": 2959,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 65
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2921,
                                              "end": 2953,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 59
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2921,
                                                "end": 2944,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 50
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2921,
                                                  "end": 2941,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 47
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2921,
                                                    "end": 2934,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2921,
                                                      "end": 2931,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 37
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2921,
                                                        "end": 2925,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 31
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2926,
                                                        "end": 2931,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 37
                                                          },
                                                          "identifierName": "lines"
                                                        },
                                                        "name": "lines"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 2932,
                                                      "end": 2933,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 39
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      },
                                                      "value": 0
                                                    },
                                                    "computed": true
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2935,
                                                    "end": 2941,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 47
                                                      },
                                                      "identifierName": "points"
                                                    },
                                                    "name": "points"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 2942,
                                                  "end": 2943,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 49
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 0,
                                                    "raw": "0"
                                                  },
                                                  "value": 0
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2945,
                                                "end": 2953,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 59
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2954,
                                              "end": 2959,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 65
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 2984,
                                        "end": 3029,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 65
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2984,
                                          "end": 2987,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 23
                                            },
                                            "identifierName": "end"
                                          },
                                          "name": "end"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 2989,
                                          "end": 3029,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2989,
                                            "end": 3027,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2989,
                                              "end": 3021,
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2989,
                                                "end": 3012,
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 48
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2989,
                                                  "end": 3009,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 45
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2989,
                                                    "end": 3002,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2989,
                                                      "end": 2999,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 35
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2989,
                                                        "end": 2993,
                                                        "loc": {
                                                          "start": {
                                                            "line": 78,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 78,
                                                            "column": 29
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2994,
                                                        "end": 2999,
                                                        "loc": {
                                                          "start": {
                                                            "line": 78,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 78,
                                                            "column": 35
                                                          },
                                                          "identifierName": "lines"
                                                        },
                                                        "name": "lines"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 3000,
                                                      "end": 3001,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 37
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      },
                                                      "value": 0
                                                    },
                                                    "computed": true
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3003,
                                                    "end": 3009,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 45
                                                      },
                                                      "identifierName": "points"
                                                    },
                                                    "name": "points"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 3010,
                                                  "end": 3011,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 47
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 1,
                                                    "raw": "1"
                                                  },
                                                  "value": 1
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3013,
                                                "end": 3021,
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 57
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3022,
                                              "end": 3027,
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 63
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 3067,
                                    "end": 3089,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3067,
                                      "end": 3079,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3067,
                                        "end": 3071,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 20
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3072,
                                        "end": 3079,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 28
                                          },
                                          "identifierName": "preview"
                                        },
                                        "name": "preview"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3080,
                                      "end": 3089,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 38
                                        },
                                        "identifierName": "lineStart"
                                      },
                                      "name": "lineStart"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3121,
                            "end": 3391,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 12
                              },
                              "end": {
                                "line": 89,
                                "column": 14
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3121,
                              "end": 3390,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 12
                                },
                                "end": {
                                  "line": 89,
                                  "column": 13
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3121,
                                "end": 3141,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3121,
                                  "end": 3133,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3121,
                                    "end": 3125,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 16
                                      },
                                      "identifierName": "self"
                                    },
                                    "name": "self"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3126,
                                    "end": 3133,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 24
                                      },
                                      "identifierName": "preview"
                                    },
                                    "name": "preview"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3134,
                                  "end": 3141,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 32
                                    },
                                    "identifierName": "lineEnd"
                                  },
                                  "name": "lineEnd"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 3144,
                                "end": 3390,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 13
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 3144,
                                  "end": 3160,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 51
                                    },
                                    "identifierName": "createGeomObject"
                                  },
                                  "name": "createGeomObject"
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 3179,
                                    "end": 3336,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 17
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 3202,
                                        "end": 3249,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 67
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 3202,
                                          "end": 3207,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 25
                                            },
                                            "identifierName": "start"
                                          },
                                          "name": "start"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 3209,
                                          "end": 3249,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 67
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3209,
                                            "end": 3247,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 65
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3209,
                                              "end": 3241,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 59
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 3209,
                                                "end": 3232,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 50
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3209,
                                                  "end": 3229,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 47
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3209,
                                                    "end": 3222,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3209,
                                                      "end": 3219,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 37
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3209,
                                                        "end": 3213,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 31
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3214,
                                                        "end": 3219,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 37
                                                          },
                                                          "identifierName": "lines"
                                                        },
                                                        "name": "lines"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 3220,
                                                      "end": 3221,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 39
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 1,
                                                        "raw": "1"
                                                      },
                                                      "value": 1
                                                    },
                                                    "computed": true
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3223,
                                                    "end": 3229,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 47
                                                      },
                                                      "identifierName": "points"
                                                    },
                                                    "name": "points"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 3230,
                                                  "end": 3231,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 49
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 0,
                                                    "raw": "0"
                                                  },
                                                  "value": 0
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3233,
                                                "end": 3241,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 59
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3242,
                                              "end": 3247,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 65
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 3272,
                                        "end": 3317,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 65
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 3272,
                                          "end": 3275,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 23
                                            },
                                            "identifierName": "end"
                                          },
                                          "name": "end"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 3277,
                                          "end": 3317,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3277,
                                            "end": 3315,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3277,
                                              "end": 3309,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 3277,
                                                "end": 3300,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 48
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3277,
                                                  "end": 3297,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 45
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3277,
                                                    "end": 3290,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3277,
                                                      "end": 3287,
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 35
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3277,
                                                        "end": 3281,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 29
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3282,
                                                        "end": 3287,
                                                        "loc": {
                                                          "start": {
                                                            "line": 86,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 86,
                                                            "column": 35
                                                          },
                                                          "identifierName": "lines"
                                                        },
                                                        "name": "lines"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 3288,
                                                      "end": 3289,
                                                      "loc": {
                                                        "start": {
                                                          "line": 86,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 86,
                                                          "column": 37
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 1,
                                                        "raw": "1"
                                                      },
                                                      "value": 1
                                                    },
                                                    "computed": true
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3291,
                                                    "end": 3297,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 45
                                                      },
                                                      "identifierName": "points"
                                                    },
                                                    "name": "points"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 3298,
                                                  "end": 3299,
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 47
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 1,
                                                    "raw": "1"
                                                  },
                                                  "value": 1
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3301,
                                                "end": 3309,
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 57
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3310,
                                              "end": 3315,
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 63
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 3355,
                                    "end": 3375,
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3355,
                                      "end": 3367,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3355,
                                        "end": 3359,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 20
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3360,
                                        "end": 3367,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 28
                                          },
                                          "identifierName": "preview"
                                        },
                                        "name": "preview"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3368,
                                      "end": 3375,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 36
                                        },
                                        "identifierName": "lineEnd"
                                      },
                                      "name": "lineEnd"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3407,
                            "end": 3466,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 12
                              },
                              "end": {
                                "line": 91,
                                "column": 71
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3407,
                              "end": 3465,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 12
                                },
                                "end": {
                                  "line": 91,
                                  "column": 70
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3407,
                                "end": 3447,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3407,
                                  "end": 3434,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3407,
                                    "end": 3420,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3407,
                                      "end": 3411,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 16
                                        },
                                        "identifierName": "self"
                                      },
                                      "name": "self"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3412,
                                      "end": 3420,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 25
                                        },
                                        "identifierName": "sketcher"
                                      },
                                      "name": "sketcher"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3421,
                                    "end": 3434,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 39
                                      },
                                      "identifierName": "currentSketch"
                                    },
                                    "name": "currentSketch"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3435,
                                  "end": 3447,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 52
                                    },
                                    "identifierName": "addAuxObject"
                                  },
                                  "name": "addAuxObject"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3448,
                                  "end": 3464,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 69
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3448,
                                    "end": 3460,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 65
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3448,
                                      "end": 3452,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 57
                                        },
                                        "identifierName": "self"
                                      },
                                      "name": "self"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3453,
                                      "end": 3460,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 65
                                        },
                                        "identifierName": "preview"
                                      },
                                      "name": "preview"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3461,
                                    "end": 3464,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 69
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3480,
                            "end": 3545,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 12
                              },
                              "end": {
                                "line": 92,
                                "column": 77
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3480,
                              "end": 3544,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 12
                                },
                                "end": {
                                  "line": 92,
                                  "column": 76
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3480,
                                "end": 3520,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3480,
                                  "end": 3507,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3480,
                                    "end": 3493,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3480,
                                      "end": 3484,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 16
                                        },
                                        "identifierName": "self"
                                      },
                                      "name": "self"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3485,
                                      "end": 3493,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 25
                                        },
                                        "identifierName": "sketcher"
                                      },
                                      "name": "sketcher"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3494,
                                    "end": 3507,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 39
                                      },
                                      "identifierName": "currentSketch"
                                    },
                                    "name": "currentSketch"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3508,
                                  "end": 3520,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 52
                                    },
                                    "identifierName": "addAuxObject"
                                  },
                                  "name": "addAuxObject"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3521,
                                  "end": 3543,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 75
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3521,
                                    "end": 3533,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 65
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3521,
                                      "end": 3525,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 57
                                        },
                                        "identifierName": "self"
                                      },
                                      "name": "self"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3526,
                                      "end": 3533,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 65
                                        },
                                        "identifierName": "preview"
                                      },
                                      "name": "preview"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3534,
                                    "end": 3543,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 75
                                      },
                                      "identifierName": "lineStart"
                                    },
                                    "name": "lineStart"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3559,
                            "end": 3622,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 12
                              },
                              "end": {
                                "line": 93,
                                "column": 75
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3559,
                              "end": 3621,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 12
                                },
                                "end": {
                                  "line": 93,
                                  "column": 74
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3559,
                                "end": 3599,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3559,
                                  "end": 3586,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3559,
                                    "end": 3572,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3559,
                                      "end": 3563,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 16
                                        },
                                        "identifierName": "self"
                                      },
                                      "name": "self"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3564,
                                      "end": 3572,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 25
                                        },
                                        "identifierName": "sketcher"
                                      },
                                      "name": "sketcher"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3573,
                                    "end": 3586,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 39
                                      },
                                      "identifierName": "currentSketch"
                                    },
                                    "name": "currentSketch"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3587,
                                  "end": 3599,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 52
                                    },
                                    "identifierName": "addAuxObject"
                                  },
                                  "name": "addAuxObject"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3600,
                                  "end": 3620,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 73
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3600,
                                    "end": 3612,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 65
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3600,
                                      "end": 3604,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 57
                                        },
                                        "identifierName": "self"
                                      },
                                      "name": "self"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3605,
                                      "end": 3612,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 65
                                        },
                                        "identifierName": "preview"
                                      },
                                      "name": "preview"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3613,
                                    "end": 3620,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 73
                                      },
                                      "identifierName": "lineEnd"
                                    },
                                    "name": "lineEnd"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "start": 3643,
                      "end": 4028,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 100,
                          "column": 9
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 3652,
                        "end": 3665,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 17
                          },
                          "end": {
                            "line": 95,
                            "column": 30
                          },
                          "identifierName": "removePreview"
                        },
                        "name": "removePreview"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 3668,
                        "end": 4028,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 33
                          },
                          "end": {
                            "line": 100,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 3683,
                            "end": 3767,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 12
                              },
                              "end": {
                                "line": 96,
                                "column": 96
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 3687,
                              "end": 3703,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 16
                                },
                                "end": {
                                  "line": 96,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3687,
                                "end": 3699,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3687,
                                  "end": 3691,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 20
                                    },
                                    "identifierName": "self"
                                  },
                                  "name": "self"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3692,
                                  "end": 3699,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 28
                                    },
                                    "identifierName": "preview"
                                  },
                                  "name": "preview"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3700,
                                "end": 3703,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 32
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 3705,
                              "end": 3767,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 34
                                },
                                "end": {
                                  "line": 96,
                                  "column": 96
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3705,
                                "end": 3766,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 95
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3705,
                                  "end": 3748,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3705,
                                    "end": 3732,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 61
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3705,
                                      "end": 3718,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3705,
                                        "end": 3709,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 38
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3710,
                                        "end": 3718,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 47
                                          },
                                          "identifierName": "sketcher"
                                        },
                                        "name": "sketcher"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3719,
                                      "end": 3732,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 61
                                        },
                                        "identifierName": "currentSketch"
                                      },
                                      "name": "currentSketch"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3733,
                                    "end": 3748,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 77
                                      },
                                      "identifierName": "removeAuxObject"
                                    },
                                    "name": "removeAuxObject"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 3749,
                                    "end": 3765,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 94
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3749,
                                      "end": 3761,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 90
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3749,
                                        "end": 3753,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 82
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3754,
                                        "end": 3761,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 90
                                          },
                                          "identifierName": "preview"
                                        },
                                        "name": "preview"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3762,
                                      "end": 3765,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 94
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3781,
                            "end": 3877,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 12
                              },
                              "end": {
                                "line": 97,
                                "column": 108
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 3785,
                              "end": 3807,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 16
                                },
                                "end": {
                                  "line": 97,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3785,
                                "end": 3797,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3785,
                                  "end": 3789,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 20
                                    },
                                    "identifierName": "self"
                                  },
                                  "name": "self"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3790,
                                  "end": 3797,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 28
                                    },
                                    "identifierName": "preview"
                                  },
                                  "name": "preview"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3798,
                                "end": 3807,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 38
                                  },
                                  "identifierName": "lineStart"
                                },
                                "name": "lineStart"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 3809,
                              "end": 3877,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 40
                                },
                                "end": {
                                  "line": 97,
                                  "column": 108
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3809,
                                "end": 3876,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 107
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3809,
                                  "end": 3852,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 83
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3809,
                                    "end": 3836,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 67
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3809,
                                      "end": 3822,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3809,
                                        "end": 3813,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 44
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3814,
                                        "end": 3822,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 53
                                          },
                                          "identifierName": "sketcher"
                                        },
                                        "name": "sketcher"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3823,
                                      "end": 3836,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 67
                                        },
                                        "identifierName": "currentSketch"
                                      },
                                      "name": "currentSketch"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3837,
                                    "end": 3852,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 83
                                      },
                                      "identifierName": "removeAuxObject"
                                    },
                                    "name": "removeAuxObject"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 3853,
                                    "end": 3875,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 106
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3853,
                                      "end": 3865,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 96
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3853,
                                        "end": 3857,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 88
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3858,
                                        "end": 3865,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 96
                                          },
                                          "identifierName": "preview"
                                        },
                                        "name": "preview"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3866,
                                      "end": 3875,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 97
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 106
                                        },
                                        "identifierName": "lineStart"
                                      },
                                      "name": "lineStart"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3891,
                            "end": 3983,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 12
                              },
                              "end": {
                                "line": 98,
                                "column": 104
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 3895,
                              "end": 3915,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 16
                                },
                                "end": {
                                  "line": 98,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3895,
                                "end": 3907,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3895,
                                  "end": 3899,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 20
                                    },
                                    "identifierName": "self"
                                  },
                                  "name": "self"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3900,
                                  "end": 3907,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 28
                                    },
                                    "identifierName": "preview"
                                  },
                                  "name": "preview"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3908,
                                "end": 3915,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 36
                                  },
                                  "identifierName": "lineEnd"
                                },
                                "name": "lineEnd"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 3917,
                              "end": 3983,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 38
                                },
                                "end": {
                                  "line": 98,
                                  "column": 104
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3917,
                                "end": 3982,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 103
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3917,
                                  "end": 3960,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 81
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3917,
                                    "end": 3944,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 65
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3917,
                                      "end": 3930,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3917,
                                        "end": 3921,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 42
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3922,
                                        "end": 3930,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 51
                                          },
                                          "identifierName": "sketcher"
                                        },
                                        "name": "sketcher"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3931,
                                      "end": 3944,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 65
                                        },
                                        "identifierName": "currentSketch"
                                      },
                                      "name": "currentSketch"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3945,
                                    "end": 3960,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 81
                                      },
                                      "identifierName": "removeAuxObject"
                                    },
                                    "name": "removeAuxObject"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 3961,
                                    "end": 3981,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 82
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 102
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3961,
                                      "end": 3973,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 82
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 94
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3961,
                                        "end": 3965,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 86
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3966,
                                        "end": 3973,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 87
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 94
                                          },
                                          "identifierName": "preview"
                                        },
                                        "name": "preview"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3974,
                                      "end": 3981,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 95
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 102
                                        },
                                        "identifierName": "lineEnd"
                                      },
                                      "name": "lineEnd"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3997,
                            "end": 4017,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 12
                              },
                              "end": {
                                "line": 99,
                                "column": 32
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3997,
                              "end": 4016,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 12
                                },
                                "end": {
                                  "line": 99,
                                  "column": 31
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3997,
                                "end": 4009,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3997,
                                  "end": 4001,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 16
                                    },
                                    "identifierName": "self"
                                  },
                                  "name": "self"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4002,
                                  "end": 4009,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 24
                                    },
                                    "identifierName": "preview"
                                  },
                                  "name": "preview"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "NullLiteral",
                                "start": 4012,
                                "end": 4016,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 31
                                  }
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "start": 4038,
                      "end": 9330,
                      "loc": {
                        "start": {
                          "line": 101,
                          "column": 8
                        },
                        "end": {
                          "line": 212,
                          "column": 9
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 4047,
                        "end": 4067,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 17
                          },
                          "end": {
                            "line": 101,
                            "column": 37
                          },
                          "identifierName": "getPreviewGeomParams"
                        },
                        "name": "getPreviewGeomParams"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 4068,
                          "end": 4072,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 38
                            },
                            "end": {
                              "line": 101,
                              "column": 42
                            },
                            "identifierName": "info"
                          },
                          "name": "info"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 4074,
                        "end": 9330,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 44
                          },
                          "end": {
                            "line": 212,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 4089,
                            "end": 4141,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 12
                              },
                              "end": {
                                "line": 102,
                                "column": 64
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 4093,
                                "end": 4140,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 63
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 4093,
                                  "end": 4099,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 22
                                    },
                                    "identifierName": "newPnt"
                                  },
                                  "name": "newPnt"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 4102,
                                  "end": 4140,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 63
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4102,
                                    "end": 4138,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 61
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 4102,
                                      "end": 4132,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4102,
                                        "end": 4115,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4102,
                                          "end": 4106,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 29
                                            },
                                            "identifierName": "self"
                                          },
                                          "name": "self"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4107,
                                          "end": 4115,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 38
                                            },
                                            "identifierName": "sketcher"
                                          },
                                          "name": "sketcher"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4116,
                                        "end": 4132,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 55
                                          },
                                          "identifierName": "interactionPoint"
                                        },
                                        "name": "interactionPoint"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4133,
                                      "end": 4138,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 61
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 4157,
                            "end": 4175,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 12
                              },
                              "end": {
                                "line": 104,
                                "column": 30
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 4161,
                                "end": 4174,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 29
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 4161,
                                  "end": 4174,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 29
                                    },
                                    "identifierName": "newGeomParams"
                                  },
                                  "name": "newGeomParams"
                                },
                                "init": null
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 4189,
                            "end": 5176,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 12
                              },
                              "end": {
                                "line": 122,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 4193,
                              "end": 4216,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 16
                                },
                                "end": {
                                  "line": 105,
                                  "column": 39
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 4193,
                                "end": 4201,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4193,
                                  "end": 4197,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 20
                                    },
                                    "identifierName": "info"
                                  },
                                  "name": "info"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4198,
                                  "end": 4201,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 24
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "computed": false
                              },
                              "operator": "instanceof",
                              "right": {
                                "type": "Identifier",
                                "start": 4213,
                                "end": 4216,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 39
                                  },
                                  "identifierName": "Arc"
                                },
                                "name": "Arc"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4218,
                              "end": 4734,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 41
                                },
                                "end": {
                                  "line": 114,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4318,
                                  "end": 4637,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 18
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4318,
                                    "end": 4636,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 17
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4318,
                                      "end": 4331,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 29
                                        },
                                        "identifierName": "newGeomParams"
                                      },
                                      "name": "newGeomParams",
                                      "leadingComments": null
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 4334,
                                      "end": 4636,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 17
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4334,
                                        "end": 4351,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 49
                                          },
                                          "identifierName": "drawArcBy_Angle_M"
                                        },
                                        "name": "drawArcBy_Angle_M"
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 4374,
                                          "end": 4402,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 48
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4374,
                                            "end": 4400,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 46
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4374,
                                              "end": 4394,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4374,
                                                "end": 4385,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 31
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4374,
                                                  "end": 4378,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 24
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4379,
                                                  "end": 4385,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 31
                                                    },
                                                    "identifierName": "vertex"
                                                  },
                                                  "name": "vertex"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4386,
                                                "end": 4394,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 40
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4395,
                                              "end": 4400,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 46
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 4425,
                                          "end": 4495,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 90
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4425,
                                            "end": 4493,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 88
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 4425,
                                              "end": 4483,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 78
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4425,
                                                "end": 4461,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 4425,
                                                  "end": 4457,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 52
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4425,
                                                    "end": 4455,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 4425,
                                                      "end": 4449,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4425,
                                                        "end": 4440,
                                                        "loc": {
                                                          "start": {
                                                            "line": 109,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 109,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4425,
                                                          "end": 4437,
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4425,
                                                            "end": 4429,
                                                            "loc": {
                                                              "start": {
                                                                "line": 109,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 109,
                                                                "column": 24
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4430,
                                                            "end": 4437,
                                                            "loc": {
                                                              "start": {
                                                                "line": 109,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 109,
                                                                "column": 32
                                                              },
                                                              "identifierName": "objEnds"
                                                            },
                                                            "name": "objEnds"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 4438,
                                                          "end": 4439,
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 34
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 0,
                                                            "raw": "0"
                                                          },
                                                          "value": 0
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4441,
                                                        "end": 4449,
                                                        "loc": {
                                                          "start": {
                                                            "line": 109,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 109,
                                                            "column": 44
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4450,
                                                      "end": 4455,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 50
                                                        },
                                                        "identifierName": "clone"
                                                      },
                                                      "name": "clone"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4458,
                                                  "end": 4461,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 56
                                                    },
                                                    "identifierName": "sub"
                                                  },
                                                  "name": "sub"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 4462,
                                                  "end": 4482,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 77
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4462,
                                                    "end": 4473,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 68
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4462,
                                                      "end": 4466,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 61
                                                        },
                                                        "identifierName": "info"
                                                      },
                                                      "name": "info"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4467,
                                                      "end": 4473,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 68
                                                        },
                                                        "identifierName": "vertex"
                                                      },
                                                      "name": "vertex"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4474,
                                                    "end": 4482,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 77
                                                      },
                                                      "identifierName": "position"
                                                    },
                                                    "name": "position"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4484,
                                              "end": 4493,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 88
                                                },
                                                "identifierName": "normalize"
                                              },
                                              "name": "normalize"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 4518,
                                          "end": 4588,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 90
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4518,
                                            "end": 4586,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 88
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 4518,
                                              "end": 4576,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 78
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4518,
                                                "end": 4554,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 4518,
                                                  "end": 4550,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 52
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4518,
                                                    "end": 4548,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 4518,
                                                      "end": 4542,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4518,
                                                        "end": 4533,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4518,
                                                          "end": 4530,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4518,
                                                            "end": 4522,
                                                            "loc": {
                                                              "start": {
                                                                "line": 110,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 110,
                                                                "column": 24
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4523,
                                                            "end": 4530,
                                                            "loc": {
                                                              "start": {
                                                                "line": 110,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 110,
                                                                "column": 32
                                                              },
                                                              "identifierName": "objEnds"
                                                            },
                                                            "name": "objEnds"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 4531,
                                                          "end": 4532,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 34
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "value": 1
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4534,
                                                        "end": 4542,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 44
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4543,
                                                      "end": 4548,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 50
                                                        },
                                                        "identifierName": "clone"
                                                      },
                                                      "name": "clone"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4551,
                                                  "end": 4554,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 56
                                                    },
                                                    "identifierName": "sub"
                                                  },
                                                  "name": "sub"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 4555,
                                                  "end": 4575,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 77
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4555,
                                                    "end": 4566,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 68
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4555,
                                                      "end": 4559,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 61
                                                        },
                                                        "identifierName": "info"
                                                      },
                                                      "name": "info"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4560,
                                                      "end": 4566,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 68
                                                        },
                                                        "identifierName": "vertex"
                                                      },
                                                      "name": "vertex"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4567,
                                                    "end": 4575,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 77
                                                      },
                                                      "identifierName": "position"
                                                    },
                                                    "name": "position"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4577,
                                              "end": 4586,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 88
                                                },
                                                "identifierName": "normalize"
                                              },
                                              "name": "normalize"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 4611,
                                          "end": 4617,
                                          "loc": {
                                            "start": {
                                              "line": 111,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 111,
                                              "column": 26
                                            },
                                            "identifierName": "newPnt"
                                          },
                                          "name": "newPnt"
                                        }
                                      ]
                                    },
                                    "leadingComments": null
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Get arc constructed by two incident lines and mouse position",
                                      "start": 4237,
                                      "end": 4300,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 79
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4655,
                                  "end": 4719,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 80
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 4655,
                                    "end": 4718,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 79
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4655,
                                      "end": 4668,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 29
                                        },
                                        "identifierName": "newGeomParams"
                                      },
                                      "name": "newGeomParams"
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "AssignmentExpression",
                                      "start": 4673,
                                      "end": 4717,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 78
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 4673,
                                        "end": 4696,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 57
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4673,
                                          "end": 4686,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 47
                                            },
                                            "identifierName": "newGeomParams"
                                          },
                                          "name": "newGeomParams"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4687,
                                          "end": 4696,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 57
                                            },
                                            "identifierName": "clockwise"
                                          },
                                          "name": "clockwise"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 4699,
                                        "end": 4717,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 78
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4699,
                                          "end": 4707,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 68
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4699,
                                            "end": 4703,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 64
                                              },
                                              "identifierName": "info"
                                            },
                                            "name": "info"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4704,
                                            "end": 4707,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 68
                                              },
                                              "identifierName": "obj"
                                            },
                                            "name": "obj"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4708,
                                          "end": 4717,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 78
                                            },
                                            "identifierName": "clockwise"
                                          },
                                          "name": "clockwise"
                                        },
                                        "computed": false
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 4672
                                      }
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 4740,
                              "end": 5176,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 19
                                },
                                "end": {
                                  "line": 122,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4841,
                                  "end": 5161,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 18
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4841,
                                    "end": 5160,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 17
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4841,
                                      "end": 4854,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 29
                                        },
                                        "identifierName": "newGeomParams"
                                      },
                                      "name": "newGeomParams",
                                      "leadingComments": null
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 4857,
                                      "end": 5160,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 17
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4857,
                                        "end": 4875,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 50
                                          },
                                          "identifierName": "drawLineBy_Angle_M"
                                        },
                                        "name": "drawLineBy_Angle_M"
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 4898,
                                          "end": 4926,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 48
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4898,
                                            "end": 4924,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 46
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4898,
                                              "end": 4918,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4898,
                                                "end": 4909,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 31
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4898,
                                                  "end": 4902,
                                                  "loc": {
                                                    "start": {
                                                      "line": 117,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 117,
                                                      "column": 24
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4903,
                                                  "end": 4909,
                                                  "loc": {
                                                    "start": {
                                                      "line": 117,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 117,
                                                      "column": 31
                                                    },
                                                    "identifierName": "vertex"
                                                  },
                                                  "name": "vertex"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4910,
                                                "end": 4918,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 40
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4919,
                                              "end": 4924,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 46
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 4949,
                                          "end": 5019,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 90
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4949,
                                            "end": 5017,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 88
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 4949,
                                              "end": 5007,
                                              "loc": {
                                                "start": {
                                                  "line": 118,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 118,
                                                  "column": 78
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4949,
                                                "end": 4985,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 4949,
                                                  "end": 4981,
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 52
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4949,
                                                    "end": 4979,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 4949,
                                                      "end": 4973,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4949,
                                                        "end": 4964,
                                                        "loc": {
                                                          "start": {
                                                            "line": 118,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 118,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4949,
                                                          "end": 4961,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4949,
                                                            "end": 4953,
                                                            "loc": {
                                                              "start": {
                                                                "line": 118,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 118,
                                                                "column": 24
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4954,
                                                            "end": 4961,
                                                            "loc": {
                                                              "start": {
                                                                "line": 118,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 118,
                                                                "column": 32
                                                              },
                                                              "identifierName": "objEnds"
                                                            },
                                                            "name": "objEnds"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 4962,
                                                          "end": 4963,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 34
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 0,
                                                            "raw": "0"
                                                          },
                                                          "value": 0
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4965,
                                                        "end": 4973,
                                                        "loc": {
                                                          "start": {
                                                            "line": 118,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 118,
                                                            "column": 44
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4974,
                                                      "end": 4979,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 50
                                                        },
                                                        "identifierName": "clone"
                                                      },
                                                      "name": "clone"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4982,
                                                  "end": 4985,
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 56
                                                    },
                                                    "identifierName": "sub"
                                                  },
                                                  "name": "sub"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 4986,
                                                  "end": 5006,
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 77
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4986,
                                                    "end": 4997,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 68
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4986,
                                                      "end": 4990,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 61
                                                        },
                                                        "identifierName": "info"
                                                      },
                                                      "name": "info"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4991,
                                                      "end": 4997,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 68
                                                        },
                                                        "identifierName": "vertex"
                                                      },
                                                      "name": "vertex"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4998,
                                                    "end": 5006,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 77
                                                      },
                                                      "identifierName": "position"
                                                    },
                                                    "name": "position"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5008,
                                              "end": 5017,
                                              "loc": {
                                                "start": {
                                                  "line": 118,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 118,
                                                  "column": 88
                                                },
                                                "identifierName": "normalize"
                                              },
                                              "name": "normalize"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 5042,
                                          "end": 5112,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 90
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5042,
                                            "end": 5110,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 88
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 5042,
                                              "end": 5100,
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 78
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5042,
                                                "end": 5078,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 5042,
                                                  "end": 5074,
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 52
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 5042,
                                                    "end": 5072,
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 5042,
                                                      "end": 5066,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 5042,
                                                        "end": 5057,
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 5042,
                                                          "end": 5054,
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5042,
                                                            "end": 5046,
                                                            "loc": {
                                                              "start": {
                                                                "line": 119,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 119,
                                                                "column": 24
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5047,
                                                            "end": 5054,
                                                            "loc": {
                                                              "start": {
                                                                "line": 119,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 119,
                                                                "column": 32
                                                              },
                                                              "identifierName": "objEnds"
                                                            },
                                                            "name": "objEnds"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 5055,
                                                          "end": 5056,
                                                          "loc": {
                                                            "start": {
                                                              "line": 119,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 119,
                                                              "column": 34
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "value": 1
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5058,
                                                        "end": 5066,
                                                        "loc": {
                                                          "start": {
                                                            "line": 119,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 119,
                                                            "column": 44
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5067,
                                                      "end": 5072,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 50
                                                        },
                                                        "identifierName": "clone"
                                                      },
                                                      "name": "clone"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5075,
                                                  "end": 5078,
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 56
                                                    },
                                                    "identifierName": "sub"
                                                  },
                                                  "name": "sub"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 5079,
                                                  "end": 5099,
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 77
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5079,
                                                    "end": 5090,
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 68
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5079,
                                                      "end": 5083,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 61
                                                        },
                                                        "identifierName": "info"
                                                      },
                                                      "name": "info"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5084,
                                                      "end": 5090,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 68
                                                        },
                                                        "identifierName": "vertex"
                                                      },
                                                      "name": "vertex"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5091,
                                                    "end": 5099,
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 77
                                                      },
                                                      "identifierName": "position"
                                                    },
                                                    "name": "position"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5101,
                                              "end": 5110,
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 88
                                                },
                                                "identifierName": "normalize"
                                              },
                                              "name": "normalize"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 5135,
                                          "end": 5141,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 26
                                            },
                                            "identifierName": "newPnt"
                                          },
                                          "name": "newPnt"
                                        }
                                      ]
                                    },
                                    "leadingComments": null
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Get line constructed by two incident lines and mouse position",
                                      "start": 4759,
                                      "end": 4823,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 80
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            }
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 5192,
                            "end": 5260,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 12
                              },
                              "end": {
                                "line": 124,
                                "column": 80
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 5196,
                                "end": 5259,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 79
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 5196,
                                  "end": 5204,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 24
                                    },
                                    "identifierName": "freeIdx0"
                                  },
                                  "name": "freeIdx0"
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 5207,
                                  "end": 5259,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 79
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 5207,
                                    "end": 5251,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 71
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5207,
                                      "end": 5223,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5207,
                                        "end": 5220,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5207,
                                          "end": 5211,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 31
                                            },
                                            "identifierName": "info"
                                          },
                                          "name": "info"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5212,
                                          "end": 5220,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 40
                                            },
                                            "identifierName": "lineEnds"
                                          },
                                          "name": "lineEnds"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "NumericLiteral",
                                        "start": 5221,
                                        "end": 5222,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 42
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      "computed": true
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 5228,
                                      "end": 5251,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 71
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5228,
                                        "end": 5248,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5228,
                                          "end": 5241,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5228,
                                            "end": 5238,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 58
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5228,
                                              "end": 5232,
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 52
                                                },
                                                "identifierName": "info"
                                              },
                                              "name": "info"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5233,
                                              "end": 5238,
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 58
                                                },
                                                "identifierName": "lines"
                                              },
                                              "name": "lines"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 5239,
                                            "end": 5240,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 60
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5242,
                                          "end": 5248,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 68
                                            },
                                            "identifierName": "points"
                                          },
                                          "name": "points"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "NumericLiteral",
                                        "start": 5249,
                                        "end": 5250,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 70
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      "computed": true
                                    }
                                  },
                                  "consequent": {
                                    "type": "NumericLiteral",
                                    "start": 5254,
                                    "end": 5255,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 75
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "alternate": {
                                    "type": "NumericLiteral",
                                    "start": 5258,
                                    "end": 5259,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 79
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 5274,
                            "end": 5342,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 12
                              },
                              "end": {
                                "line": 125,
                                "column": 80
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 5278,
                                "end": 5341,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 79
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 5278,
                                  "end": 5286,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 24
                                    },
                                    "identifierName": "freeIdx1"
                                  },
                                  "name": "freeIdx1"
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 5289,
                                  "end": 5341,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 79
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 5289,
                                    "end": 5333,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 71
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5289,
                                      "end": 5305,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5289,
                                        "end": 5302,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5289,
                                          "end": 5293,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 31
                                            },
                                            "identifierName": "info"
                                          },
                                          "name": "info"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5294,
                                          "end": 5302,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 40
                                            },
                                            "identifierName": "lineEnds"
                                          },
                                          "name": "lineEnds"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "NumericLiteral",
                                        "start": 5303,
                                        "end": 5304,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 42
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      },
                                      "computed": true
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 5310,
                                      "end": 5333,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 71
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5310,
                                        "end": 5330,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5310,
                                          "end": 5323,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5310,
                                            "end": 5320,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 58
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5310,
                                              "end": 5314,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 52
                                                },
                                                "identifierName": "info"
                                              },
                                              "name": "info"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5315,
                                              "end": 5320,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 58
                                                },
                                                "identifierName": "lines"
                                              },
                                              "name": "lines"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 5321,
                                            "end": 5322,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 60
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5324,
                                          "end": 5330,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 68
                                            },
                                            "identifierName": "points"
                                          },
                                          "name": "points"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "NumericLiteral",
                                        "start": 5331,
                                        "end": 5332,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 70
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      "computed": true
                                    }
                                  },
                                  "consequent": {
                                    "type": "NumericLiteral",
                                    "start": 5336,
                                    "end": 5337,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 75
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "alternate": {
                                    "type": "NumericLiteral",
                                    "start": 5340,
                                    "end": 5341,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 79
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 5358,
                            "end": 7405,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 12
                              },
                              "end": {
                                "line": 166,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 5362,
                              "end": 5375,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 16
                                },
                                "end": {
                                  "line": 127,
                                  "column": 29
                                },
                                "identifierName": "newGeomParams"
                              },
                              "name": "newGeomParams"
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 5377,
                              "end": 7159,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 31
                                },
                                "end": {
                                  "line": 160,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5495,
                                  "end": 5577,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 98
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5499,
                                      "end": 5576,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 97
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5499,
                                        "end": 5511,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 32
                                          },
                                          "identifierName": "filletOffset"
                                        },
                                        "name": "filletOffset",
                                        "leadingComments": null
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 5514,
                                        "end": 5576,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 97
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5514,
                                          "end": 5574,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5514,
                                            "end": 5567,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 88
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5514,
                                              "end": 5545,
                                              "loc": {
                                                "start": {
                                                  "line": 129,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 129,
                                                  "column": 66
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 5514,
                                                "end": 5541,
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 129,
                                                    "column": 62
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 5514,
                                                  "end": 5539,
                                                  "loc": {
                                                    "start": {
                                                      "line": 129,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 129,
                                                      "column": 60
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5514,
                                                    "end": 5533,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 54
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5514,
                                                      "end": 5527,
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 48
                                                        },
                                                        "identifierName": "newGeomParams"
                                                      },
                                                      "name": "newGeomParams"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5528,
                                                      "end": 5533,
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 54
                                                        },
                                                        "identifierName": "start"
                                                      },
                                                      "name": "start"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5534,
                                                    "end": 5539,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 60
                                                      },
                                                      "identifierName": "clone"
                                                    },
                                                    "name": "clone"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5542,
                                                "end": 5545,
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 129,
                                                    "column": 66
                                                  },
                                                  "identifierName": "sub"
                                                },
                                                "name": "sub"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 5546,
                                                "end": 5566,
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 129,
                                                    "column": 87
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 5546,
                                                  "end": 5557,
                                                  "loc": {
                                                    "start": {
                                                      "line": 129,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 129,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 5546,
                                                    "end": 5550,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 67
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 71
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5551,
                                                    "end": 5557,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 78
                                                      },
                                                      "identifierName": "vertex"
                                                    },
                                                    "name": "vertex"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5558,
                                                  "end": 5566,
                                                  "loc": {
                                                    "start": {
                                                      "line": 129,
                                                      "column": 79
                                                    },
                                                    "end": {
                                                      "line": 129,
                                                      "column": 87
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5568,
                                            "end": 5574,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 95
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      "leadingComments": null
                                    }
                                  ],
                                  "kind": "var",
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Recalculate fillet to be sure its endpoints belong to the related linesegments",
                                      "start": 5396,
                                      "end": 5477,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 97
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5595,
                                  "end": 5882,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 18
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5599,
                                      "end": 5881,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 17
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5599,
                                        "end": 5606,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 27
                                          },
                                          "identifierName": "maxDist"
                                        },
                                        "name": "maxDist"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 5609,
                                        "end": 5881,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 17
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5609,
                                          "end": 5617,
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5609,
                                            "end": 5613,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 34
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5614,
                                            "end": 5617,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 38
                                              },
                                              "identifierName": "min"
                                            },
                                            "name": "min"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 5640,
                                            "end": 5722,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 102
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5640,
                                              "end": 5720,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 100
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 5640,
                                                "end": 5713,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 93
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 5640,
                                                  "end": 5691,
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 71
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 5640,
                                                    "end": 5687,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 67
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5640,
                                                      "end": 5685,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 65
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 5640,
                                                        "end": 5679,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 59
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 5640,
                                                          "end": 5670,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 50
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 5640,
                                                            "end": 5660,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 40
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 5640,
                                                              "end": 5653,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 33
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 5640,
                                                                "end": 5650,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 30
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 5640,
                                                                  "end": 5644,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 131,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 131,
                                                                      "column": 24
                                                                    },
                                                                    "identifierName": "info"
                                                                  },
                                                                  "name": "info"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5645,
                                                                  "end": 5650,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 131,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 131,
                                                                      "column": 30
                                                                    },
                                                                    "identifierName": "lines"
                                                                  },
                                                                  "name": "lines"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 5651,
                                                                "end": 5652,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 0,
                                                                  "raw": "0"
                                                                },
                                                                "value": 0
                                                              },
                                                              "computed": true
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 5654,
                                                              "end": 5660,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 40
                                                                },
                                                                "identifierName": "points"
                                                              },
                                                              "name": "points"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5661,
                                                            "end": 5669,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 49
                                                              },
                                                              "identifierName": "freeIdx0"
                                                            },
                                                            "name": "freeIdx0"
                                                          },
                                                          "computed": true
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5671,
                                                          "end": 5679,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 59
                                                            },
                                                            "identifierName": "position"
                                                          },
                                                          "name": "position"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5680,
                                                        "end": 5685,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 65
                                                          },
                                                          "identifierName": "clone"
                                                        },
                                                        "name": "clone"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5688,
                                                    "end": 5691,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 68
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 71
                                                      },
                                                      "identifierName": "sub"
                                                    },
                                                    "name": "sub"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 5692,
                                                    "end": 5712,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 92
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 5692,
                                                      "end": 5703,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 72
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 83
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5692,
                                                        "end": 5696,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 72
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 76
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5697,
                                                        "end": 5703,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 77
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 83
                                                          },
                                                          "identifierName": "vertex"
                                                        },
                                                        "name": "vertex"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5704,
                                                      "end": 5712,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 84
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 92
                                                        },
                                                        "identifierName": "position"
                                                      },
                                                      "name": "position"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5714,
                                                "end": 5720,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 94
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 100
                                                  },
                                                  "identifierName": "length"
                                                },
                                                "name": "length"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 5745,
                                            "end": 5827,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 102
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5745,
                                              "end": 5825,
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 132,
                                                  "column": 100
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 5745,
                                                "end": 5818,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 93
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 5745,
                                                  "end": 5796,
                                                  "loc": {
                                                    "start": {
                                                      "line": 132,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 132,
                                                      "column": 71
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 5745,
                                                    "end": 5792,
                                                    "loc": {
                                                      "start": {
                                                        "line": 132,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 132,
                                                        "column": 67
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5745,
                                                      "end": 5790,
                                                      "loc": {
                                                        "start": {
                                                          "line": 132,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 132,
                                                          "column": 65
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 5745,
                                                        "end": 5784,
                                                        "loc": {
                                                          "start": {
                                                            "line": 132,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 132,
                                                            "column": 59
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 5745,
                                                          "end": 5775,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 50
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 5745,
                                                            "end": 5765,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 40
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 5745,
                                                              "end": 5758,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 132,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 132,
                                                                  "column": 33
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 5745,
                                                                "end": 5755,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 132,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 132,
                                                                    "column": 30
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 5745,
                                                                  "end": 5749,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 132,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 132,
                                                                      "column": 24
                                                                    },
                                                                    "identifierName": "info"
                                                                  },
                                                                  "name": "info"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5750,
                                                                  "end": 5755,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 132,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 132,
                                                                      "column": 30
                                                                    },
                                                                    "identifierName": "lines"
                                                                  },
                                                                  "name": "lines"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 5756,
                                                                "end": 5757,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 132,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 132,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 1,
                                                                  "raw": "1"
                                                                },
                                                                "value": 1
                                                              },
                                                              "computed": true
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 5759,
                                                              "end": 5765,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 132,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 132,
                                                                  "column": 40
                                                                },
                                                                "identifierName": "points"
                                                              },
                                                              "name": "points"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5766,
                                                            "end": 5774,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 49
                                                              },
                                                              "identifierName": "freeIdx1"
                                                            },
                                                            "name": "freeIdx1"
                                                          },
                                                          "computed": true
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5776,
                                                          "end": 5784,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 59
                                                            },
                                                            "identifierName": "position"
                                                          },
                                                          "name": "position"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5785,
                                                        "end": 5790,
                                                        "loc": {
                                                          "start": {
                                                            "line": 132,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 132,
                                                            "column": 65
                                                          },
                                                          "identifierName": "clone"
                                                        },
                                                        "name": "clone"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5793,
                                                    "end": 5796,
                                                    "loc": {
                                                      "start": {
                                                        "line": 132,
                                                        "column": 68
                                                      },
                                                      "end": {
                                                        "line": 132,
                                                        "column": 71
                                                      },
                                                      "identifierName": "sub"
                                                    },
                                                    "name": "sub"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 5797,
                                                    "end": 5817,
                                                    "loc": {
                                                      "start": {
                                                        "line": 132,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 132,
                                                        "column": 92
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 5797,
                                                      "end": 5808,
                                                      "loc": {
                                                        "start": {
                                                          "line": 132,
                                                          "column": 72
                                                        },
                                                        "end": {
                                                          "line": 132,
                                                          "column": 83
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5797,
                                                        "end": 5801,
                                                        "loc": {
                                                          "start": {
                                                            "line": 132,
                                                            "column": 72
                                                          },
                                                          "end": {
                                                            "line": 132,
                                                            "column": 76
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5802,
                                                        "end": 5808,
                                                        "loc": {
                                                          "start": {
                                                            "line": 132,
                                                            "column": 77
                                                          },
                                                          "end": {
                                                            "line": 132,
                                                            "column": 83
                                                          },
                                                          "identifierName": "vertex"
                                                        },
                                                        "name": "vertex"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5809,
                                                      "end": 5817,
                                                      "loc": {
                                                        "start": {
                                                          "line": 132,
                                                          "column": 84
                                                        },
                                                        "end": {
                                                          "line": 132,
                                                          "column": 92
                                                        },
                                                        "identifierName": "position"
                                                      },
                                                      "name": "position"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5819,
                                                "end": 5825,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 94
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 100
                                                  },
                                                  "identifierName": "length"
                                                },
                                                "name": "length"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 5850,
                                            "end": 5862,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 32
                                              },
                                              "identifierName": "filletOffset"
                                            },
                                            "name": "filletOffset"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 5900,
                                  "end": 7144,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 5904,
                                    "end": 5926,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 42
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 5904,
                                      "end": 5916,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 32
                                        },
                                        "identifierName": "filletOffset"
                                      },
                                      "name": "filletOffset"
                                    },
                                    "operator": ">",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5919,
                                      "end": 5926,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 42
                                        },
                                        "identifierName": "maxDist"
                                      },
                                      "name": "maxDist"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 5928,
                                    "end": 7144,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5951,
                                        "end": 6219,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 51
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5951,
                                          "end": 6218,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 50
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 5951,
                                            "end": 5970,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5951,
                                              "end": 5964,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 33
                                                },
                                                "identifierName": "newGeomParams"
                                              },
                                              "name": "newGeomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5965,
                                              "end": 5970,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 39
                                                },
                                                "identifierName": "start"
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 5973,
                                            "end": 6218,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 50
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5973,
                                              "end": 6196,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 141,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 5973,
                                                "end": 6166,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 48
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 5973,
                                                  "end": 6157,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 5973,
                                                    "end": 6116,
                                                    "loc": {
                                                      "start": {
                                                        "line": 136,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 36
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5973,
                                                      "end": 6114,
                                                      "loc": {
                                                        "start": {
                                                          "line": 136,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 139,
                                                          "column": 34
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 5973,
                                                        "end": 6078,
                                                        "loc": {
                                                          "start": {
                                                            "line": 136,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 138,
                                                            "column": 50
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 5973,
                                                          "end": 6056,
                                                          "loc": {
                                                            "start": {
                                                              "line": 136,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 138,
                                                              "column": 28
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 5973,
                                                            "end": 6026,
                                                            "loc": {
                                                              "start": {
                                                                "line": 136,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 137,
                                                                "column": 32
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 5973,
                                                              "end": 6024,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 136,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 137,
                                                                  "column": 30
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 5973,
                                                                "end": 5992,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 136,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 136,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 5973,
                                                                  "end": 5986,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 136,
                                                                      "column": 42
                                                                    },
                                                                    "end": {
                                                                      "line": 136,
                                                                      "column": 55
                                                                    },
                                                                    "identifierName": "newGeomParams"
                                                                  },
                                                                  "name": "newGeomParams"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5987,
                                                                  "end": 5992,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 136,
                                                                      "column": 56
                                                                    },
                                                                    "end": {
                                                                      "line": 136,
                                                                      "column": 61
                                                                    },
                                                                    "identifierName": "start"
                                                                  },
                                                                  "name": "start"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6019,
                                                                "end": 6024,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 137,
                                                                    "column": 25
                                                                  },
                                                                  "end": {
                                                                    "line": 137,
                                                                    "column": 30
                                                                  },
                                                                  "identifierName": "clone"
                                                                },
                                                                "name": "clone"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6053,
                                                            "end": 6056,
                                                            "loc": {
                                                              "start": {
                                                                "line": 138,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 138,
                                                                "column": 28
                                                              },
                                                              "identifierName": "sub"
                                                            },
                                                            "name": "sub"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 6057,
                                                            "end": 6077,
                                                            "loc": {
                                                              "start": {
                                                                "line": 138,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 138,
                                                                "column": 49
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6057,
                                                              "end": 6068,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 138,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 138,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 6057,
                                                                "end": 6061,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 138,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 138,
                                                                    "column": 33
                                                                  },
                                                                  "identifierName": "info"
                                                                },
                                                                "name": "info"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6062,
                                                                "end": 6068,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 138,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 138,
                                                                    "column": 40
                                                                  },
                                                                  "identifierName": "vertex"
                                                                },
                                                                "name": "vertex"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6069,
                                                              "end": 6077,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 138,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 138,
                                                                  "column": 49
                                                                },
                                                                "identifierName": "position"
                                                              },
                                                              "name": "position"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6105,
                                                        "end": 6114,
                                                        "loc": {
                                                          "start": {
                                                            "line": 139,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 139,
                                                            "column": 34
                                                          },
                                                          "identifierName": "normalize"
                                                        },
                                                        "name": "normalize"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6143,
                                                    "end": 6157,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 39
                                                      },
                                                      "identifierName": "multiplyScalar"
                                                    },
                                                    "name": "multiplyScalar"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 6158,
                                                    "end": 6165,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 47
                                                      },
                                                      "identifierName": "maxDist"
                                                    },
                                                    "name": "maxDist"
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6193,
                                                "end": 6196,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 28
                                                  },
                                                  "identifierName": "add"
                                                },
                                                "name": "add"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 6197,
                                                "end": 6217,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 49
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 6197,
                                                  "end": 6208,
                                                  "loc": {
                                                    "start": {
                                                      "line": 141,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 141,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6197,
                                                    "end": 6201,
                                                    "loc": {
                                                      "start": {
                                                        "line": 141,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 141,
                                                        "column": 33
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6202,
                                                    "end": 6208,
                                                    "loc": {
                                                      "start": {
                                                        "line": 141,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 141,
                                                        "column": 40
                                                      },
                                                      "identifierName": "vertex"
                                                    },
                                                    "name": "vertex"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6209,
                                                  "end": 6217,
                                                  "loc": {
                                                    "start": {
                                                      "line": 141,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 141,
                                                      "column": 49
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 6241,
                                        "end": 6505,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 51
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 6241,
                                          "end": 6504,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 50
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 6241,
                                            "end": 6258,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6241,
                                              "end": 6254,
                                              "loc": {
                                                "start": {
                                                  "line": 142,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 142,
                                                  "column": 33
                                                },
                                                "identifierName": "newGeomParams"
                                              },
                                              "name": "newGeomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6255,
                                              "end": 6258,
                                              "loc": {
                                                "start": {
                                                  "line": 142,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 142,
                                                  "column": 37
                                                },
                                                "identifierName": "end"
                                              },
                                              "name": "end"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 6261,
                                            "end": 6504,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 50
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6261,
                                              "end": 6482,
                                              "loc": {
                                                "start": {
                                                  "line": 142,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 6261,
                                                "end": 6452,
                                                "loc": {
                                                  "start": {
                                                    "line": 142,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 48
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6261,
                                                  "end": 6443,
                                                  "loc": {
                                                    "start": {
                                                      "line": 142,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 6261,
                                                    "end": 6402,
                                                    "loc": {
                                                      "start": {
                                                        "line": 142,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 145,
                                                        "column": 36
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 6261,
                                                      "end": 6400,
                                                      "loc": {
                                                        "start": {
                                                          "line": 142,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 145,
                                                          "column": 34
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 6261,
                                                        "end": 6364,
                                                        "loc": {
                                                          "start": {
                                                            "line": 142,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 144,
                                                            "column": 50
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 6261,
                                                          "end": 6342,
                                                          "loc": {
                                                            "start": {
                                                              "line": 142,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 144,
                                                              "column": 28
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 6261,
                                                            "end": 6312,
                                                            "loc": {
                                                              "start": {
                                                                "line": 142,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 143,
                                                                "column": 32
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 6261,
                                                              "end": 6310,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 142,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 143,
                                                                  "column": 30
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6261,
                                                                "end": 6278,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 142,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 142,
                                                                    "column": 57
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6261,
                                                                  "end": 6274,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 142,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 142,
                                                                      "column": 53
                                                                    },
                                                                    "identifierName": "newGeomParams"
                                                                  },
                                                                  "name": "newGeomParams"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6275,
                                                                  "end": 6278,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 142,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 142,
                                                                      "column": 57
                                                                    },
                                                                    "identifierName": "end"
                                                                  },
                                                                  "name": "end"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6305,
                                                                "end": 6310,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 143,
                                                                    "column": 25
                                                                  },
                                                                  "end": {
                                                                    "line": 143,
                                                                    "column": 30
                                                                  },
                                                                  "identifierName": "clone"
                                                                },
                                                                "name": "clone"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6339,
                                                            "end": 6342,
                                                            "loc": {
                                                              "start": {
                                                                "line": 144,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 144,
                                                                "column": 28
                                                              },
                                                              "identifierName": "sub"
                                                            },
                                                            "name": "sub"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 6343,
                                                            "end": 6363,
                                                            "loc": {
                                                              "start": {
                                                                "line": 144,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 144,
                                                                "column": 49
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6343,
                                                              "end": 6354,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 144,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 144,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 6343,
                                                                "end": 6347,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 144,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 144,
                                                                    "column": 33
                                                                  },
                                                                  "identifierName": "info"
                                                                },
                                                                "name": "info"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6348,
                                                                "end": 6354,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 144,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 144,
                                                                    "column": 40
                                                                  },
                                                                  "identifierName": "vertex"
                                                                },
                                                                "name": "vertex"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6355,
                                                              "end": 6363,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 144,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 144,
                                                                  "column": 49
                                                                },
                                                                "identifierName": "position"
                                                              },
                                                              "name": "position"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6391,
                                                        "end": 6400,
                                                        "loc": {
                                                          "start": {
                                                            "line": 145,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 145,
                                                            "column": 34
                                                          },
                                                          "identifierName": "normalize"
                                                        },
                                                        "name": "normalize"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6429,
                                                    "end": 6443,
                                                    "loc": {
                                                      "start": {
                                                        "line": 146,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 146,
                                                        "column": 39
                                                      },
                                                      "identifierName": "multiplyScalar"
                                                    },
                                                    "name": "multiplyScalar"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 6444,
                                                    "end": 6451,
                                                    "loc": {
                                                      "start": {
                                                        "line": 146,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 146,
                                                        "column": 47
                                                      },
                                                      "identifierName": "maxDist"
                                                    },
                                                    "name": "maxDist"
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6479,
                                                "end": 6482,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 28
                                                  },
                                                  "identifierName": "add"
                                                },
                                                "name": "add"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 6483,
                                                "end": 6503,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 49
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 6483,
                                                  "end": 6494,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6483,
                                                    "end": 6487,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 33
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6488,
                                                    "end": 6494,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 40
                                                      },
                                                      "identifierName": "vertex"
                                                    },
                                                    "name": "vertex"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6495,
                                                  "end": 6503,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 49
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 6529,
                                        "end": 7125,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 6533,
                                          "end": 6556,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 47
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 6533,
                                            "end": 6541,
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6533,
                                              "end": 6537,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 28
                                                },
                                                "identifierName": "info"
                                              },
                                              "name": "info"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6538,
                                              "end": 6541,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 32
                                                },
                                                "identifierName": "obj"
                                              },
                                              "name": "obj"
                                            },
                                            "computed": false
                                          },
                                          "operator": "instanceof",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 6553,
                                            "end": 6556,
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 47
                                              },
                                              "identifierName": "Arc"
                                            },
                                            "name": "Arc"
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 6558,
                                          "end": 7125,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 6585,
                                              "end": 6668,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 107
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 6589,
                                                  "end": 6667,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 106
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 6589,
                                                    "end": 6598,
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 37
                                                      },
                                                      "identifierName": "centerDir"
                                                    },
                                                    "name": "centerDir"
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "start": 6601,
                                                    "end": 6667,
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 106
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 6601,
                                                      "end": 6665,
                                                      "loc": {
                                                        "start": {
                                                          "line": 150,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 150,
                                                          "column": 104
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 6601,
                                                        "end": 6655,
                                                        "loc": {
                                                          "start": {
                                                            "line": 150,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 150,
                                                            "column": 94
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 6601,
                                                          "end": 6633,
                                                          "loc": {
                                                            "start": {
                                                              "line": 150,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 150,
                                                              "column": 72
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 6601,
                                                            "end": 6629,
                                                            "loc": {
                                                              "start": {
                                                                "line": 150,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 150,
                                                                "column": 68
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 6601,
                                                              "end": 6627,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 150,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 150,
                                                                  "column": 66
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6601,
                                                                "end": 6621,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 150,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 150,
                                                                    "column": 60
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6601,
                                                                  "end": 6614,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 150,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 150,
                                                                      "column": 53
                                                                    },
                                                                    "identifierName": "newGeomParams"
                                                                  },
                                                                  "name": "newGeomParams"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6615,
                                                                  "end": 6621,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 150,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 150,
                                                                      "column": 60
                                                                    },
                                                                    "identifierName": "center"
                                                                  },
                                                                  "name": "center"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6622,
                                                                "end": 6627,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 150,
                                                                    "column": 61
                                                                  },
                                                                  "end": {
                                                                    "line": 150,
                                                                    "column": 66
                                                                  },
                                                                  "identifierName": "clone"
                                                                },
                                                                "name": "clone"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6630,
                                                            "end": 6633,
                                                            "loc": {
                                                              "start": {
                                                                "line": 150,
                                                                "column": 69
                                                              },
                                                              "end": {
                                                                "line": 150,
                                                                "column": 72
                                                              },
                                                              "identifierName": "sub"
                                                            },
                                                            "name": "sub"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 6634,
                                                            "end": 6654,
                                                            "loc": {
                                                              "start": {
                                                                "line": 150,
                                                                "column": 73
                                                              },
                                                              "end": {
                                                                "line": 150,
                                                                "column": 93
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6634,
                                                              "end": 6645,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 150,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 150,
                                                                  "column": 84
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 6634,
                                                                "end": 6638,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 150,
                                                                    "column": 73
                                                                  },
                                                                  "end": {
                                                                    "line": 150,
                                                                    "column": 77
                                                                  },
                                                                  "identifierName": "info"
                                                                },
                                                                "name": "info"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6639,
                                                                "end": 6645,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 150,
                                                                    "column": 78
                                                                  },
                                                                  "end": {
                                                                    "line": 150,
                                                                    "column": 84
                                                                  },
                                                                  "identifierName": "vertex"
                                                                },
                                                                "name": "vertex"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6646,
                                                              "end": 6654,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 150,
                                                                  "column": 85
                                                                },
                                                                "end": {
                                                                  "line": 150,
                                                                  "column": 93
                                                                },
                                                                "identifierName": "position"
                                                              },
                                                              "name": "position"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6656,
                                                        "end": 6665,
                                                        "loc": {
                                                          "start": {
                                                            "line": 150,
                                                            "column": 95
                                                          },
                                                          "end": {
                                                            "line": 150,
                                                            "column": 104
                                                          },
                                                          "identifierName": "normalize"
                                                        },
                                                        "name": "normalize"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  }
                                                }
                                              ],
                                              "kind": "var"
                                            },
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 6694,
                                              "end": 6911,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 154,
                                                  "column": 90
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 6698,
                                                  "end": 6910,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 89
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 6698,
                                                    "end": 6703,
                                                    "loc": {
                                                      "start": {
                                                        "line": 151,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 151,
                                                        "column": 33
                                                      },
                                                      "identifierName": "angle"
                                                    },
                                                    "name": "angle"
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "start": 6706,
                                                    "end": 6910,
                                                    "loc": {
                                                      "start": {
                                                        "line": 151,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 89
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 6706,
                                                      "end": 6857,
                                                      "loc": {
                                                        "start": {
                                                          "line": 151,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 36
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 6706,
                                                        "end": 6819,
                                                        "loc": {
                                                          "start": {
                                                            "line": 151,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 153,
                                                            "column": 54
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 6706,
                                                          "end": 6797,
                                                          "loc": {
                                                            "start": {
                                                              "line": 151,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 153,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 6706,
                                                            "end": 6763,
                                                            "loc": {
                                                              "start": {
                                                                "line": 151,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 152,
                                                                "column": 36
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 6706,
                                                              "end": 6761,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 151,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 152,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6706,
                                                                "end": 6725,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 151,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 151,
                                                                    "column": 55
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6706,
                                                                  "end": 6719,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 151,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 151,
                                                                      "column": 49
                                                                    },
                                                                    "identifierName": "newGeomParams"
                                                                  },
                                                                  "name": "newGeomParams"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6720,
                                                                  "end": 6725,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 151,
                                                                      "column": 50
                                                                    },
                                                                    "end": {
                                                                      "line": 151,
                                                                      "column": 55
                                                                    },
                                                                    "identifierName": "start"
                                                                  },
                                                                  "name": "start"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6756,
                                                                "end": 6761,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 152,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 152,
                                                                    "column": 34
                                                                  },
                                                                  "identifierName": "clone"
                                                                },
                                                                "name": "clone"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6794,
                                                            "end": 6797,
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 32
                                                              },
                                                              "identifierName": "sub"
                                                            },
                                                            "name": "sub"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 6798,
                                                            "end": 6818,
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6798,
                                                              "end": 6809,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 44
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 6798,
                                                                "end": 6802,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 37
                                                                  },
                                                                  "identifierName": "info"
                                                                },
                                                                "name": "info"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6803,
                                                                "end": 6809,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 44
                                                                  },
                                                                  "identifierName": "vertex"
                                                                },
                                                                "name": "vertex"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6810,
                                                              "end": 6818,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 53
                                                                },
                                                                "identifierName": "position"
                                                              },
                                                              "name": "position"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6850,
                                                        "end": 6857,
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 36
                                                          },
                                                          "identifierName": "angleTo"
                                                        },
                                                        "name": "angleTo"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 6858,
                                                        "end": 6909,
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 88
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 6858,
                                                          "end": 6887,
                                                          "loc": {
                                                            "start": {
                                                              "line": 154,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 154,
                                                              "column": 66
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 6858,
                                                            "end": 6883,
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 62
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 6858,
                                                              "end": 6881,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 154,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 154,
                                                                  "column": 60
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6858,
                                                                "end": 6875,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 154,
                                                                    "column": 37
                                                                  },
                                                                  "end": {
                                                                    "line": 154,
                                                                    "column": 54
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6858,
                                                                  "end": 6871,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 154,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 154,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "newGeomParams"
                                                                  },
                                                                  "name": "newGeomParams"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6872,
                                                                  "end": 6875,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 154,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 154,
                                                                      "column": 54
                                                                    },
                                                                    "identifierName": "end"
                                                                  },
                                                                  "name": "end"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6876,
                                                                "end": 6881,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 154,
                                                                    "column": 55
                                                                  },
                                                                  "end": {
                                                                    "line": 154,
                                                                    "column": 60
                                                                  },
                                                                  "identifierName": "clone"
                                                                },
                                                                "name": "clone"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6884,
                                                            "end": 6887,
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 63
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 66
                                                              },
                                                              "identifierName": "sub"
                                                            },
                                                            "name": "sub"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 6888,
                                                            "end": 6908,
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 67
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 87
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6888,
                                                              "end": 6899,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 154,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 154,
                                                                  "column": 78
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 6888,
                                                                "end": 6892,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 154,
                                                                    "column": 67
                                                                  },
                                                                  "end": {
                                                                    "line": 154,
                                                                    "column": 71
                                                                  },
                                                                  "identifierName": "info"
                                                                },
                                                                "name": "info"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6893,
                                                                "end": 6899,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 154,
                                                                    "column": 72
                                                                  },
                                                                  "end": {
                                                                    "line": 154,
                                                                    "column": 78
                                                                  },
                                                                  "identifierName": "vertex"
                                                                },
                                                                "name": "vertex"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6900,
                                                              "end": 6908,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 154,
                                                                  "column": 79
                                                                },
                                                                "end": {
                                                                  "line": 154,
                                                                  "column": 87
                                                                },
                                                                "identifierName": "position"
                                                              },
                                                              "name": "position"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "kind": "var"
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 6937,
                                              "end": 7102,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 55
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 6937,
                                                "end": 7101,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 54
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 6937,
                                                  "end": 6957,
                                                  "loc": {
                                                    "start": {
                                                      "line": 155,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 155,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6937,
                                                    "end": 6950,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 37
                                                      },
                                                      "identifierName": "newGeomParams"
                                                    },
                                                    "name": "newGeomParams"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6951,
                                                    "end": 6957,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 44
                                                      },
                                                      "identifierName": "center"
                                                    },
                                                    "name": "center"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 6960,
                                                  "end": 7101,
                                                  "loc": {
                                                    "start": {
                                                      "line": 155,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 157,
                                                      "column": 54
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 6960,
                                                    "end": 7079,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 157,
                                                        "column": 32
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 6960,
                                                      "end": 7045,
                                                      "loc": {
                                                        "start": {
                                                          "line": 155,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 74
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 6960,
                                                        "end": 7014,
                                                        "loc": {
                                                          "start": {
                                                            "line": 155,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 156,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 6960,
                                                          "end": 6969,
                                                          "loc": {
                                                            "start": {
                                                              "line": 155,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 155,
                                                              "column": 56
                                                            },
                                                            "identifierName": "centerDir"
                                                          },
                                                          "name": "centerDir"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 7000,
                                                          "end": 7014,
                                                          "loc": {
                                                            "start": {
                                                              "line": 156,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 156,
                                                              "column": 43
                                                            },
                                                            "identifierName": "multiplyScalar"
                                                          },
                                                          "name": "multiplyScalar"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "BinaryExpression",
                                                          "start": 7015,
                                                          "end": 7044,
                                                          "loc": {
                                                            "start": {
                                                              "line": 156,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 156,
                                                              "column": 73
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 7015,
                                                            "end": 7022,
                                                            "loc": {
                                                              "start": {
                                                                "line": 156,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 156,
                                                                "column": 51
                                                              },
                                                              "identifierName": "maxDist"
                                                            },
                                                            "name": "maxDist"
                                                          },
                                                          "operator": "/",
                                                          "right": {
                                                            "type": "CallExpression",
                                                            "start": 7025,
                                                            "end": 7044,
                                                            "loc": {
                                                              "start": {
                                                                "line": 156,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 156,
                                                                "column": 73
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 7025,
                                                              "end": 7033,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 156,
                                                                  "column": 54
                                                                },
                                                                "end": {
                                                                  "line": 156,
                                                                  "column": 62
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 7025,
                                                                "end": 7029,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 156,
                                                                    "column": 54
                                                                  },
                                                                  "end": {
                                                                    "line": 156,
                                                                    "column": 58
                                                                  },
                                                                  "identifierName": "Math"
                                                                },
                                                                "name": "Math"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 7030,
                                                                "end": 7033,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 156,
                                                                    "column": 59
                                                                  },
                                                                  "end": {
                                                                    "line": 156,
                                                                    "column": 62
                                                                  },
                                                                  "identifierName": "cos"
                                                                },
                                                                "name": "cos"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "BinaryExpression",
                                                                "start": 7034,
                                                                "end": 7043,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 156,
                                                                    "column": 63
                                                                  },
                                                                  "end": {
                                                                    "line": 156,
                                                                    "column": 72
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "Identifier",
                                                                  "start": 7034,
                                                                  "end": 7039,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 156,
                                                                      "column": 63
                                                                    },
                                                                    "end": {
                                                                      "line": 156,
                                                                      "column": 68
                                                                    },
                                                                    "identifierName": "angle"
                                                                  },
                                                                  "name": "angle"
                                                                },
                                                                "operator": "/",
                                                                "right": {
                                                                  "type": "NumericLiteral",
                                                                  "start": 7042,
                                                                  "end": 7043,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 156,
                                                                      "column": 71
                                                                    },
                                                                    "end": {
                                                                      "line": 156,
                                                                      "column": 72
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": 2,
                                                                    "raw": "2"
                                                                  },
                                                                  "value": 2
                                                                }
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 7076,
                                                      "end": 7079,
                                                      "loc": {
                                                        "start": {
                                                          "line": 157,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 157,
                                                          "column": 32
                                                        },
                                                        "identifierName": "add"
                                                      },
                                                      "name": "add"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 7080,
                                                      "end": 7100,
                                                      "loc": {
                                                        "start": {
                                                          "line": 157,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 157,
                                                          "column": 53
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 7080,
                                                        "end": 7091,
                                                        "loc": {
                                                          "start": {
                                                            "line": 157,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 44
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 7080,
                                                          "end": 7084,
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 37
                                                            },
                                                            "identifierName": "info"
                                                          },
                                                          "name": "info"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 7085,
                                                          "end": 7091,
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 44
                                                            },
                                                            "identifierName": "vertex"
                                                          },
                                                          "name": "vertex"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 7092,
                                                        "end": 7100,
                                                        "loc": {
                                                          "start": {
                                                            "line": 157,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 53
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 7165,
                              "end": 7405,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 19
                                },
                                "end": {
                                  "line": 166,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 7240,
                                  "end": 7390,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 18
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 7240,
                                    "end": 7389,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 17
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 7240,
                                      "end": 7253,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 29
                                        },
                                        "identifierName": "newGeomParams"
                                      },
                                      "name": "newGeomParams",
                                      "leadingComments": null
                                    },
                                    "right": {
                                      "type": "ObjectExpression",
                                      "start": 7256,
                                      "end": 7389,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 17
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 7279,
                                          "end": 7314,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 55
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 7279,
                                            "end": 7284,
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 163,
                                                "column": 25
                                              },
                                              "identifierName": "start"
                                            },
                                            "name": "start"
                                          },
                                          "value": {
                                            "type": "CallExpression",
                                            "start": 7286,
                                            "end": 7314,
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 163,
                                                "column": 55
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7286,
                                              "end": 7312,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 53
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 7286,
                                                "end": 7306,
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 7286,
                                                  "end": 7297,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7286,
                                                    "end": 7290,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 31
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7291,
                                                    "end": 7297,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 38
                                                      },
                                                      "identifierName": "vertex"
                                                    },
                                                    "name": "vertex"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7298,
                                                  "end": 7306,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 47
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7307,
                                                "end": 7312,
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 53
                                                  },
                                                  "identifierName": "clone"
                                                },
                                                "name": "clone"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 7337,
                                          "end": 7370,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 53
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 7337,
                                            "end": 7340,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 23
                                              },
                                              "identifierName": "end"
                                            },
                                            "name": "end"
                                          },
                                          "value": {
                                            "type": "CallExpression",
                                            "start": 7342,
                                            "end": 7370,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 53
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7342,
                                              "end": 7368,
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 51
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 7342,
                                                "end": 7362,
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 7342,
                                                  "end": 7353,
                                                  "loc": {
                                                    "start": {
                                                      "line": 164,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 164,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7342,
                                                    "end": 7346,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 29
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7347,
                                                    "end": 7353,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 36
                                                      },
                                                      "identifierName": "vertex"
                                                    },
                                                    "name": "vertex"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7354,
                                                  "end": 7362,
                                                  "loc": {
                                                    "start": {
                                                      "line": 164,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 164,
                                                      "column": 45
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7363,
                                                "end": 7368,
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 51
                                                  },
                                                  "identifierName": "clone"
                                                },
                                                "name": "clone"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        }
                                      ]
                                    },
                                    "leadingComments": null
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " get two lines if fillet is singular",
                                      "start": 7184,
                                      "end": 7222,
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 54
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": [],
                              "trailingComments": null
                            },
                            "trailingComments": [
                              {
                                "type": "CommentLine",
                                "value": " redraw preview objects",
                                "start": 7421,
                                "end": 7446,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 37
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 7460,
                            "end": 7494,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 12
                              },
                              "end": {
                                "line": 169,
                                "column": 46
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 7464,
                                "end": 7493,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 45
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 7464,
                                  "end": 7474,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 26
                                    },
                                    "identifierName": "oldPreview"
                                  },
                                  "name": "oldPreview",
                                  "leadingComments": null
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 7477,
                                  "end": 7493,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7477,
                                    "end": 7489,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7477,
                                      "end": 7481,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 33
                                        },
                                        "identifierName": "self"
                                      },
                                      "name": "self"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7482,
                                      "end": 7489,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 41
                                        },
                                        "identifierName": "preview"
                                      },
                                      "name": "preview"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7490,
                                    "end": 7493,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 45
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "computed": false
                                },
                                "leadingComments": null
                              }
                            ],
                            "kind": "var",
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " redraw preview objects",
                                "start": 7421,
                                "end": 7446,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 37
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 7508,
                            "end": 7575,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 12
                              },
                              "end": {
                                "line": 170,
                                "column": 79
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 7512,
                                "end": 7574,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 78
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 7512,
                                  "end": 7522,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 26
                                    },
                                    "identifierName": "newPreview"
                                  },
                                  "name": "newPreview"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 7525,
                                  "end": 7574,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 78
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 7525,
                                    "end": 7541,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 45
                                      },
                                      "identifierName": "createGeomObject"
                                    },
                                    "name": "createGeomObject"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 7542,
                                      "end": 7555,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 59
                                        },
                                        "identifierName": "newGeomParams"
                                      },
                                      "name": "newGeomParams"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 7557,
                                      "end": 7573,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 77
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7557,
                                        "end": 7569,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 73
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7557,
                                          "end": 7561,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 65
                                            },
                                            "identifierName": "self"
                                          },
                                          "name": "self"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7562,
                                          "end": 7569,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 73
                                            },
                                            "identifierName": "preview"
                                          },
                                          "name": "preview"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7570,
                                        "end": 7573,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 77
                                          },
                                          "identifierName": "obj"
                                        },
                                        "name": "obj"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 7589,
                            "end": 7941,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 12
                              },
                              "end": {
                                "line": 178,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 7593,
                              "end": 7617,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 16
                                },
                                "end": {
                                  "line": 171,
                                  "column": 40
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 7593,
                                "end": 7603,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 26
                                  },
                                  "identifierName": "newPreview"
                                },
                                "name": "newPreview"
                              },
                              "operator": "!=",
                              "right": {
                                "type": "Identifier",
                                "start": 7607,
                                "end": 7617,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 40
                                  },
                                  "identifierName": "oldPreview"
                                },
                                "name": "oldPreview"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 7619,
                              "end": 7941,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 42
                                },
                                "end": {
                                  "line": 178,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 7705,
                                  "end": 7761,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 72
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 7709,
                                    "end": 7719,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 30
                                      },
                                      "identifierName": "oldPreview"
                                    },
                                    "name": "oldPreview",
                                    "leadingComments": null
                                  },
                                  "consequent": {
                                    "type": "ExpressionStatement",
                                    "start": 7721,
                                    "end": 7761,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 72
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 7721,
                                      "end": 7760,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 71
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7721,
                                        "end": 7748,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7721,
                                          "end": 7732,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7721,
                                            "end": 7725,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 36
                                              },
                                              "identifierName": "self"
                                            },
                                            "name": "self"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7726,
                                            "end": 7732,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 43
                                              },
                                              "identifierName": "sketch"
                                            },
                                            "name": "sketch"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7733,
                                          "end": 7748,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 59
                                            },
                                            "identifierName": "removeAuxObject"
                                          },
                                          "name": "removeAuxObject"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 7749,
                                          "end": 7759,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 70
                                            },
                                            "identifierName": "oldPreview"
                                          },
                                          "name": "oldPreview"
                                        }
                                      ]
                                    }
                                  },
                                  "alternate": null,
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "new preview geometry was created: update sketch",
                                      "start": 7638,
                                      "end": 7687,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 65
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 7779,
                                  "end": 7926,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 7783,
                                    "end": 7793,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 30
                                      },
                                      "identifierName": "newPreview"
                                    },
                                    "name": "newPreview"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 7795,
                                    "end": 7926,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 7818,
                                        "end": 7855,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 7818,
                                          "end": 7854,
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 7818,
                                            "end": 7842,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 44
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 7818,
                                              "end": 7829,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7818,
                                                "end": 7822,
                                                "loc": {
                                                  "start": {
                                                    "line": 175,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 175,
                                                    "column": 24
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7823,
                                                "end": 7829,
                                                "loc": {
                                                  "start": {
                                                    "line": 175,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 175,
                                                    "column": 31
                                                  },
                                                  "identifierName": "sketch"
                                                },
                                                "name": "sketch"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7830,
                                              "end": 7842,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 44
                                                },
                                                "identifierName": "addAuxObject"
                                              },
                                              "name": "addAuxObject"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 7843,
                                              "end": 7853,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 55
                                                },
                                                "identifierName": "newPreview"
                                              },
                                              "name": "newPreview"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 7877,
                                        "end": 7907,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 50
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 7877,
                                          "end": 7906,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 49
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 7877,
                                            "end": 7893,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 7877,
                                              "end": 7889,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7877,
                                                "end": 7881,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 24
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7882,
                                                "end": 7889,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 32
                                                  },
                                                  "identifierName": "preview"
                                                },
                                                "name": "preview"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7890,
                                              "end": 7893,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 36
                                                },
                                                "identifierName": "obj"
                                              },
                                              "name": "obj"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 7896,
                                            "end": 7906,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 49
                                              },
                                              "identifierName": "newPreview"
                                            },
                                            "name": "newPreview"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7955,
                            "end": 7991,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 12
                              },
                              "end": {
                                "line": 179,
                                "column": 48
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7955,
                              "end": 7990,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 12
                                },
                                "end": {
                                  "line": 179,
                                  "column": 47
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 7955,
                                "end": 7965,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 22
                                  },
                                  "identifierName": "oldPreview"
                                },
                                "name": "oldPreview"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 7968,
                                "end": 7990,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7968,
                                  "end": 7980,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7968,
                                    "end": 7972,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 29
                                      },
                                      "identifierName": "self"
                                    },
                                    "name": "self"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7973,
                                    "end": 7980,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 37
                                      },
                                      "identifierName": "preview"
                                    },
                                    "name": "preview"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7981,
                                  "end": 7990,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 47
                                    },
                                    "identifierName": "lineStart"
                                  },
                                  "name": "lineStart"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8005,
                            "end": 8261,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 12
                              },
                              "end": {
                                "line": 186,
                                "column": 14
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 8005,
                              "end": 8260,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 12
                                },
                                "end": {
                                  "line": 186,
                                  "column": 13
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 8005,
                                "end": 8015,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 22
                                  },
                                  "identifierName": "newPreview"
                                },
                                "name": "newPreview"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 8018,
                                "end": 8260,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 186,
                                    "column": 13
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 8018,
                                  "end": 8034,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 41
                                    },
                                    "identifierName": "createGeomObject"
                                  },
                                  "name": "createGeomObject"
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 8053,
                                    "end": 8204,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 17
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 8076,
                                        "end": 8130,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 74
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 8076,
                                          "end": 8081,
                                          "loc": {
                                            "start": {
                                              "line": 182,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 182,
                                              "column": 25
                                            },
                                            "identifierName": "start"
                                          },
                                          "name": "start"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 8083,
                                          "end": 8130,
                                          "loc": {
                                            "start": {
                                              "line": 182,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 182,
                                              "column": 74
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8083,
                                            "end": 8128,
                                            "loc": {
                                              "start": {
                                                "line": 182,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 182,
                                                "column": 72
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8083,
                                              "end": 8122,
                                              "loc": {
                                                "start": {
                                                  "line": 182,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 182,
                                                  "column": 66
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 8083,
                                                "end": 8113,
                                                "loc": {
                                                  "start": {
                                                    "line": 182,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 182,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 8083,
                                                  "end": 8103,
                                                  "loc": {
                                                    "start": {
                                                      "line": 182,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 182,
                                                      "column": 47
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 8083,
                                                    "end": 8096,
                                                    "loc": {
                                                      "start": {
                                                        "line": 182,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 182,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 8083,
                                                      "end": 8093,
                                                      "loc": {
                                                        "start": {
                                                          "line": 182,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 182,
                                                          "column": 37
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 8083,
                                                        "end": 8087,
                                                        "loc": {
                                                          "start": {
                                                            "line": 182,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 182,
                                                            "column": 31
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 8088,
                                                        "end": 8093,
                                                        "loc": {
                                                          "start": {
                                                            "line": 182,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 182,
                                                            "column": 37
                                                          },
                                                          "identifierName": "lines"
                                                        },
                                                        "name": "lines"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 8094,
                                                      "end": 8095,
                                                      "loc": {
                                                        "start": {
                                                          "line": 182,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 182,
                                                          "column": 39
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      },
                                                      "value": 0
                                                    },
                                                    "computed": true
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8097,
                                                    "end": 8103,
                                                    "loc": {
                                                      "start": {
                                                        "line": 182,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 182,
                                                        "column": 47
                                                      },
                                                      "identifierName": "points"
                                                    },
                                                    "name": "points"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8104,
                                                  "end": 8112,
                                                  "loc": {
                                                    "start": {
                                                      "line": 182,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 182,
                                                      "column": 56
                                                    },
                                                    "identifierName": "freeIdx0"
                                                  },
                                                  "name": "freeIdx0"
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8114,
                                                "end": 8122,
                                                "loc": {
                                                  "start": {
                                                    "line": 182,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 182,
                                                    "column": 66
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8123,
                                              "end": 8128,
                                              "loc": {
                                                "start": {
                                                  "line": 182,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 182,
                                                  "column": 72
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 8153,
                                        "end": 8185,
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 52
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 8153,
                                          "end": 8156,
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 23
                                            },
                                            "identifierName": "end"
                                          },
                                          "name": "end"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 8158,
                                          "end": 8185,
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 52
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8158,
                                            "end": 8183,
                                            "loc": {
                                              "start": {
                                                "line": 183,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 183,
                                                "column": 50
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8158,
                                              "end": 8177,
                                              "loc": {
                                                "start": {
                                                  "line": 183,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 183,
                                                  "column": 44
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8158,
                                                "end": 8171,
                                                "loc": {
                                                  "start": {
                                                    "line": 183,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 183,
                                                    "column": 38
                                                  },
                                                  "identifierName": "newGeomParams"
                                                },
                                                "name": "newGeomParams"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8172,
                                                "end": 8177,
                                                "loc": {
                                                  "start": {
                                                    "line": 183,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 183,
                                                    "column": 44
                                                  },
                                                  "identifierName": "start"
                                                },
                                                "name": "start"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8178,
                                              "end": 8183,
                                              "loc": {
                                                "start": {
                                                  "line": 183,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 183,
                                                  "column": 50
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 8223,
                                    "end": 8245,
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8223,
                                      "end": 8235,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8223,
                                        "end": 8227,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 20
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8228,
                                        "end": 8235,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 28
                                          },
                                          "identifierName": "preview"
                                        },
                                        "name": "preview"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8236,
                                      "end": 8245,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 38
                                        },
                                        "identifierName": "lineStart"
                                      },
                                      "name": "lineStart"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 8275,
                            "end": 8633,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 12
                              },
                              "end": {
                                "line": 194,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 8279,
                              "end": 8303,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 16
                                },
                                "end": {
                                  "line": 187,
                                  "column": 40
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 8279,
                                "end": 8289,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 26
                                  },
                                  "identifierName": "newPreview"
                                },
                                "name": "newPreview"
                              },
                              "operator": "!=",
                              "right": {
                                "type": "Identifier",
                                "start": 8293,
                                "end": 8303,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 40
                                  },
                                  "identifierName": "oldPreview"
                                },
                                "name": "oldPreview"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 8305,
                              "end": 8633,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 42
                                },
                                "end": {
                                  "line": 194,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 8391,
                                  "end": 8447,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 72
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 8395,
                                    "end": 8405,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 30
                                      },
                                      "identifierName": "oldPreview"
                                    },
                                    "name": "oldPreview",
                                    "leadingComments": null
                                  },
                                  "consequent": {
                                    "type": "ExpressionStatement",
                                    "start": 8407,
                                    "end": 8447,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 72
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 8407,
                                      "end": 8446,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 71
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8407,
                                        "end": 8434,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 8407,
                                          "end": 8418,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 8407,
                                            "end": 8411,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8412,
                                            "end": 8418,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 43
                                              },
                                              "identifierName": "sketch"
                                            },
                                            "name": "sketch"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8419,
                                          "end": 8434,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 59
                                            },
                                            "identifierName": "removeAuxObject"
                                          },
                                          "name": "removeAuxObject"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 8435,
                                          "end": 8445,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 70
                                            },
                                            "identifierName": "oldPreview"
                                          },
                                          "name": "oldPreview"
                                        }
                                      ]
                                    }
                                  },
                                  "alternate": null,
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "new preview geometry was created: update sketch",
                                      "start": 8324,
                                      "end": 8373,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 65
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 8465,
                                  "end": 8618,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 8469,
                                    "end": 8479,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 30
                                      },
                                      "identifierName": "newPreview"
                                    },
                                    "name": "newPreview"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 8481,
                                    "end": 8618,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 8504,
                                        "end": 8541,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 8504,
                                          "end": 8540,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8504,
                                            "end": 8528,
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 191,
                                                "column": 44
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8504,
                                              "end": 8515,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8504,
                                                "end": 8508,
                                                "loc": {
                                                  "start": {
                                                    "line": 191,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 191,
                                                    "column": 24
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8509,
                                                "end": 8515,
                                                "loc": {
                                                  "start": {
                                                    "line": 191,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 191,
                                                    "column": 31
                                                  },
                                                  "identifierName": "sketch"
                                                },
                                                "name": "sketch"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8516,
                                              "end": 8528,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 44
                                                },
                                                "identifierName": "addAuxObject"
                                              },
                                              "name": "addAuxObject"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 8529,
                                              "end": 8539,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 55
                                                },
                                                "identifierName": "newPreview"
                                              },
                                              "name": "newPreview"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 8563,
                                        "end": 8599,
                                        "loc": {
                                          "start": {
                                            "line": 192,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 56
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 8563,
                                          "end": 8598,
                                          "loc": {
                                            "start": {
                                              "line": 192,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 192,
                                              "column": 55
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 8563,
                                            "end": 8585,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8563,
                                              "end": 8575,
                                              "loc": {
                                                "start": {
                                                  "line": 192,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8563,
                                                "end": 8567,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 24
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8568,
                                                "end": 8575,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 32
                                                  },
                                                  "identifierName": "preview"
                                                },
                                                "name": "preview"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8576,
                                              "end": 8585,
                                              "loc": {
                                                "start": {
                                                  "line": 192,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 42
                                                },
                                                "identifierName": "lineStart"
                                              },
                                              "name": "lineStart"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 8588,
                                            "end": 8598,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 55
                                              },
                                              "identifierName": "newPreview"
                                            },
                                            "name": "newPreview"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8649,
                            "end": 8683,
                            "loc": {
                              "start": {
                                "line": 196,
                                "column": 12
                              },
                              "end": {
                                "line": 196,
                                "column": 46
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 8649,
                              "end": 8682,
                              "loc": {
                                "start": {
                                  "line": 196,
                                  "column": 12
                                },
                                "end": {
                                  "line": 196,
                                  "column": 45
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 8649,
                                "end": 8659,
                                "loc": {
                                  "start": {
                                    "line": 196,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 196,
                                    "column": 22
                                  },
                                  "identifierName": "oldPreview"
                                },
                                "name": "oldPreview"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 8662,
                                "end": 8682,
                                "loc": {
                                  "start": {
                                    "line": 196,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 196,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8662,
                                  "end": 8674,
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 196,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8662,
                                    "end": 8666,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 29
                                      },
                                      "identifierName": "self"
                                    },
                                    "name": "self"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8667,
                                    "end": 8674,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 37
                                      },
                                      "identifierName": "preview"
                                    },
                                    "name": "preview"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8675,
                                  "end": 8682,
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 196,
                                      "column": 45
                                    },
                                    "identifierName": "lineEnd"
                                  },
                                  "name": "lineEnd"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8697,
                            "end": 8949,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 12
                              },
                              "end": {
                                "line": 203,
                                "column": 14
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 8697,
                              "end": 8948,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 12
                                },
                                "end": {
                                  "line": 203,
                                  "column": 13
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 8697,
                                "end": 8707,
                                "loc": {
                                  "start": {
                                    "line": 197,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 197,
                                    "column": 22
                                  },
                                  "identifierName": "newPreview"
                                },
                                "name": "newPreview"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 8710,
                                "end": 8948,
                                "loc": {
                                  "start": {
                                    "line": 197,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 13
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 8710,
                                  "end": 8726,
                                  "loc": {
                                    "start": {
                                      "line": 197,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 197,
                                      "column": 41
                                    },
                                    "identifierName": "createGeomObject"
                                  },
                                  "name": "createGeomObject"
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 8745,
                                    "end": 8894,
                                    "loc": {
                                      "start": {
                                        "line": 198,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 17
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 8768,
                                        "end": 8822,
                                        "loc": {
                                          "start": {
                                            "line": 199,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 199,
                                            "column": 74
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 8768,
                                          "end": 8773,
                                          "loc": {
                                            "start": {
                                              "line": 199,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 199,
                                              "column": 25
                                            },
                                            "identifierName": "start"
                                          },
                                          "name": "start"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 8775,
                                          "end": 8822,
                                          "loc": {
                                            "start": {
                                              "line": 199,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 199,
                                              "column": 74
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8775,
                                            "end": 8820,
                                            "loc": {
                                              "start": {
                                                "line": 199,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 199,
                                                "column": 72
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8775,
                                              "end": 8814,
                                              "loc": {
                                                "start": {
                                                  "line": 199,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 199,
                                                  "column": 66
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 8775,
                                                "end": 8805,
                                                "loc": {
                                                  "start": {
                                                    "line": 199,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 199,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 8775,
                                                  "end": 8795,
                                                  "loc": {
                                                    "start": {
                                                      "line": 199,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 199,
                                                      "column": 47
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 8775,
                                                    "end": 8788,
                                                    "loc": {
                                                      "start": {
                                                        "line": 199,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 199,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 8775,
                                                      "end": 8785,
                                                      "loc": {
                                                        "start": {
                                                          "line": 199,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 199,
                                                          "column": 37
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 8775,
                                                        "end": 8779,
                                                        "loc": {
                                                          "start": {
                                                            "line": 199,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 199,
                                                            "column": 31
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 8780,
                                                        "end": 8785,
                                                        "loc": {
                                                          "start": {
                                                            "line": 199,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 199,
                                                            "column": 37
                                                          },
                                                          "identifierName": "lines"
                                                        },
                                                        "name": "lines"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 8786,
                                                      "end": 8787,
                                                      "loc": {
                                                        "start": {
                                                          "line": 199,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 199,
                                                          "column": 39
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 1,
                                                        "raw": "1"
                                                      },
                                                      "value": 1
                                                    },
                                                    "computed": true
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8789,
                                                    "end": 8795,
                                                    "loc": {
                                                      "start": {
                                                        "line": 199,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 199,
                                                        "column": 47
                                                      },
                                                      "identifierName": "points"
                                                    },
                                                    "name": "points"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8796,
                                                  "end": 8804,
                                                  "loc": {
                                                    "start": {
                                                      "line": 199,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 199,
                                                      "column": 56
                                                    },
                                                    "identifierName": "freeIdx1"
                                                  },
                                                  "name": "freeIdx1"
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8806,
                                                "end": 8814,
                                                "loc": {
                                                  "start": {
                                                    "line": 199,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 199,
                                                    "column": 66
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8815,
                                              "end": 8820,
                                              "loc": {
                                                "start": {
                                                  "line": 199,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 199,
                                                  "column": 72
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 8845,
                                        "end": 8875,
                                        "loc": {
                                          "start": {
                                            "line": 200,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 200,
                                            "column": 50
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 8845,
                                          "end": 8848,
                                          "loc": {
                                            "start": {
                                              "line": 200,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 200,
                                              "column": 23
                                            },
                                            "identifierName": "end"
                                          },
                                          "name": "end"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 8850,
                                          "end": 8875,
                                          "loc": {
                                            "start": {
                                              "line": 200,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 200,
                                              "column": 50
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8850,
                                            "end": 8873,
                                            "loc": {
                                              "start": {
                                                "line": 200,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 200,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 8850,
                                              "end": 8867,
                                              "loc": {
                                                "start": {
                                                  "line": 200,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 200,
                                                  "column": 42
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8850,
                                                "end": 8863,
                                                "loc": {
                                                  "start": {
                                                    "line": 200,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 200,
                                                    "column": 38
                                                  },
                                                  "identifierName": "newGeomParams"
                                                },
                                                "name": "newGeomParams"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8864,
                                                "end": 8867,
                                                "loc": {
                                                  "start": {
                                                    "line": 200,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 200,
                                                    "column": 42
                                                  },
                                                  "identifierName": "end"
                                                },
                                                "name": "end"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8868,
                                              "end": 8873,
                                              "loc": {
                                                "start": {
                                                  "line": 200,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 200,
                                                  "column": 48
                                                },
                                                "identifierName": "clone"
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 8913,
                                    "end": 8933,
                                    "loc": {
                                      "start": {
                                        "line": 202,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 202,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8913,
                                      "end": 8925,
                                      "loc": {
                                        "start": {
                                          "line": 202,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 202,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8913,
                                        "end": 8917,
                                        "loc": {
                                          "start": {
                                            "line": 202,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 202,
                                            "column": 20
                                          },
                                          "identifierName": "self"
                                        },
                                        "name": "self"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8918,
                                        "end": 8925,
                                        "loc": {
                                          "start": {
                                            "line": 202,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 202,
                                            "column": 28
                                          },
                                          "identifierName": "preview"
                                        },
                                        "name": "preview"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8926,
                                      "end": 8933,
                                      "loc": {
                                        "start": {
                                          "line": 202,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 202,
                                          "column": 36
                                        },
                                        "identifierName": "lineEnd"
                                      },
                                      "name": "lineEnd"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 8963,
                            "end": 9319,
                            "loc": {
                              "start": {
                                "line": 204,
                                "column": 12
                              },
                              "end": {
                                "line": 211,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 8967,
                              "end": 8991,
                              "loc": {
                                "start": {
                                  "line": 204,
                                  "column": 16
                                },
                                "end": {
                                  "line": 204,
                                  "column": 40
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 8967,
                                "end": 8977,
                                "loc": {
                                  "start": {
                                    "line": 204,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 204,
                                    "column": 26
                                  },
                                  "identifierName": "newPreview"
                                },
                                "name": "newPreview"
                              },
                              "operator": "!=",
                              "right": {
                                "type": "Identifier",
                                "start": 8981,
                                "end": 8991,
                                "loc": {
                                  "start": {
                                    "line": 204,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 204,
                                    "column": 40
                                  },
                                  "identifierName": "oldPreview"
                                },
                                "name": "oldPreview"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 8993,
                              "end": 9319,
                              "loc": {
                                "start": {
                                  "line": 204,
                                  "column": 42
                                },
                                "end": {
                                  "line": 211,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 9079,
                                  "end": 9135,
                                  "loc": {
                                    "start": {
                                      "line": 206,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 206,
                                      "column": 72
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 9083,
                                    "end": 9093,
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 30
                                      },
                                      "identifierName": "oldPreview"
                                    },
                                    "name": "oldPreview",
                                    "leadingComments": null
                                  },
                                  "consequent": {
                                    "type": "ExpressionStatement",
                                    "start": 9095,
                                    "end": 9135,
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 72
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 9095,
                                      "end": 9134,
                                      "loc": {
                                        "start": {
                                          "line": 206,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 71
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 9095,
                                        "end": 9122,
                                        "loc": {
                                          "start": {
                                            "line": 206,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 206,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 9095,
                                          "end": 9106,
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 9095,
                                            "end": 9099,
                                            "loc": {
                                              "start": {
                                                "line": 206,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 206,
                                                "column": 36
                                              },
                                              "identifierName": "self"
                                            },
                                            "name": "self"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9100,
                                            "end": 9106,
                                            "loc": {
                                              "start": {
                                                "line": 206,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 206,
                                                "column": 43
                                              },
                                              "identifierName": "sketch"
                                            },
                                            "name": "sketch"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9107,
                                          "end": 9122,
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 59
                                            },
                                            "identifierName": "removeAuxObject"
                                          },
                                          "name": "removeAuxObject"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 9123,
                                          "end": 9133,
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 70
                                            },
                                            "identifierName": "oldPreview"
                                          },
                                          "name": "oldPreview"
                                        }
                                      ]
                                    }
                                  },
                                  "alternate": null,
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "new preview geometry was created: update sketch",
                                      "start": 9012,
                                      "end": 9061,
                                      "loc": {
                                        "start": {
                                          "line": 205,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 205,
                                          "column": 65
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 9153,
                                  "end": 9304,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 9157,
                                    "end": 9167,
                                    "loc": {
                                      "start": {
                                        "line": 207,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 207,
                                        "column": 30
                                      },
                                      "identifierName": "newPreview"
                                    },
                                    "name": "newPreview"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 9169,
                                    "end": 9304,
                                    "loc": {
                                      "start": {
                                        "line": 207,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 210,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 9192,
                                        "end": 9229,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 9192,
                                          "end": 9228,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 9192,
                                            "end": 9216,
                                            "loc": {
                                              "start": {
                                                "line": 208,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 208,
                                                "column": 44
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 9192,
                                              "end": 9203,
                                              "loc": {
                                                "start": {
                                                  "line": 208,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 208,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9192,
                                                "end": 9196,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 24
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9197,
                                                "end": 9203,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 31
                                                  },
                                                  "identifierName": "sketch"
                                                },
                                                "name": "sketch"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9204,
                                              "end": 9216,
                                              "loc": {
                                                "start": {
                                                  "line": 208,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 208,
                                                  "column": 44
                                                },
                                                "identifierName": "addAuxObject"
                                              },
                                              "name": "addAuxObject"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 9217,
                                              "end": 9227,
                                              "loc": {
                                                "start": {
                                                  "line": 208,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 208,
                                                  "column": 55
                                                },
                                                "identifierName": "newPreview"
                                              },
                                              "name": "newPreview"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 9251,
                                        "end": 9285,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 54
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 9251,
                                          "end": 9284,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 53
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 9251,
                                            "end": 9271,
                                            "loc": {
                                              "start": {
                                                "line": 209,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 209,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 9251,
                                              "end": 9263,
                                              "loc": {
                                                "start": {
                                                  "line": 209,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 209,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9251,
                                                "end": 9255,
                                                "loc": {
                                                  "start": {
                                                    "line": 209,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 209,
                                                    "column": 24
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9256,
                                                "end": 9263,
                                                "loc": {
                                                  "start": {
                                                    "line": 209,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 209,
                                                    "column": 32
                                                  },
                                                  "identifierName": "preview"
                                                },
                                                "name": "preview"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9264,
                                              "end": 9271,
                                              "loc": {
                                                "start": {
                                                  "line": 209,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 209,
                                                  "column": 40
                                                },
                                                "identifierName": "lineEnd"
                                              },
                                              "name": "lineEnd"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 9274,
                                            "end": 9284,
                                            "loc": {
                                              "start": {
                                                "line": 209,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 209,
                                                "column": 53
                                              },
                                              "identifierName": "newPreview"
                                            },
                                            "name": "newPreview"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": [],
                        "trailingComments": null
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "interaction for creating new fillet when clicking at vertex",
                          "start": 9340,
                          "end": 9401,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 8
                            },
                            "end": {
                              "line": 213,
                              "column": 69
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "FunctionDeclaration",
                      "start": 9411,
                      "end": 10999,
                      "loc": {
                        "start": {
                          "line": 214,
                          "column": 8
                        },
                        "end": {
                          "line": 246,
                          "column": 9
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 9420,
                        "end": 9449,
                        "loc": {
                          "start": {
                            "line": 214,
                            "column": 17
                          },
                          "end": {
                            "line": 214,
                            "column": 46
                          },
                          "identifierName": "addFilletablePointInteraction"
                        },
                        "name": "addFilletablePointInteraction",
                        "leadingComments": null
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 9450,
                          "end": 9453,
                          "loc": {
                            "start": {
                              "line": 214,
                              "column": 47
                            },
                            "end": {
                              "line": 214,
                              "column": 50
                            },
                            "identifierName": "obj"
                          },
                          "name": "obj"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 9455,
                        "end": 10999,
                        "loc": {
                          "start": {
                            "line": 214,
                            "column": 52
                          },
                          "end": {
                            "line": 246,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 9470,
                            "end": 10988,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 12
                              },
                              "end": {
                                "line": 245,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 9470,
                              "end": 10987,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 12
                                },
                                "end": {
                                  "line": 245,
                                  "column": 18
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 9470,
                                "end": 9645,
                                "loc": {
                                  "start": {
                                    "line": 215,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 219,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 9470,
                                  "end": 9624,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 218,
                                      "column": 18
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 9470,
                                    "end": 9518,
                                    "loc": {
                                      "start": {
                                        "line": 215,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 9470,
                                      "end": 9482,
                                      "loc": {
                                        "start": {
                                          "line": 215,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 215,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9470,
                                        "end": 9473,
                                        "loc": {
                                          "start": {
                                            "line": 215,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 215,
                                            "column": 15
                                          },
                                          "identifierName": "obj"
                                        },
                                        "name": "obj"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9474,
                                        "end": 9482,
                                        "loc": {
                                          "start": {
                                            "line": 215,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 215,
                                            "column": 24
                                          },
                                          "identifierName": "interact"
                                        },
                                        "name": "interact"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9501,
                                      "end": 9518,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 216,
                                          "column": 34
                                        },
                                        "identifierName": "createInteraction"
                                      },
                                      "name": "createInteraction"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ObjectExpression",
                                      "start": 9519,
                                      "end": 9623,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 218,
                                          "column": 17
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 9542,
                                          "end": 9554,
                                          "loc": {
                                            "start": {
                                              "line": 217,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 217,
                                              "column": 32
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 9542,
                                            "end": 9550,
                                            "loc": {
                                              "start": {
                                                "line": 217,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 217,
                                                "column": 28
                                              },
                                              "identifierName": "priority"
                                            },
                                            "name": "priority"
                                          },
                                          "value": {
                                            "type": "NumericLiteral",
                                            "start": 9552,
                                            "end": 9554,
                                            "loc": {
                                              "start": {
                                                "line": 217,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 217,
                                                "column": 32
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 10,
                                              "raw": "10"
                                            },
                                            "value": 10,
                                            "leadingComments": null,
                                            "trailingComments": null
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": "higher priority that sketcher's box interaction",
                                              "start": 9555,
                                              "end": 9604,
                                              "loc": {
                                                "start": {
                                                  "line": 217,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 217,
                                                  "column": 82
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9643,
                                  "end": 9645,
                                  "loc": {
                                    "start": {
                                      "line": 219,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 219,
                                      "column": 19
                                    },
                                    "identifierName": "on"
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 9646,
                                  "end": 10986,
                                  "loc": {
                                    "start": {
                                      "line": 219,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 17
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectMethod",
                                      "start": 9669,
                                      "end": 9828,
                                      "loc": {
                                        "start": {
                                          "line": 220,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 21
                                        }
                                      },
                                      "method": true,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 9670,
                                        "end": 9704,
                                        "loc": {
                                          "start": {
                                            "line": 220,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 220,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 9670,
                                          "end": 9696,
                                          "loc": {
                                            "start": {
                                              "line": 220,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 220,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 9670,
                                            "end": 9684,
                                            "loc": {
                                              "start": {
                                                "line": 220,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 220,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9670,
                                              "end": 9677,
                                              "loc": {
                                                "start": {
                                                  "line": 220,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 220,
                                                  "column": 28
                                                },
                                                "identifierName": "Object3"
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9678,
                                              "end": 9684,
                                              "loc": {
                                                "start": {
                                                  "line": 220,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 220,
                                                  "column": 35
                                                },
                                                "identifierName": "Events"
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9685,
                                            "end": 9696,
                                            "loc": {
                                              "start": {
                                                "line": 220,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 220,
                                                "column": 47
                                              },
                                              "identifierName": "Interaction"
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9697,
                                          "end": 9704,
                                          "loc": {
                                            "start": {
                                              "line": 220,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 220,
                                              "column": 55
                                            },
                                            "identifierName": "Hovered"
                                          },
                                          "name": "Hovered"
                                        },
                                        "computed": false
                                      },
                                      "kind": "method",
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 9706,
                                          "end": 9710,
                                          "loc": {
                                            "start": {
                                              "line": 220,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 220,
                                              "column": 61
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 9712,
                                        "end": 9828,
                                        "loc": {
                                          "start": {
                                            "line": 220,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 9739,
                                            "end": 9760,
                                            "loc": {
                                              "start": {
                                                "line": 221,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 221,
                                                "column": 45
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 9739,
                                              "end": 9759,
                                              "loc": {
                                                "start": {
                                                  "line": 221,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 221,
                                                  "column": 44
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 9739,
                                                "end": 9757,
                                                "loc": {
                                                  "start": {
                                                    "line": 221,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 221,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 9739,
                                                  "end": 9751,
                                                  "loc": {
                                                    "start": {
                                                      "line": 221,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 221,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 9739,
                                                    "end": 9742,
                                                    "loc": {
                                                      "start": {
                                                        "line": 221,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 221,
                                                        "column": 27
                                                      },
                                                      "identifierName": "obj"
                                                    },
                                                    "name": "obj"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 9743,
                                                    "end": 9751,
                                                    "loc": {
                                                      "start": {
                                                        "line": 221,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 221,
                                                        "column": 36
                                                      },
                                                      "identifierName": "interact"
                                                    },
                                                    "name": "interact"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9752,
                                                  "end": 9757,
                                                  "loc": {
                                                    "start": {
                                                      "line": 221,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 221,
                                                      "column": 42
                                                    },
                                                    "identifierName": "hover"
                                                  },
                                                  "name": "hover"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 9786,
                                            "end": 9805,
                                            "loc": {
                                              "start": {
                                                "line": 222,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 222,
                                                "column": 43
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 9786,
                                              "end": 9804,
                                              "loc": {
                                                "start": {
                                                  "line": 222,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 222,
                                                  "column": 42
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 9786,
                                                "end": 9802,
                                                "loc": {
                                                  "start": {
                                                    "line": 222,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 222,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9786,
                                                  "end": 9794,
                                                  "loc": {
                                                    "start": {
                                                      "line": 222,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 222,
                                                      "column": 32
                                                    },
                                                    "identifierName": "sketcher"
                                                  },
                                                  "name": "sketcher"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9795,
                                                  "end": 9802,
                                                  "loc": {
                                                    "start": {
                                                      "line": 222,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 222,
                                                      "column": 40
                                                    },
                                                    "identifierName": "refresh"
                                                  },
                                                  "name": "refresh"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ObjectMethod",
                                      "start": 9851,
                                      "end": 10014,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 227,
                                          "column": 21
                                        }
                                      },
                                      "method": true,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 9852,
                                        "end": 9888,
                                        "loc": {
                                          "start": {
                                            "line": 224,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 224,
                                            "column": 57
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 9852,
                                          "end": 9878,
                                          "loc": {
                                            "start": {
                                              "line": 224,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 224,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 9852,
                                            "end": 9866,
                                            "loc": {
                                              "start": {
                                                "line": 224,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 224,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9852,
                                              "end": 9859,
                                              "loc": {
                                                "start": {
                                                  "line": 224,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 224,
                                                  "column": 28
                                                },
                                                "identifierName": "Object3"
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9860,
                                              "end": 9866,
                                              "loc": {
                                                "start": {
                                                  "line": 224,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 224,
                                                  "column": 35
                                                },
                                                "identifierName": "Events"
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9867,
                                            "end": 9878,
                                            "loc": {
                                              "start": {
                                                "line": 224,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 224,
                                                "column": 47
                                              },
                                              "identifierName": "Interaction"
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9879,
                                          "end": 9888,
                                          "loc": {
                                            "start": {
                                              "line": 224,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 224,
                                              "column": 57
                                            },
                                            "identifierName": "Unhovered"
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      "kind": "method",
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 9890,
                                          "end": 9894,
                                          "loc": {
                                            "start": {
                                              "line": 224,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 224,
                                              "column": 63
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 9896,
                                        "end": 10014,
                                        "loc": {
                                          "start": {
                                            "line": 224,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 227,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 9923,
                                            "end": 9946,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 47
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 9923,
                                              "end": 9945,
                                              "loc": {
                                                "start": {
                                                  "line": 225,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 225,
                                                  "column": 46
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 9923,
                                                "end": 9943,
                                                "loc": {
                                                  "start": {
                                                    "line": 225,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 225,
                                                    "column": 44
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 9923,
                                                  "end": 9935,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 9923,
                                                    "end": 9926,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 27
                                                      },
                                                      "identifierName": "obj"
                                                    },
                                                    "name": "obj"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 9927,
                                                    "end": 9935,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 36
                                                      },
                                                      "identifierName": "interact"
                                                    },
                                                    "name": "interact"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9936,
                                                  "end": 9943,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 44
                                                    },
                                                    "identifierName": "unhover"
                                                  },
                                                  "name": "unhover"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 9972,
                                            "end": 9991,
                                            "loc": {
                                              "start": {
                                                "line": 226,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 226,
                                                "column": 43
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 9972,
                                              "end": 9990,
                                              "loc": {
                                                "start": {
                                                  "line": 226,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 226,
                                                  "column": 42
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 9972,
                                                "end": 9988,
                                                "loc": {
                                                  "start": {
                                                    "line": 226,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 226,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9972,
                                                  "end": 9980,
                                                  "loc": {
                                                    "start": {
                                                      "line": 226,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 226,
                                                      "column": 32
                                                    },
                                                    "identifierName": "sketcher"
                                                  },
                                                  "name": "sketcher"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9981,
                                                  "end": 9988,
                                                  "loc": {
                                                    "start": {
                                                      "line": 226,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 226,
                                                      "column": 40
                                                    },
                                                    "identifierName": "refresh"
                                                  },
                                                  "name": "refresh"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ObjectMethod",
                                      "start": 10037,
                                      "end": 10967,
                                      "loc": {
                                        "start": {
                                          "line": 228,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 244,
                                          "column": 21
                                        }
                                      },
                                      "method": true,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 10038,
                                        "end": 10072,
                                        "loc": {
                                          "start": {
                                            "line": 228,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 228,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 10038,
                                          "end": 10064,
                                          "loc": {
                                            "start": {
                                              "line": 228,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10038,
                                            "end": 10052,
                                            "loc": {
                                              "start": {
                                                "line": 228,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 228,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10038,
                                              "end": 10045,
                                              "loc": {
                                                "start": {
                                                  "line": 228,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 228,
                                                  "column": 28
                                                },
                                                "identifierName": "Object3"
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10046,
                                              "end": 10052,
                                              "loc": {
                                                "start": {
                                                  "line": 228,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 228,
                                                  "column": 35
                                                },
                                                "identifierName": "Events"
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10053,
                                            "end": 10064,
                                            "loc": {
                                              "start": {
                                                "line": 228,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 228,
                                                "column": 47
                                              },
                                              "identifierName": "Interaction"
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10065,
                                          "end": 10072,
                                          "loc": {
                                            "start": {
                                              "line": 228,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 55
                                            },
                                            "identifierName": "Clicked"
                                          },
                                          "name": "Clicked"
                                        },
                                        "computed": false
                                      },
                                      "kind": "method",
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 10074,
                                          "end": 10078,
                                          "loc": {
                                            "start": {
                                              "line": 228,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 61
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 10080,
                                        "end": 10967,
                                        "loc": {
                                          "start": {
                                            "line": 228,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 244,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 10107,
                                            "end": 10129,
                                            "loc": {
                                              "start": {
                                                "line": 229,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 229,
                                                "column": 46
                                              }
                                            },
                                            "test": {
                                              "type": "MemberExpression",
                                              "start": 10111,
                                              "end": 10120,
                                              "loc": {
                                                "start": {
                                                  "line": 229,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 229,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 10111,
                                                "end": 10115,
                                                "loc": {
                                                  "start": {
                                                    "line": 229,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 229,
                                                    "column": 32
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10116,
                                                "end": 10120,
                                                "loc": {
                                                  "start": {
                                                    "line": 229,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 229,
                                                    "column": 37
                                                  },
                                                  "identifierName": "busy"
                                                },
                                                "name": "busy"
                                              },
                                              "computed": false
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 10122,
                                              "end": 10129,
                                              "loc": {
                                                "start": {
                                                  "line": 229,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 229,
                                                  "column": 46
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 10155,
                                            "end": 10220,
                                            "loc": {
                                              "start": {
                                                "line": 230,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 230,
                                                "column": 89
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 10159,
                                                "end": 10219,
                                                "loc": {
                                                  "start": {
                                                    "line": 230,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 230,
                                                    "column": 88
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 10159,
                                                  "end": 10163,
                                                  "loc": {
                                                    "start": {
                                                      "line": 230,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 230,
                                                      "column": 32
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 10166,
                                                  "end": 10219,
                                                  "loc": {
                                                    "start": {
                                                      "line": 230,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 230,
                                                      "column": 88
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 10166,
                                                    "end": 10205,
                                                    "loc": {
                                                      "start": {
                                                        "line": 230,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 230,
                                                        "column": 74
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 10166,
                                                      "end": 10180,
                                                      "loc": {
                                                        "start": {
                                                          "line": 230,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 230,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 10166,
                                                        "end": 10170,
                                                        "loc": {
                                                          "start": {
                                                            "line": 230,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 230,
                                                            "column": 39
                                                          },
                                                          "identifierName": "self"
                                                        },
                                                        "name": "self"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10171,
                                                        "end": 10180,
                                                        "loc": {
                                                          "start": {
                                                            "line": 230,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 230,
                                                            "column": 49
                                                          },
                                                          "identifierName": "processor"
                                                        },
                                                        "name": "processor"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10181,
                                                      "end": 10205,
                                                      "loc": {
                                                        "start": {
                                                          "line": 230,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 230,
                                                          "column": 74
                                                        },
                                                        "identifierName": "RecognizeFilletableAngle"
                                                      },
                                                      "name": "RecognizeFilletableAngle"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 10206,
                                                      "end": 10218,
                                                      "loc": {
                                                        "start": {
                                                          "line": 230,
                                                          "column": 75
                                                        },
                                                        "end": {
                                                          "line": 230,
                                                          "column": 87
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 10206,
                                                        "end": 10209,
                                                        "loc": {
                                                          "start": {
                                                            "line": 230,
                                                            "column": 75
                                                          },
                                                          "end": {
                                                            "line": 230,
                                                            "column": 78
                                                          },
                                                          "identifierName": "obj"
                                                        },
                                                        "name": "obj"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10210,
                                                        "end": 10218,
                                                        "loc": {
                                                          "start": {
                                                            "line": 230,
                                                            "column": 79
                                                          },
                                                          "end": {
                                                            "line": 230,
                                                            "column": 87
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 10246,
                                            "end": 10264,
                                            "loc": {
                                              "start": {
                                                "line": 231,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 231,
                                                "column": 42
                                              }
                                            },
                                            "test": {
                                              "type": "UnaryExpression",
                                              "start": 10250,
                                              "end": 10255,
                                              "loc": {
                                                "start": {
                                                  "line": 231,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 231,
                                                  "column": 33
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 10251,
                                                "end": 10255,
                                                "loc": {
                                                  "start": {
                                                    "line": 231,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 231,
                                                    "column": 33
                                                  },
                                                  "identifierName": "info"
                                                },
                                                "name": "info"
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 10257,
                                              "end": 10264,
                                              "loc": {
                                                "start": {
                                                  "line": 231,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 231,
                                                  "column": 42
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 10292,
                                            "end": 10351,
                                            "loc": {
                                              "start": {
                                                "line": 233,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 233,
                                                "column": 83
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 10296,
                                                "end": 10350,
                                                "loc": {
                                                  "start": {
                                                    "line": 233,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 233,
                                                    "column": 82
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 10296,
                                                  "end": 10308,
                                                  "loc": {
                                                    "start": {
                                                      "line": 233,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 233,
                                                      "column": 40
                                                    },
                                                    "identifierName": "shiftPressed"
                                                  },
                                                  "name": "shiftPressed"
                                                },
                                                "init": {
                                                  "type": "MemberExpression",
                                                  "start": 10311,
                                                  "end": 10350,
                                                  "loc": {
                                                    "start": {
                                                      "line": 233,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 233,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 10311,
                                                    "end": 10341,
                                                    "loc": {
                                                      "start": {
                                                        "line": 233,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 233,
                                                        "column": 73
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 10311,
                                                      "end": 10329,
                                                      "loc": {
                                                        "start": {
                                                          "line": 233,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 233,
                                                          "column": 61
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 10311,
                                                        "end": 10324,
                                                        "loc": {
                                                          "start": {
                                                            "line": 233,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 233,
                                                            "column": 56
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 10311,
                                                          "end": 10315,
                                                          "loc": {
                                                            "start": {
                                                              "line": 233,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 233,
                                                              "column": 47
                                                            },
                                                            "identifierName": "self"
                                                          },
                                                          "name": "self"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10316,
                                                          "end": 10324,
                                                          "loc": {
                                                            "start": {
                                                              "line": 233,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 233,
                                                              "column": 56
                                                            },
                                                            "identifierName": "sketcher"
                                                          },
                                                          "name": "sketcher"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10325,
                                                        "end": 10329,
                                                        "loc": {
                                                          "start": {
                                                            "line": 233,
                                                            "column": 57
                                                          },
                                                          "end": {
                                                            "line": 233,
                                                            "column": 61
                                                          },
                                                          "identifierName": "view"
                                                        },
                                                        "name": "view"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10330,
                                                      "end": 10341,
                                                      "loc": {
                                                        "start": {
                                                          "line": 233,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 233,
                                                          "column": 73
                                                        },
                                                        "identifierName": "interaction"
                                                      },
                                                      "name": "interaction"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10342,
                                                    "end": 10350,
                                                    "loc": {
                                                      "start": {
                                                        "line": 233,
                                                        "column": 74
                                                      },
                                                      "end": {
                                                        "line": 233,
                                                        "column": 82
                                                      },
                                                      "identifierName": "shiftKey"
                                                    },
                                                    "name": "shiftKey"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 10377,
                                            "end": 10567,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 235,
                                                "column": 100
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 10381,
                                              "end": 10393,
                                              "loc": {
                                                "start": {
                                                  "line": 234,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 234,
                                                  "column": 40
                                                },
                                                "identifierName": "shiftPressed"
                                              },
                                              "name": "shiftPressed"
                                            },
                                            "consequent": {
                                              "type": "VariableDeclaration",
                                              "start": 10395,
                                              "end": 10465,
                                              "loc": {
                                                "start": {
                                                  "line": 234,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 234,
                                                  "column": 112
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 10399,
                                                  "end": 10464,
                                                  "loc": {
                                                    "start": {
                                                      "line": 234,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 234,
                                                      "column": 111
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 10399,
                                                    "end": 10405,
                                                    "loc": {
                                                      "start": {
                                                        "line": 234,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 234,
                                                        "column": 52
                                                      },
                                                      "identifierName": "params"
                                                    },
                                                    "name": "params"
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "start": 10408,
                                                    "end": 10464,
                                                    "loc": {
                                                      "start": {
                                                        "line": 234,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 234,
                                                        "column": 111
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 10408,
                                                      "end": 10452,
                                                      "loc": {
                                                        "start": {
                                                          "line": 234,
                                                          "column": 55
                                                        },
                                                        "end": {
                                                          "line": 234,
                                                          "column": 99
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 10408,
                                                        "end": 10422,
                                                        "loc": {
                                                          "start": {
                                                            "line": 234,
                                                            "column": 55
                                                          },
                                                          "end": {
                                                            "line": 234,
                                                            "column": 69
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 10408,
                                                          "end": 10412,
                                                          "loc": {
                                                            "start": {
                                                              "line": 234,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 234,
                                                              "column": 59
                                                            },
                                                            "identifierName": "self"
                                                          },
                                                          "name": "self"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10413,
                                                          "end": 10422,
                                                          "loc": {
                                                            "start": {
                                                              "line": 234,
                                                              "column": 60
                                                            },
                                                            "end": {
                                                              "line": 234,
                                                              "column": 69
                                                            },
                                                            "identifierName": "processor"
                                                          },
                                                          "name": "processor"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10423,
                                                        "end": 10452,
                                                        "loc": {
                                                          "start": {
                                                            "line": 234,
                                                            "column": 70
                                                          },
                                                          "end": {
                                                            "line": 234,
                                                            "column": 99
                                                          },
                                                          "identifierName": "CalculateFilletParamsByRadius"
                                                        },
                                                        "name": "CalculateFilletParamsByRadius"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 10453,
                                                        "end": 10457,
                                                        "loc": {
                                                          "start": {
                                                            "line": 234,
                                                            "column": 100
                                                          },
                                                          "end": {
                                                            "line": 234,
                                                            "column": 104
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      {
                                                        "type": "NumericLiteral",
                                                        "start": 10459,
                                                        "end": 10463,
                                                        "loc": {
                                                          "start": {
                                                            "line": 234,
                                                            "column": 106
                                                          },
                                                          "end": {
                                                            "line": 234,
                                                            "column": 110
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 10,
                                                          "raw": "10.0"
                                                        },
                                                        "value": 10
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "kind": "var"
                                            },
                                            "alternate": {
                                              "type": "VariableDeclaration",
                                              "start": 10496,
                                              "end": 10567,
                                              "loc": {
                                                "start": {
                                                  "line": 235,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 235,
                                                  "column": 100
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 10500,
                                                  "end": 10566,
                                                  "loc": {
                                                    "start": {
                                                      "line": 235,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 235,
                                                      "column": 99
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 10500,
                                                    "end": 10506,
                                                    "loc": {
                                                      "start": {
                                                        "line": 235,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 235,
                                                        "column": 39
                                                      },
                                                      "identifierName": "params"
                                                    },
                                                    "name": "params"
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "start": 10509,
                                                    "end": 10566,
                                                    "loc": {
                                                      "start": {
                                                        "line": 235,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 235,
                                                        "column": 99
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 10509,
                                                      "end": 10554,
                                                      "loc": {
                                                        "start": {
                                                          "line": 235,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 235,
                                                          "column": 87
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 10509,
                                                        "end": 10523,
                                                        "loc": {
                                                          "start": {
                                                            "line": 235,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 235,
                                                            "column": 56
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 10509,
                                                          "end": 10513,
                                                          "loc": {
                                                            "start": {
                                                              "line": 235,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 235,
                                                              "column": 46
                                                            },
                                                            "identifierName": "self"
                                                          },
                                                          "name": "self"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10514,
                                                          "end": 10523,
                                                          "loc": {
                                                            "start": {
                                                              "line": 235,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 235,
                                                              "column": 56
                                                            },
                                                            "identifierName": "processor"
                                                          },
                                                          "name": "processor"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10524,
                                                        "end": 10554,
                                                        "loc": {
                                                          "start": {
                                                            "line": 235,
                                                            "column": 57
                                                          },
                                                          "end": {
                                                            "line": 235,
                                                            "column": 87
                                                          },
                                                          "identifierName": "CalculateChamferParamsByOffset"
                                                        },
                                                        "name": "CalculateChamferParamsByOffset"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 10555,
                                                        "end": 10559,
                                                        "loc": {
                                                          "start": {
                                                            "line": 235,
                                                            "column": 88
                                                          },
                                                          "end": {
                                                            "line": 235,
                                                            "column": 92
                                                          },
                                                          "identifierName": "info"
                                                        },
                                                        "name": "info"
                                                      },
                                                      {
                                                        "type": "NumericLiteral",
                                                        "start": 10561,
                                                        "end": 10565,
                                                        "loc": {
                                                          "start": {
                                                            "line": 235,
                                                            "column": 94
                                                          },
                                                          "end": {
                                                            "line": 235,
                                                            "column": 98
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 10,
                                                          "raw": "10.0"
                                                        },
                                                        "value": 10
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "kind": "var"
                                            }
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 10593,
                                            "end": 10613,
                                            "loc": {
                                              "start": {
                                                "line": 236,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 236,
                                                "column": 44
                                              }
                                            },
                                            "test": {
                                              "type": "UnaryExpression",
                                              "start": 10597,
                                              "end": 10604,
                                              "loc": {
                                                "start": {
                                                  "line": 236,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 236,
                                                  "column": 35
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 10598,
                                                "end": 10604,
                                                "loc": {
                                                  "start": {
                                                    "line": 236,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 236,
                                                    "column": 35
                                                  },
                                                  "identifierName": "params"
                                                },
                                                "name": "params"
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 10606,
                                              "end": 10613,
                                              "loc": {
                                                "start": {
                                                  "line": 236,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 236,
                                                  "column": 44
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 10641,
                                            "end": 10658,
                                            "loc": {
                                              "start": {
                                                "line": 238,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 238,
                                                "column": 41
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 10641,
                                              "end": 10657,
                                              "loc": {
                                                "start": {
                                                  "line": 238,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 238,
                                                  "column": 40
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 10641,
                                                "end": 10650,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 33
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10641,
                                                  "end": 10645,
                                                  "loc": {
                                                    "start": {
                                                      "line": 238,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 238,
                                                      "column": 28
                                                    },
                                                    "identifierName": "self"
                                                  },
                                                  "name": "self"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10646,
                                                  "end": 10650,
                                                  "loc": {
                                                    "start": {
                                                      "line": 238,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 238,
                                                      "column": 33
                                                    },
                                                    "identifierName": "busy"
                                                  },
                                                  "name": "busy"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 10653,
                                                "end": 10657,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 40
                                                  }
                                                },
                                                "value": true
                                              }
                                            }
                                          },
                                          {
                                            "type": "ReturnStatement",
                                            "start": 10684,
                                            "end": 10944,
                                            "loc": {
                                              "start": {
                                                "line": 239,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 243,
                                                "column": 27
                                              }
                                            },
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 10691,
                                              "end": 10943,
                                              "loc": {
                                                "start": {
                                                  "line": 239,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 26
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 10691,
                                                "end": 10740,
                                                "loc": {
                                                  "start": {
                                                    "line": 239,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 239,
                                                    "column": 80
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 10691,
                                                  "end": 10735,
                                                  "loc": {
                                                    "start": {
                                                      "line": 239,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 239,
                                                      "column": 75
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 10691,
                                                    "end": 10721,
                                                    "loc": {
                                                      "start": {
                                                        "line": 239,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 239,
                                                        "column": 61
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 10691,
                                                      "end": 10705,
                                                      "loc": {
                                                        "start": {
                                                          "line": 239,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 239,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 10691,
                                                        "end": 10695,
                                                        "loc": {
                                                          "start": {
                                                            "line": 239,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 239,
                                                            "column": 35
                                                          },
                                                          "identifierName": "self"
                                                        },
                                                        "name": "self"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10696,
                                                        "end": 10705,
                                                        "loc": {
                                                          "start": {
                                                            "line": 239,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 239,
                                                            "column": 45
                                                          },
                                                          "identifierName": "processor"
                                                        },
                                                        "name": "processor"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10706,
                                                      "end": 10721,
                                                      "loc": {
                                                        "start": {
                                                          "line": 239,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 239,
                                                          "column": 61
                                                        },
                                                        "identifierName": "CreateNewFillet"
                                                      },
                                                      "name": "CreateNewFillet"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 10722,
                                                      "end": 10726,
                                                      "loc": {
                                                        "start": {
                                                          "line": 239,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 239,
                                                          "column": 66
                                                        },
                                                        "identifierName": "info"
                                                      },
                                                      "name": "info"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 10728,
                                                      "end": 10734,
                                                      "loc": {
                                                        "start": {
                                                          "line": 239,
                                                          "column": 68
                                                        },
                                                        "end": {
                                                          "line": 239,
                                                          "column": 74
                                                        },
                                                        "identifierName": "params"
                                                      },
                                                      "name": "params"
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10736,
                                                  "end": 10740,
                                                  "loc": {
                                                    "start": {
                                                      "line": 239,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 239,
                                                      "column": 80
                                                    },
                                                    "identifierName": "then"
                                                  },
                                                  "name": "then"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 10741,
                                                  "end": 10942,
                                                  "loc": {
                                                    "start": {
                                                      "line": 239,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 243,
                                                      "column": 25
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 10747,
                                                    "end": 10942,
                                                    "loc": {
                                                      "start": {
                                                        "line": 239,
                                                        "column": 87
                                                      },
                                                      "end": {
                                                        "line": 243,
                                                        "column": 25
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 10778,
                                                        "end": 10810,
                                                        "loc": {
                                                          "start": {
                                                            "line": 240,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 240,
                                                            "column": 60
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 10778,
                                                          "end": 10809,
                                                          "loc": {
                                                            "start": {
                                                              "line": 240,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 240,
                                                              "column": 59
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 10778,
                                                            "end": 10807,
                                                            "loc": {
                                                              "start": {
                                                                "line": 240,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 240,
                                                                "column": 57
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 10778,
                                                              "end": 10782,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 240,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 240,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "self"
                                                              },
                                                              "name": "self"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 10783,
                                                              "end": 10807,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 240,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 240,
                                                                  "column": 57
                                                                },
                                                                "identifierName": "updateInteractiveObjects"
                                                              },
                                                              "name": "updateInteractiveObjects"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        },
                                                        "trailingComments": [
                                                          {
                                                            "type": "CommentLine",
                                                            "value": " self.sketcher.refresh();",
                                                            "start": 10840,
                                                            "end": 10867,
                                                            "loc": {
                                                              "start": {
                                                                "line": 241,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 241,
                                                                "column": 55
                                                              }
                                                            }
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 10897,
                                                        "end": 10915,
                                                        "loc": {
                                                          "start": {
                                                            "line": 242,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 242,
                                                            "column": 46
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 10897,
                                                          "end": 10914,
                                                          "loc": {
                                                            "start": {
                                                              "line": 242,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 242,
                                                              "column": 45
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 10897,
                                                            "end": 10906,
                                                            "loc": {
                                                              "start": {
                                                                "line": 242,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 242,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 10897,
                                                              "end": 10901,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 242,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 242,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "self"
                                                              },
                                                              "name": "self",
                                                              "leadingComments": null
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 10902,
                                                              "end": 10906,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 242,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 242,
                                                                  "column": 37
                                                                },
                                                                "identifierName": "busy"
                                                              },
                                                              "name": "busy"
                                                            },
                                                            "computed": false,
                                                            "leadingComments": null
                                                          },
                                                          "right": {
                                                            "type": "BooleanLiteral",
                                                            "start": 10909,
                                                            "end": 10914,
                                                            "loc": {
                                                              "start": {
                                                                "line": 242,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 242,
                                                                "column": 45
                                                              }
                                                            },
                                                            "value": false
                                                          },
                                                          "leadingComments": null
                                                        },
                                                        "leadingComments": [
                                                          {
                                                            "type": "CommentLine",
                                                            "value": " self.sketcher.refresh();",
                                                            "start": 10840,
                                                            "end": 10867,
                                                            "loc": {
                                                              "start": {
                                                                "line": 241,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 241,
                                                                "column": 55
                                                              }
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": [],
                        "trailingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "interaction for creating new fillet when clicking at vertex",
                          "start": 9340,
                          "end": 9401,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 8
                            },
                            "end": {
                              "line": 213,
                              "column": 69
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "interaction for deleting a present fillet when clicking in its arc",
                          "start": 11009,
                          "end": 11077,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 8
                            },
                            "end": {
                              "line": 247,
                              "column": 76
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "FunctionDeclaration",
                      "start": 11087,
                      "end": 15385,
                      "loc": {
                        "start": {
                          "line": 248,
                          "column": 8
                        },
                        "end": {
                          "line": 339,
                          "column": 9
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 11096,
                        "end": 11123,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 17
                          },
                          "end": {
                            "line": 248,
                            "column": 44
                          },
                          "identifierName": "addFilletArcLineInteraction"
                        },
                        "name": "addFilletArcLineInteraction",
                        "leadingComments": null
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 11124,
                          "end": 11127,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 45
                            },
                            "end": {
                              "line": 248,
                              "column": 48
                            },
                            "identifierName": "obj"
                          },
                          "name": "obj"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 11129,
                        "end": 15385,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 50
                          },
                          "end": {
                            "line": 339,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 11144,
                            "end": 15374,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 12
                              },
                              "end": {
                                "line": 338,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 11144,
                              "end": 15373,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 12
                                },
                                "end": {
                                  "line": 338,
                                  "column": 18
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11144,
                                "end": 11319,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 253,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 11144,
                                  "end": 11298,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 252,
                                      "column": 18
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 11144,
                                    "end": 11192,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 11144,
                                      "end": 11156,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11144,
                                        "end": 11147,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 15
                                          },
                                          "identifierName": "obj"
                                        },
                                        "name": "obj"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11148,
                                        "end": 11156,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 24
                                          },
                                          "identifierName": "interact"
                                        },
                                        "name": "interact"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11175,
                                      "end": 11192,
                                      "loc": {
                                        "start": {
                                          "line": 250,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 250,
                                          "column": 34
                                        },
                                        "identifierName": "createInteraction"
                                      },
                                      "name": "createInteraction"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ObjectExpression",
                                      "start": 11193,
                                      "end": 11297,
                                      "loc": {
                                        "start": {
                                          "line": 250,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 252,
                                          "column": 17
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 11216,
                                          "end": 11228,
                                          "loc": {
                                            "start": {
                                              "line": 251,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 251,
                                              "column": 32
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 11216,
                                            "end": 11224,
                                            "loc": {
                                              "start": {
                                                "line": 251,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 251,
                                                "column": 28
                                              },
                                              "identifierName": "priority"
                                            },
                                            "name": "priority"
                                          },
                                          "value": {
                                            "type": "NumericLiteral",
                                            "start": 11226,
                                            "end": 11228,
                                            "loc": {
                                              "start": {
                                                "line": 251,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 251,
                                                "column": 32
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 10,
                                              "raw": "10"
                                            },
                                            "value": 10,
                                            "leadingComments": null,
                                            "trailingComments": null
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": "higher priority that sketcher's box interaction",
                                              "start": 11229,
                                              "end": 11278,
                                              "loc": {
                                                "start": {
                                                  "line": 251,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 251,
                                                  "column": 82
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11317,
                                  "end": 11319,
                                  "loc": {
                                    "start": {
                                      "line": 253,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 253,
                                      "column": 19
                                    },
                                    "identifierName": "on"
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 11320,
                                  "end": 15372,
                                  "loc": {
                                    "start": {
                                      "line": 253,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 17
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectMethod",
                                      "start": 11343,
                                      "end": 11502,
                                      "loc": {
                                        "start": {
                                          "line": 254,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 257,
                                          "column": 21
                                        }
                                      },
                                      "method": true,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 11344,
                                        "end": 11378,
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 11344,
                                          "end": 11370,
                                          "loc": {
                                            "start": {
                                              "line": 254,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 254,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 11344,
                                            "end": 11358,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11344,
                                              "end": 11351,
                                              "loc": {
                                                "start": {
                                                  "line": 254,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 254,
                                                  "column": 28
                                                },
                                                "identifierName": "Object3"
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11352,
                                              "end": 11358,
                                              "loc": {
                                                "start": {
                                                  "line": 254,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 254,
                                                  "column": 35
                                                },
                                                "identifierName": "Events"
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11359,
                                            "end": 11370,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 47
                                              },
                                              "identifierName": "Interaction"
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11371,
                                          "end": 11378,
                                          "loc": {
                                            "start": {
                                              "line": 254,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 254,
                                              "column": 55
                                            },
                                            "identifierName": "Hovered"
                                          },
                                          "name": "Hovered"
                                        },
                                        "computed": false
                                      },
                                      "kind": "method",
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 11380,
                                          "end": 11384,
                                          "loc": {
                                            "start": {
                                              "line": 254,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 254,
                                              "column": 61
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 11386,
                                        "end": 11502,
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 257,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11413,
                                            "end": 11434,
                                            "loc": {
                                              "start": {
                                                "line": 255,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 255,
                                                "column": 45
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11413,
                                              "end": 11433,
                                              "loc": {
                                                "start": {
                                                  "line": 255,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 255,
                                                  "column": 44
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11413,
                                                "end": 11431,
                                                "loc": {
                                                  "start": {
                                                    "line": 255,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 255,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 11413,
                                                  "end": 11425,
                                                  "loc": {
                                                    "start": {
                                                      "line": 255,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 255,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11413,
                                                    "end": 11416,
                                                    "loc": {
                                                      "start": {
                                                        "line": 255,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 255,
                                                        "column": 27
                                                      },
                                                      "identifierName": "obj"
                                                    },
                                                    "name": "obj"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11417,
                                                    "end": 11425,
                                                    "loc": {
                                                      "start": {
                                                        "line": 255,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 255,
                                                        "column": 36
                                                      },
                                                      "identifierName": "interact"
                                                    },
                                                    "name": "interact"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11426,
                                                  "end": 11431,
                                                  "loc": {
                                                    "start": {
                                                      "line": 255,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 255,
                                                      "column": 42
                                                    },
                                                    "identifierName": "hover"
                                                  },
                                                  "name": "hover"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11460,
                                            "end": 11479,
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 256,
                                                "column": 43
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11460,
                                              "end": 11478,
                                              "loc": {
                                                "start": {
                                                  "line": 256,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 256,
                                                  "column": 42
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11460,
                                                "end": 11476,
                                                "loc": {
                                                  "start": {
                                                    "line": 256,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 256,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 11460,
                                                  "end": 11468,
                                                  "loc": {
                                                    "start": {
                                                      "line": 256,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 256,
                                                      "column": 32
                                                    },
                                                    "identifierName": "sketcher"
                                                  },
                                                  "name": "sketcher"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11469,
                                                  "end": 11476,
                                                  "loc": {
                                                    "start": {
                                                      "line": 256,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 256,
                                                      "column": 40
                                                    },
                                                    "identifierName": "refresh"
                                                  },
                                                  "name": "refresh"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ObjectMethod",
                                      "start": 11525,
                                      "end": 11688,
                                      "loc": {
                                        "start": {
                                          "line": 258,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 261,
                                          "column": 21
                                        }
                                      },
                                      "method": true,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 11526,
                                        "end": 11562,
                                        "loc": {
                                          "start": {
                                            "line": 258,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 258,
                                            "column": 57
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 11526,
                                          "end": 11552,
                                          "loc": {
                                            "start": {
                                              "line": 258,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 258,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 11526,
                                            "end": 11540,
                                            "loc": {
                                              "start": {
                                                "line": 258,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 258,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11526,
                                              "end": 11533,
                                              "loc": {
                                                "start": {
                                                  "line": 258,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 258,
                                                  "column": 28
                                                },
                                                "identifierName": "Object3"
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11534,
                                              "end": 11540,
                                              "loc": {
                                                "start": {
                                                  "line": 258,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 258,
                                                  "column": 35
                                                },
                                                "identifierName": "Events"
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11541,
                                            "end": 11552,
                                            "loc": {
                                              "start": {
                                                "line": 258,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 258,
                                                "column": 47
                                              },
                                              "identifierName": "Interaction"
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11553,
                                          "end": 11562,
                                          "loc": {
                                            "start": {
                                              "line": 258,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 258,
                                              "column": 57
                                            },
                                            "identifierName": "Unhovered"
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      "kind": "method",
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 11564,
                                          "end": 11568,
                                          "loc": {
                                            "start": {
                                              "line": 258,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 258,
                                              "column": 63
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 11570,
                                        "end": 11688,
                                        "loc": {
                                          "start": {
                                            "line": 258,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 261,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11597,
                                            "end": 11620,
                                            "loc": {
                                              "start": {
                                                "line": 259,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 259,
                                                "column": 47
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11597,
                                              "end": 11619,
                                              "loc": {
                                                "start": {
                                                  "line": 259,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 259,
                                                  "column": 46
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11597,
                                                "end": 11617,
                                                "loc": {
                                                  "start": {
                                                    "line": 259,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 259,
                                                    "column": 44
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 11597,
                                                  "end": 11609,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11597,
                                                    "end": 11600,
                                                    "loc": {
                                                      "start": {
                                                        "line": 259,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 259,
                                                        "column": 27
                                                      },
                                                      "identifierName": "obj"
                                                    },
                                                    "name": "obj"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11601,
                                                    "end": 11609,
                                                    "loc": {
                                                      "start": {
                                                        "line": 259,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 259,
                                                        "column": 36
                                                      },
                                                      "identifierName": "interact"
                                                    },
                                                    "name": "interact"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11610,
                                                  "end": 11617,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 44
                                                    },
                                                    "identifierName": "unhover"
                                                  },
                                                  "name": "unhover"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11646,
                                            "end": 11665,
                                            "loc": {
                                              "start": {
                                                "line": 260,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 260,
                                                "column": 43
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11646,
                                              "end": 11664,
                                              "loc": {
                                                "start": {
                                                  "line": 260,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 260,
                                                  "column": 42
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11646,
                                                "end": 11662,
                                                "loc": {
                                                  "start": {
                                                    "line": 260,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 260,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 11646,
                                                  "end": 11654,
                                                  "loc": {
                                                    "start": {
                                                      "line": 260,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 260,
                                                      "column": 32
                                                    },
                                                    "identifierName": "sketcher"
                                                  },
                                                  "name": "sketcher"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11655,
                                                  "end": 11662,
                                                  "loc": {
                                                    "start": {
                                                      "line": 260,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 260,
                                                      "column": 40
                                                    },
                                                    "identifierName": "refresh"
                                                  },
                                                  "name": "refresh"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ObjectMethod",
                                      "start": 11711,
                                      "end": 12930,
                                      "loc": {
                                        "start": {
                                          "line": 262,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 288,
                                          "column": 21
                                        }
                                      },
                                      "method": true,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 11712,
                                        "end": 11745,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 11712,
                                          "end": 11738,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 11712,
                                            "end": 11726,
                                            "loc": {
                                              "start": {
                                                "line": 262,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 262,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11712,
                                              "end": 11719,
                                              "loc": {
                                                "start": {
                                                  "line": 262,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 262,
                                                  "column": 28
                                                },
                                                "identifierName": "Object3"
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11720,
                                              "end": 11726,
                                              "loc": {
                                                "start": {
                                                  "line": 262,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 262,
                                                  "column": 35
                                                },
                                                "identifierName": "Events"
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11727,
                                            "end": 11738,
                                            "loc": {
                                              "start": {
                                                "line": 262,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 262,
                                                "column": 47
                                              },
                                              "identifierName": "Interaction"
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11739,
                                          "end": 11745,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 54
                                            },
                                            "identifierName": "Picked"
                                          },
                                          "name": "Picked"
                                        },
                                        "computed": false
                                      },
                                      "kind": "method",
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 11747,
                                          "end": 11751,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 60
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 11753,
                                        "end": 12930,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 288,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 11780,
                                            "end": 11802,
                                            "loc": {
                                              "start": {
                                                "line": 263,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 263,
                                                "column": 46
                                              }
                                            },
                                            "test": {
                                              "type": "MemberExpression",
                                              "start": 11784,
                                              "end": 11793,
                                              "loc": {
                                                "start": {
                                                  "line": 263,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 263,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 11784,
                                                "end": 11788,
                                                "loc": {
                                                  "start": {
                                                    "line": 263,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 263,
                                                    "column": 32
                                                  },
                                                  "identifierName": "self"
                                                },
                                                "name": "self"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11789,
                                                "end": 11793,
                                                "loc": {
                                                  "start": {
                                                    "line": 263,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 263,
                                                    "column": 37
                                                  },
                                                  "identifierName": "busy"
                                                },
                                                "name": "busy"
                                              },
                                              "computed": false
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 11795,
                                              "end": 11802,
                                              "loc": {
                                                "start": {
                                                  "line": 263,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 263,
                                                  "column": 46
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 11828,
                                            "end": 11886,
                                            "loc": {
                                              "start": {
                                                "line": 264,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 264,
                                                "column": 82
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 11832,
                                                "end": 11885,
                                                "loc": {
                                                  "start": {
                                                    "line": 264,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 264,
                                                    "column": 81
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 11832,
                                                  "end": 11836,
                                                  "loc": {
                                                    "start": {
                                                      "line": 264,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 264,
                                                      "column": 32
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 11839,
                                                  "end": 11885,
                                                  "loc": {
                                                    "start": {
                                                      "line": 264,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 264,
                                                      "column": 81
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 11839,
                                                    "end": 11880,
                                                    "loc": {
                                                      "start": {
                                                        "line": 264,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 264,
                                                        "column": 76
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 11839,
                                                      "end": 11853,
                                                      "loc": {
                                                        "start": {
                                                          "line": 264,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 264,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11839,
                                                        "end": 11843,
                                                        "loc": {
                                                          "start": {
                                                            "line": 264,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 264,
                                                            "column": 39
                                                          },
                                                          "identifierName": "self"
                                                        },
                                                        "name": "self"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 11844,
                                                        "end": 11853,
                                                        "loc": {
                                                          "start": {
                                                            "line": 264,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 264,
                                                            "column": 49
                                                          },
                                                          "identifierName": "processor"
                                                        },
                                                        "name": "processor"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11854,
                                                      "end": 11880,
                                                      "loc": {
                                                        "start": {
                                                          "line": 264,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 264,
                                                          "column": 76
                                                        },
                                                        "identifierName": "RecognizeFilletByArcOrEdge"
                                                      },
                                                      "name": "RecognizeFilletByArcOrEdge"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 11881,
                                                      "end": 11884,
                                                      "loc": {
                                                        "start": {
                                                          "line": 264,
                                                          "column": 77
                                                        },
                                                        "end": {
                                                          "line": 264,
                                                          "column": 80
                                                        },
                                                        "identifierName": "obj"
                                                      },
                                                      "name": "obj"
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 11912,
                                            "end": 11930,
                                            "loc": {
                                              "start": {
                                                "line": 265,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 265,
                                                "column": 42
                                              }
                                            },
                                            "test": {
                                              "type": "UnaryExpression",
                                              "start": 11916,
                                              "end": 11921,
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 33
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 11917,
                                                "end": 11921,
                                                "loc": {
                                                  "start": {
                                                    "line": 265,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 265,
                                                    "column": 33
                                                  },
                                                  "identifierName": "info"
                                                },
                                                "name": "info"
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 11923,
                                              "end": 11930,
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 42
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 11958,
                                            "end": 12017,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 267,
                                                "column": 83
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 11962,
                                                "end": 12016,
                                                "loc": {
                                                  "start": {
                                                    "line": 267,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 267,
                                                    "column": 82
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 11962,
                                                  "end": 11974,
                                                  "loc": {
                                                    "start": {
                                                      "line": 267,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 267,
                                                      "column": 40
                                                    },
                                                    "identifierName": "shiftPressed"
                                                  },
                                                  "name": "shiftPressed"
                                                },
                                                "init": {
                                                  "type": "MemberExpression",
                                                  "start": 11977,
                                                  "end": 12016,
                                                  "loc": {
                                                    "start": {
                                                      "line": 267,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 267,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 11977,
                                                    "end": 12007,
                                                    "loc": {
                                                      "start": {
                                                        "line": 267,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 267,
                                                        "column": 73
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 11977,
                                                      "end": 11995,
                                                      "loc": {
                                                        "start": {
                                                          "line": 267,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 267,
                                                          "column": 61
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 11977,
                                                        "end": 11990,
                                                        "loc": {
                                                          "start": {
                                                            "line": 267,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 267,
                                                            "column": 56
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 11977,
                                                          "end": 11981,
                                                          "loc": {
                                                            "start": {
                                                              "line": 267,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 267,
                                                              "column": 47
                                                            },
                                                            "identifierName": "self"
                                                          },
                                                          "name": "self"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 11982,
                                                          "end": 11990,
                                                          "loc": {
                                                            "start": {
                                                              "line": 267,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 267,
                                                              "column": 56
                                                            },
                                                            "identifierName": "sketcher"
                                                          },
                                                          "name": "sketcher"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 11991,
                                                        "end": 11995,
                                                        "loc": {
                                                          "start": {
                                                            "line": 267,
                                                            "column": 57
                                                          },
                                                          "end": {
                                                            "line": 267,
                                                            "column": 61
                                                          },
                                                          "identifierName": "view"
                                                        },
                                                        "name": "view"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11996,
                                                      "end": 12007,
                                                      "loc": {
                                                        "start": {
                                                          "line": 267,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 267,
                                                          "column": 73
                                                        },
                                                        "identifierName": "interaction"
                                                      },
                                                      "name": "interaction"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 12008,
                                                    "end": 12016,
                                                    "loc": {
                                                      "start": {
                                                        "line": 267,
                                                        "column": 74
                                                      },
                                                      "end": {
                                                        "line": 267,
                                                        "column": 82
                                                      },
                                                      "identifierName": "shiftKey"
                                                    },
                                                    "name": "shiftKey"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 12043,
                                            "end": 12438,
                                            "loc": {
                                              "start": {
                                                "line": 268,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 275,
                                                "column": 25
                                              }
                                            },
                                            "test": {
                                              "type": "UnaryExpression",
                                              "start": 12047,
                                              "end": 12060,
                                              "loc": {
                                                "start": {
                                                  "line": 268,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 268,
                                                  "column": 41
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 12048,
                                                "end": 12060,
                                                "loc": {
                                                  "start": {
                                                    "line": 268,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 268,
                                                    "column": 41
                                                  },
                                                  "identifierName": "shiftPressed"
                                                },
                                                "name": "shiftPressed"
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 12062,
                                              "end": 12438,
                                              "loc": {
                                                "start": {
                                                  "line": 268,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 275,
                                                  "column": 25
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 12093,
                                                  "end": 12141,
                                                  "loc": {
                                                    "start": {
                                                      "line": 269,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 269,
                                                      "column": 76
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 12097,
                                                      "end": 12140,
                                                      "loc": {
                                                        "start": {
                                                          "line": 269,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 269,
                                                          "column": 75
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 12097,
                                                        "end": 12104,
                                                        "loc": {
                                                          "start": {
                                                            "line": 269,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 269,
                                                            "column": 39
                                                          },
                                                          "identifierName": "promise"
                                                        },
                                                        "name": "promise"
                                                      },
                                                      "init": {
                                                        "type": "CallExpression",
                                                        "start": 12107,
                                                        "end": 12140,
                                                        "loc": {
                                                          "start": {
                                                            "line": 269,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 269,
                                                            "column": 75
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 12107,
                                                          "end": 12134,
                                                          "loc": {
                                                            "start": {
                                                              "line": 269,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 269,
                                                              "column": 69
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 12107,
                                                            "end": 12121,
                                                            "loc": {
                                                              "start": {
                                                                "line": 269,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 269,
                                                                "column": 56
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 12107,
                                                              "end": 12111,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 269,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 269,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "self"
                                                              },
                                                              "name": "self"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 12112,
                                                              "end": 12121,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 269,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 269,
                                                                  "column": 56
                                                                },
                                                                "identifierName": "processor"
                                                              },
                                                              "name": "processor"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 12122,
                                                            "end": 12134,
                                                            "loc": {
                                                              "start": {
                                                                "line": 269,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 269,
                                                                "column": 69
                                                              },
                                                              "identifierName": "DeleteFillet"
                                                            },
                                                            "name": "DeleteFillet"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 12135,
                                                            "end": 12139,
                                                            "loc": {
                                                              "start": {
                                                                "line": 269,
                                                                "column": 70
                                                              },
                                                              "end": {
                                                                "line": 269,
                                                                "column": 74
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "kind": "var"
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "start": 12171,
                                                  "end": 12411,
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 274,
                                                      "column": 31
                                                    }
                                                  },
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "start": 12178,
                                                    "end": 12410,
                                                    "loc": {
                                                      "start": {
                                                        "line": 270,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 274,
                                                        "column": 30
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 12178,
                                                      "end": 12190,
                                                      "loc": {
                                                        "start": {
                                                          "line": 270,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 270,
                                                          "column": 47
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 12178,
                                                        "end": 12185,
                                                        "loc": {
                                                          "start": {
                                                            "line": 270,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 270,
                                                            "column": 42
                                                          },
                                                          "identifierName": "promise"
                                                        },
                                                        "name": "promise"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 12186,
                                                        "end": 12190,
                                                        "loc": {
                                                          "start": {
                                                            "line": 270,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 270,
                                                            "column": 47
                                                          },
                                                          "identifierName": "then"
                                                        },
                                                        "name": "then"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 12191,
                                                        "end": 12409,
                                                        "loc": {
                                                          "start": {
                                                            "line": 270,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 274,
                                                            "column": 29
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 12197,
                                                          "end": 12409,
                                                          "loc": {
                                                            "start": {
                                                              "line": 270,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 274,
                                                              "column": 29
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 12232,
                                                              "end": 12260,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 271,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 271,
                                                                  "column": 60
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 12232,
                                                                "end": 12259,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 271,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 271,
                                                                    "column": 59
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 12232,
                                                                  "end": 12257,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 271,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 271,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 12232,
                                                                    "end": 12249,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 271,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 271,
                                                                        "column": 49
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 12232,
                                                                      "end": 12240,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 271,
                                                                          "column": 32
                                                                        },
                                                                        "end": {
                                                                          "line": 271,
                                                                          "column": 40
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 12232,
                                                                        "end": 12236,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 271,
                                                                            "column": 32
                                                                          },
                                                                          "end": {
                                                                            "line": 271,
                                                                            "column": 36
                                                                          },
                                                                          "identifierName": "info"
                                                                        },
                                                                        "name": "info"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 12237,
                                                                        "end": 12240,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 271,
                                                                            "column": 37
                                                                          },
                                                                          "end": {
                                                                            "line": 271,
                                                                            "column": 40
                                                                          },
                                                                          "identifierName": "obj"
                                                                        },
                                                                        "name": "obj"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 12241,
                                                                      "end": 12249,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 271,
                                                                          "column": 41
                                                                        },
                                                                        "end": {
                                                                          "line": 271,
                                                                          "column": 49
                                                                        },
                                                                        "identifierName": "interact"
                                                                      },
                                                                      "name": "interact"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 12250,
                                                                    "end": 12257,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 271,
                                                                        "column": 50
                                                                      },
                                                                      "end": {
                                                                        "line": 271,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "unhover"
                                                                    },
                                                                    "name": "unhover"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": []
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 12294,
                                                              "end": 12326,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 272,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 272,
                                                                  "column": 64
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 12294,
                                                                "end": 12325,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 272,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 272,
                                                                    "column": 63
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 12294,
                                                                  "end": 12323,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 272,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 272,
                                                                      "column": 61
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 12294,
                                                                    "end": 12298,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 272,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 272,
                                                                        "column": 36
                                                                      },
                                                                      "identifierName": "self"
                                                                    },
                                                                    "name": "self"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 12299,
                                                                    "end": 12323,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 272,
                                                                        "column": 37
                                                                      },
                                                                      "end": {
                                                                        "line": 272,
                                                                        "column": 61
                                                                      },
                                                                      "identifierName": "updateInteractiveObjects"
                                                                    },
                                                                    "name": "updateInteractiveObjects"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": []
                                                              }
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 12360,
                                                              "end": 12378,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 273,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 273,
                                                                  "column": 50
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 12360,
                                                                "end": 12377,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 273,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 273,
                                                                    "column": 49
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 12360,
                                                                  "end": 12369,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 273,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 273,
                                                                      "column": 41
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 12360,
                                                                    "end": 12364,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 273,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 273,
                                                                        "column": 36
                                                                      },
                                                                      "identifierName": "self"
                                                                    },
                                                                    "name": "self"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 12365,
                                                                    "end": 12369,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 273,
                                                                        "column": 37
                                                                      },
                                                                      "end": {
                                                                        "line": 273,
                                                                        "column": 41
                                                                      },
                                                                      "identifierName": "busy"
                                                                    },
                                                                    "name": "busy"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "right": {
                                                                  "type": "BooleanLiteral",
                                                                  "start": 12372,
                                                                  "end": 12377,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 273,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 273,
                                                                      "column": 49
                                                                    }
                                                                  },
                                                                  "value": false
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12466,
                                            "end": 12483,
                                            "loc": {
                                              "start": {
                                                "line": 277,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 277,
                                                "column": 41
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 12466,
                                              "end": 12482,
                                              "loc": {
                                                "start": {
                                                  "line": 277,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 277,
                                                  "column": 40
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 12466,
                                                "end": 12475,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 33
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 12466,
                                                  "end": 12470,
                                                  "loc": {
                                                    "start": {
                                                      "line": 277,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 277,
                                                      "column": 28
                                                    },
                                                    "identifierName": "self"
                                                  },
                                                  "name": "self"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12471,
                                                  "end": 12475,
                                                  "loc": {
                                                    "start": {
                                                      "line": 277,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 277,
                                                      "column": 33
                                                    },
                                                    "identifierName": "busy"
                                                  },
                                                  "name": "busy"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 12478,
                                                "end": 12482,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 40
                                                  }
                                                },
                                                "value": true
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12509,
                                            "end": 12548,
                                            "loc": {
                                              "start": {
                                                "line": 278,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 278,
                                                "column": 63
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 12509,
                                              "end": 12547,
                                              "loc": {
                                                "start": {
                                                  "line": 278,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 278,
                                                  "column": 62
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 12509,
                                                "end": 12539,
                                                "loc": {
                                                  "start": {
                                                    "line": 278,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 278,
                                                    "column": 54
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 12509,
                                                  "end": 12531,
                                                  "loc": {
                                                    "start": {
                                                      "line": 278,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 278,
                                                      "column": 46
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 12509,
                                                    "end": 12522,
                                                    "loc": {
                                                      "start": {
                                                        "line": 278,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 278,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 12509,
                                                      "end": 12517,
                                                      "loc": {
                                                        "start": {
                                                          "line": 278,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 278,
                                                          "column": 32
                                                        },
                                                        "identifierName": "sketcher"
                                                      },
                                                      "name": "sketcher"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 12518,
                                                      "end": 12522,
                                                      "loc": {
                                                        "start": {
                                                          "line": 278,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 278,
                                                          "column": 37
                                                        },
                                                        "identifierName": "view"
                                                      },
                                                      "name": "view"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 12523,
                                                    "end": 12531,
                                                    "loc": {
                                                      "start": {
                                                        "line": 278,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 278,
                                                        "column": 46
                                                      },
                                                      "identifierName": "controls"
                                                    },
                                                    "name": "controls"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12532,
                                                  "end": 12539,
                                                  "loc": {
                                                    "start": {
                                                      "line": 278,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 278,
                                                      "column": 54
                                                    },
                                                    "identifierName": "enabled"
                                                  },
                                                  "name": "enabled"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 12542,
                                                "end": 12547,
                                                "loc": {
                                                  "start": {
                                                    "line": 278,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 278,
                                                    "column": 62
                                                  }
                                                },
                                                "value": false
                                              }
                                            },
                                            "trailingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": "do not update camera when dragging",
                                                "start": 12549,
                                                "end": 12585,
                                                "loc": {
                                                  "start": {
                                                    "line": 278,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 278,
                                                    "column": 100
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12613,
                                            "end": 12641,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 52
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 12613,
                                              "end": 12640,
                                              "loc": {
                                                "start": {
                                                  "line": 280,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 280,
                                                  "column": 51
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 12613,
                                                "end": 12638,
                                                "loc": {
                                                  "start": {
                                                    "line": 280,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 280,
                                                    "column": 49
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 12613,
                                                  "end": 12630,
                                                  "loc": {
                                                    "start": {
                                                      "line": 280,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 280,
                                                      "column": 41
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 12613,
                                                    "end": 12621,
                                                    "loc": {
                                                      "start": {
                                                        "line": 280,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 280,
                                                        "column": 32
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 12613,
                                                      "end": 12617,
                                                      "loc": {
                                                        "start": {
                                                          "line": 280,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 280,
                                                          "column": 28
                                                        },
                                                        "identifierName": "info"
                                                      },
                                                      "name": "info",
                                                      "leadingComments": null
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 12618,
                                                      "end": 12621,
                                                      "loc": {
                                                        "start": {
                                                          "line": 280,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 280,
                                                          "column": 32
                                                        },
                                                        "identifierName": "obj"
                                                      },
                                                      "name": "obj"
                                                    },
                                                    "computed": false,
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 12622,
                                                    "end": 12630,
                                                    "loc": {
                                                      "start": {
                                                        "line": 280,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 280,
                                                        "column": 41
                                                      },
                                                      "identifierName": "interact"
                                                    },
                                                    "name": "interact"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12631,
                                                  "end": 12638,
                                                  "loc": {
                                                    "start": {
                                                      "line": 280,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 280,
                                                      "column": 49
                                                    },
                                                    "identifierName": "unhover"
                                                  },
                                                  "name": "unhover"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "arguments": [],
                                              "leadingComments": null
                                            },
                                            "leadingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": "do not update camera when dragging",
                                                "start": 12549,
                                                "end": 12585,
                                                "loc": {
                                                  "start": {
                                                    "line": 278,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 278,
                                                    "column": 100
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12667,
                                            "end": 12694,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 51
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 12667,
                                              "end": 12693,
                                              "loc": {
                                                "start": {
                                                  "line": 281,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 281,
                                                  "column": 50
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 12667,
                                                "end": 12686,
                                                "loc": {
                                                  "start": {
                                                    "line": 281,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 281,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 12667,
                                                  "end": 12675,
                                                  "loc": {
                                                    "start": {
                                                      "line": 281,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 281,
                                                      "column": 32
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 12667,
                                                    "end": 12671,
                                                    "loc": {
                                                      "start": {
                                                        "line": 281,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 281,
                                                        "column": 28
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 12672,
                                                    "end": 12675,
                                                    "loc": {
                                                      "start": {
                                                        "line": 281,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 281,
                                                        "column": 32
                                                      },
                                                      "identifierName": "obj"
                                                    },
                                                    "name": "obj"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12676,
                                                  "end": 12686,
                                                  "loc": {
                                                    "start": {
                                                      "line": 281,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 281,
                                                      "column": 43
                                                    },
                                                    "identifierName": "setVisible"
                                                  },
                                                  "name": "setVisible"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BooleanLiteral",
                                                  "start": 12687,
                                                  "end": 12692,
                                                  "loc": {
                                                    "start": {
                                                      "line": 281,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 281,
                                                      "column": 49
                                                    }
                                                  },
                                                  "value": false
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12720,
                                            "end": 12771,
                                            "loc": {
                                              "start": {
                                                "line": 282,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 282,
                                                "column": 75
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 12720,
                                              "end": 12770,
                                              "loc": {
                                                "start": {
                                                  "line": 282,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 282,
                                                  "column": 74
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 12720,
                                                "end": 12738,
                                                "loc": {
                                                  "start": {
                                                    "line": 282,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 282,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 12720,
                                                  "end": 12730,
                                                  "loc": {
                                                    "start": {
                                                      "line": 282,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 282,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 12720,
                                                    "end": 12724,
                                                    "loc": {
                                                      "start": {
                                                        "line": 282,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 282,
                                                        "column": 28
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 12725,
                                                    "end": 12730,
                                                    "loc": {
                                                      "start": {
                                                        "line": 282,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 282,
                                                        "column": 34
                                                      },
                                                      "identifierName": "lines"
                                                    },
                                                    "name": "lines"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12731,
                                                  "end": 12738,
                                                  "loc": {
                                                    "start": {
                                                      "line": 282,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 282,
                                                      "column": 42
                                                    },
                                                    "identifierName": "forEach"
                                                  },
                                                  "name": "forEach"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 12739,
                                                  "end": 12769,
                                                  "loc": {
                                                    "start": {
                                                      "line": 282,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 282,
                                                      "column": 73
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": true,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 12739,
                                                      "end": 12743,
                                                      "loc": {
                                                        "start": {
                                                          "line": 282,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 282,
                                                          "column": 47
                                                        },
                                                        "identifierName": "line"
                                                      },
                                                      "name": "line"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "CallExpression",
                                                    "start": 12747,
                                                    "end": 12769,
                                                    "loc": {
                                                      "start": {
                                                        "line": 282,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 282,
                                                        "column": 73
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 12747,
                                                      "end": 12762,
                                                      "loc": {
                                                        "start": {
                                                          "line": 282,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 282,
                                                          "column": 66
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 12747,
                                                        "end": 12751,
                                                        "loc": {
                                                          "start": {
                                                            "line": 282,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 282,
                                                            "column": 55
                                                          },
                                                          "identifierName": "line"
                                                        },
                                                        "name": "line"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 12752,
                                                        "end": 12762,
                                                        "loc": {
                                                          "start": {
                                                            "line": 282,
                                                            "column": 56
                                                          },
                                                          "end": {
                                                            "line": 282,
                                                            "column": 66
                                                          },
                                                          "identifierName": "setVisible"
                                                        },
                                                        "name": "setVisible"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BooleanLiteral",
                                                        "start": 12763,
                                                        "end": 12768,
                                                        "loc": {
                                                          "start": {
                                                            "line": 282,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 282,
                                                            "column": 72
                                                          }
                                                        },
                                                        "value": false
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12799,
                                            "end": 12816,
                                            "loc": {
                                              "start": {
                                                "line": 284,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 284,
                                                "column": 41
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 12799,
                                              "end": 12815,
                                              "loc": {
                                                "start": {
                                                  "line": 284,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 284,
                                                  "column": 40
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 12799,
                                                "end": 12809,
                                                "loc": {
                                                  "start": {
                                                    "line": 284,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 284,
                                                    "column": 34
                                                  },
                                                  "identifierName": "addPreview"
                                                },
                                                "name": "addPreview"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 12810,
                                                  "end": 12814,
                                                  "loc": {
                                                    "start": {
                                                      "line": 284,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 284,
                                                      "column": 39
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12844,
                                            "end": 12863,
                                            "loc": {
                                              "start": {
                                                "line": 286,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 286,
                                                "column": 43
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 12844,
                                              "end": 12862,
                                              "loc": {
                                                "start": {
                                                  "line": 286,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 286,
                                                  "column": 42
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 12844,
                                                "end": 12860,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 286,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 12844,
                                                  "end": 12852,
                                                  "loc": {
                                                    "start": {
                                                      "line": 286,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 286,
                                                      "column": 32
                                                    },
                                                    "identifierName": "sketcher"
                                                  },
                                                  "name": "sketcher"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12853,
                                                  "end": 12860,
                                                  "loc": {
                                                    "start": {
                                                      "line": 286,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 286,
                                                      "column": 40
                                                    },
                                                    "identifierName": "refresh"
                                                  },
                                                  "name": "refresh"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12889,
                                            "end": 12907,
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 42
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 12889,
                                              "end": 12906,
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 41
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 12889,
                                                "end": 12898,
                                                "loc": {
                                                  "start": {
                                                    "line": 287,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 287,
                                                    "column": 33
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 12889,
                                                  "end": 12893,
                                                  "loc": {
                                                    "start": {
                                                      "line": 287,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 287,
                                                      "column": 28
                                                    },
                                                    "identifierName": "self"
                                                  },
                                                  "name": "self"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12894,
                                                  "end": 12898,
                                                  "loc": {
                                                    "start": {
                                                      "line": 287,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 287,
                                                      "column": 33
                                                    },
                                                    "identifierName": "busy"
                                                  },
                                                  "name": "busy"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 12901,
                                                "end": 12906,
                                                "loc": {
                                                  "start": {
                                                    "line": 287,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 287,
                                                    "column": 41
                                                  }
                                                },
                                                "value": false
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ObjectMethod",
                                      "start": 12953,
                                      "end": 15020,
                                      "loc": {
                                        "start": {
                                          "line": 289,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 329,
                                          "column": 21
                                        }
                                      },
                                      "method": true,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 12954,
                                        "end": 12988,
                                        "loc": {
                                          "start": {
                                            "line": 289,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 289,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 12954,
                                          "end": 12980,
                                          "loc": {
                                            "start": {
                                              "line": 289,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 289,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 12954,
                                            "end": 12968,
                                            "loc": {
                                              "start": {
                                                "line": 289,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 289,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 12954,
                                              "end": 12961,
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 28
                                                },
                                                "identifierName": "Object3"
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 12962,
                                              "end": 12968,
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 35
                                                },
                                                "identifierName": "Events"
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12969,
                                            "end": 12980,
                                            "loc": {
                                              "start": {
                                                "line": 289,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 289,
                                                "column": 47
                                              },
                                              "identifierName": "Interaction"
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12981,
                                          "end": 12988,
                                          "loc": {
                                            "start": {
                                              "line": 289,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 289,
                                              "column": 55
                                            },
                                            "identifierName": "Dropped"
                                          },
                                          "name": "Dropped"
                                        },
                                        "computed": false
                                      },
                                      "kind": "method",
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 12990,
                                          "end": 12994,
                                          "loc": {
                                            "start": {
                                              "line": 289,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 289,
                                              "column": 61
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 12996,
                                        "end": 15020,
                                        "loc": {
                                          "start": {
                                            "line": 289,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 329,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 13023,
                                            "end": 13062,
                                            "loc": {
                                              "start": {
                                                "line": 290,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 290,
                                                "column": 63
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 13027,
                                              "end": 13053,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 54
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 13027,
                                                "end": 13036,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 13027,
                                                  "end": 13031,
                                                  "loc": {
                                                    "start": {
                                                      "line": 290,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 32
                                                    },
                                                    "identifierName": "self"
                                                  },
                                                  "name": "self"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 13032,
                                                  "end": 13036,
                                                  "loc": {
                                                    "start": {
                                                      "line": 290,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 37
                                                    },
                                                    "identifierName": "busy"
                                                  },
                                                  "name": "busy"
                                                },
                                                "computed": false
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "UnaryExpression",
                                                "start": 13040,
                                                "end": 13053,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 54
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 13041,
                                                  "end": 13053,
                                                  "loc": {
                                                    "start": {
                                                      "line": 290,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 13041,
                                                    "end": 13045,
                                                    "loc": {
                                                      "start": {
                                                        "line": 290,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 290,
                                                        "column": 46
                                                      },
                                                      "identifierName": "self"
                                                    },
                                                    "name": "self"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 13046,
                                                    "end": 13053,
                                                    "loc": {
                                                      "start": {
                                                        "line": 290,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 290,
                                                        "column": 54
                                                      },
                                                      "identifierName": "preview"
                                                    },
                                                    "name": "preview"
                                                  },
                                                  "computed": false
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 13055,
                                              "end": 13062,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 63
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 13090,
                                            "end": 13148,
                                            "loc": {
                                              "start": {
                                                "line": 292,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 292,
                                                "column": 82
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 13094,
                                                "end": 13147,
                                                "loc": {
                                                  "start": {
                                                    "line": 292,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 292,
                                                    "column": 81
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 13094,
                                                  "end": 13098,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 32
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 13101,
                                                  "end": 13147,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 81
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 13101,
                                                    "end": 13142,
                                                    "loc": {
                                                      "start": {
                                                        "line": 292,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 292,
                                                        "column": 76
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 13101,
                                                      "end": 13115,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 13101,
                                                        "end": 13105,
                                                        "loc": {
                                                          "start": {
                                                            "line": 292,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 292,
                                                            "column": 39
                                                          },
                                                          "identifierName": "self"
                                                        },
                                                        "name": "self"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 13106,
                                                        "end": 13115,
                                                        "loc": {
                                                          "start": {
                                                            "line": 292,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 292,
                                                            "column": 49
                                                          },
                                                          "identifierName": "processor"
                                                        },
                                                        "name": "processor"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 13116,
                                                      "end": 13142,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 76
                                                        },
                                                        "identifierName": "RecognizeFilletByArcOrEdge"
                                                      },
                                                      "name": "RecognizeFilletByArcOrEdge"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 13143,
                                                      "end": 13146,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 77
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 80
                                                        },
                                                        "identifierName": "obj"
                                                      },
                                                      "name": "obj"
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 13174,
                                            "end": 13192,
                                            "loc": {
                                              "start": {
                                                "line": 293,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 293,
                                                "column": 42
                                              }
                                            },
                                            "test": {
                                              "type": "UnaryExpression",
                                              "start": 13178,
                                              "end": 13183,
                                              "loc": {
                                                "start": {
                                                  "line": 293,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 293,
                                                  "column": 33
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 13179,
                                                "end": 13183,
                                                "loc": {
                                                  "start": {
                                                    "line": 293,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 293,
                                                    "column": 33
                                                  },
                                                  "identifierName": "info"
                                                },
                                                "name": "info"
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 13185,
                                              "end": 13192,
                                              "loc": {
                                                "start": {
                                                  "line": 293,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 293,
                                                  "column": 42
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 13218,
                                            "end": 13235,
                                            "loc": {
                                              "start": {
                                                "line": 294,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 294,
                                                "column": 41
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 13218,
                                              "end": 13234,
                                              "loc": {
                                                "start": {
                                                  "line": 294,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 294,
                                                  "column": 40
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 13218,
                                                "end": 13227,
                                                "loc": {
                                                  "start": {
                                                    "line": 294,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 294,
                                                    "column": 33
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 13218,
                                                  "end": 13222,
                                                  "loc": {
                                                    "start": {
                                                      "line": 294,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 294,
                                                      "column": 28
                                                    },
                                                    "identifierName": "self"
                                                  },
                                                  "name": "self"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 13223,
                                                  "end": 13227,
                                                  "loc": {
                                                    "start": {
                                                      "line": 294,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 294,
                                                      "column": 33
                                                    },
                                                    "identifierName": "busy"
                                                  },
                                                  "name": "busy"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 13230,
                                                "end": 13234,
                                                "loc": {
                                                  "start": {
                                                    "line": 294,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 294,
                                                    "column": 40
                                                  }
                                                },
                                                "value": true
                                              }
                                            }
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 13263,
                                            "end": 13965,
                                            "loc": {
                                              "start": {
                                                "line": 296,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 25
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 13267,
                                              "end": 13290,
                                              "loc": {
                                                "start": {
                                                  "line": 296,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 296,
                                                  "column": 51
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 13267,
                                                "end": 13275,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 36
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 13267,
                                                  "end": 13271,
                                                  "loc": {
                                                    "start": {
                                                      "line": 296,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 296,
                                                      "column": 32
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 13272,
                                                  "end": 13275,
                                                  "loc": {
                                                    "start": {
                                                      "line": 296,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 296,
                                                      "column": 36
                                                    },
                                                    "identifierName": "obj"
                                                  },
                                                  "name": "obj"
                                                },
                                                "computed": false
                                              },
                                              "operator": "instanceof",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 13287,
                                                "end": 13290,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 51
                                                  },
                                                  "identifierName": "Arc"
                                                },
                                                "name": "Arc"
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 13292,
                                              "end": 13526,
                                              "loc": {
                                                "start": {
                                                  "line": 296,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 299,
                                                  "column": 25
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 13323,
                                                  "end": 13397,
                                                  "loc": {
                                                    "start": {
                                                      "line": 297,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 297,
                                                      "column": 102
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 13327,
                                                      "end": 13396,
                                                      "loc": {
                                                        "start": {
                                                          "line": 297,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 297,
                                                          "column": 101
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 13327,
                                                        "end": 13333,
                                                        "loc": {
                                                          "start": {
                                                            "line": 297,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 297,
                                                            "column": 38
                                                          },
                                                          "identifierName": "radius"
                                                        },
                                                        "name": "radius"
                                                      },
                                                      "init": {
                                                        "type": "ConditionalExpression",
                                                        "start": 13336,
                                                        "end": 13396,
                                                        "loc": {
                                                          "start": {
                                                            "line": 297,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 297,
                                                            "column": 101
                                                          }
                                                        },
                                                        "test": {
                                                          "type": "MemberExpression",
                                                          "start": 13336,
                                                          "end": 13352,
                                                          "loc": {
                                                            "start": {
                                                              "line": 297,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 297,
                                                              "column": 57
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 13336,
                                                            "end": 13348,
                                                            "loc": {
                                                              "start": {
                                                                "line": 297,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 297,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 13336,
                                                              "end": 13340,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 297,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 297,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "self"
                                                              },
                                                              "name": "self"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 13341,
                                                              "end": 13348,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 297,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 297,
                                                                  "column": 53
                                                                },
                                                                "identifierName": "preview"
                                                              },
                                                              "name": "preview"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 13349,
                                                            "end": 13352,
                                                            "loc": {
                                                              "start": {
                                                                "line": 297,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 297,
                                                                "column": 57
                                                              },
                                                              "identifierName": "obj"
                                                            },
                                                            "name": "obj"
                                                          },
                                                          "computed": false
                                                        },
                                                        "consequent": {
                                                          "type": "MemberExpression",
                                                          "start": 13355,
                                                          "end": 13378,
                                                          "loc": {
                                                            "start": {
                                                              "line": 297,
                                                              "column": 60
                                                            },
                                                            "end": {
                                                              "line": 297,
                                                              "column": 83
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 13355,
                                                            "end": 13371,
                                                            "loc": {
                                                              "start": {
                                                                "line": 297,
                                                                "column": 60
                                                              },
                                                              "end": {
                                                                "line": 297,
                                                                "column": 76
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 13355,
                                                              "end": 13367,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 297,
                                                                  "column": 60
                                                                },
                                                                "end": {
                                                                  "line": 297,
                                                                  "column": 72
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 13355,
                                                                "end": 13359,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 297,
                                                                    "column": 60
                                                                  },
                                                                  "end": {
                                                                    "line": 297,
                                                                    "column": 64
                                                                  },
                                                                  "identifierName": "self"
                                                                },
                                                                "name": "self"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 13360,
                                                                "end": 13367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 297,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 297,
                                                                    "column": 72
                                                                  },
                                                                  "identifierName": "preview"
                                                                },
                                                                "name": "preview"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 13368,
                                                              "end": 13371,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 297,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 297,
                                                                  "column": 76
                                                                },
                                                                "identifierName": "obj"
                                                              },
                                                              "name": "obj"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 13372,
                                                            "end": 13378,
                                                            "loc": {
                                                              "start": {
                                                                "line": 297,
                                                                "column": 77
                                                              },
                                                              "end": {
                                                                "line": 297,
                                                                "column": 83
                                                              },
                                                              "identifierName": "radius"
                                                            },
                                                            "name": "radius"
                                                          },
                                                          "computed": false
                                                        },
                                                        "alternate": {
                                                          "type": "MemberExpression",
                                                          "start": 13381,
                                                          "end": 13396,
                                                          "loc": {
                                                            "start": {
                                                              "line": 297,
                                                              "column": 86
                                                            },
                                                            "end": {
                                                              "line": 297,
                                                              "column": 101
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 13381,
                                                            "end": 13389,
                                                            "loc": {
                                                              "start": {
                                                                "line": 297,
                                                                "column": 86
                                                              },
                                                              "end": {
                                                                "line": 297,
                                                                "column": 94
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 13381,
                                                              "end": 13385,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 297,
                                                                  "column": 86
                                                                },
                                                                "end": {
                                                                  "line": 297,
                                                                  "column": 90
                                                                },
                                                                "identifierName": "info"
                                                              },
                                                              "name": "info"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 13386,
                                                              "end": 13389,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 297,
                                                                  "column": 91
                                                                },
                                                                "end": {
                                                                  "line": 297,
                                                                  "column": 94
                                                                },
                                                                "identifierName": "obj"
                                                              },
                                                              "name": "obj"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 13390,
                                                            "end": 13396,
                                                            "loc": {
                                                              "start": {
                                                                "line": 297,
                                                                "column": 95
                                                              },
                                                              "end": {
                                                                "line": 297,
                                                                "column": 101
                                                              },
                                                              "identifierName": "radius"
                                                            },
                                                            "name": "radius"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "kind": "var"
                                                },
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 13427,
                                                  "end": 13499,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 298,
                                                      "column": 100
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 13431,
                                                      "end": 13498,
                                                      "loc": {
                                                        "start": {
                                                          "line": 298,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 298,
                                                          "column": 99
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 13431,
                                                        "end": 13437,
                                                        "loc": {
                                                          "start": {
                                                            "line": 298,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 298,
                                                            "column": 38
                                                          },
                                                          "identifierName": "params"
                                                        },
                                                        "name": "params"
                                                      },
                                                      "init": {
                                                        "type": "CallExpression",
                                                        "start": 13440,
                                                        "end": 13498,
                                                        "loc": {
                                                          "start": {
                                                            "line": 298,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 298,
                                                            "column": 99
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 13440,
                                                          "end": 13484,
                                                          "loc": {
                                                            "start": {
                                                              "line": 298,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 298,
                                                              "column": 85
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 13440,
                                                            "end": 13454,
                                                            "loc": {
                                                              "start": {
                                                                "line": 298,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 298,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 13440,
                                                              "end": 13444,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 298,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 298,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "self"
                                                              },
                                                              "name": "self"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 13445,
                                                              "end": 13454,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 298,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 298,
                                                                  "column": 55
                                                                },
                                                                "identifierName": "processor"
                                                              },
                                                              "name": "processor"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 13455,
                                                            "end": 13484,
                                                            "loc": {
                                                              "start": {
                                                                "line": 298,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 298,
                                                                "column": 85
                                                              },
                                                              "identifierName": "CalculateFilletParamsByRadius"
                                                            },
                                                            "name": "CalculateFilletParamsByRadius"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 13485,
                                                            "end": 13489,
                                                            "loc": {
                                                              "start": {
                                                                "line": 298,
                                                                "column": 86
                                                              },
                                                              "end": {
                                                                "line": 298,
                                                                "column": 90
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 13491,
                                                            "end": 13497,
                                                            "loc": {
                                                              "start": {
                                                                "line": 298,
                                                                "column": 92
                                                              },
                                                              "end": {
                                                                "line": 298,
                                                                "column": 98
                                                              },
                                                              "identifierName": "radius"
                                                            },
                                                            "name": "radius"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "kind": "var"
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": {
                                              "type": "BlockStatement",
                                              "start": 13532,
                                              "end": 13965,
                                              "loc": {
                                                "start": {
                                                  "line": 299,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 25
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "IfStatement",
                                                  "start": 13563,
                                                  "end": 13833,
                                                  "loc": {
                                                    "start": {
                                                      "line": 300,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 303,
                                                      "column": 97
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "MemberExpression",
                                                    "start": 13567,
                                                    "end": 13583,
                                                    "loc": {
                                                      "start": {
                                                        "line": 300,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 300,
                                                        "column": 48
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 13567,
                                                      "end": 13579,
                                                      "loc": {
                                                        "start": {
                                                          "line": 300,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 300,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 13567,
                                                        "end": 13571,
                                                        "loc": {
                                                          "start": {
                                                            "line": 300,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 300,
                                                            "column": 36
                                                          },
                                                          "identifierName": "self"
                                                        },
                                                        "name": "self"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 13572,
                                                        "end": 13579,
                                                        "loc": {
                                                          "start": {
                                                            "line": 300,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 300,
                                                            "column": 44
                                                          },
                                                          "identifierName": "preview"
                                                        },
                                                        "name": "preview"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 13580,
                                                      "end": 13583,
                                                      "loc": {
                                                        "start": {
                                                          "line": 300,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 300,
                                                          "column": 48
                                                        },
                                                        "identifierName": "obj"
                                                      },
                                                      "name": "obj"
                                                    },
                                                    "computed": false
                                                  },
                                                  "consequent": {
                                                    "type": "VariableDeclaration",
                                                    "start": 13618,
                                                    "end": 13700,
                                                    "loc": {
                                                      "start": {
                                                        "line": 301,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 301,
                                                        "column": 114
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 13622,
                                                        "end": 13699,
                                                        "loc": {
                                                          "start": {
                                                            "line": 301,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 301,
                                                            "column": 113
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 13622,
                                                          "end": 13628,
                                                          "loc": {
                                                            "start": {
                                                              "line": 301,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 301,
                                                              "column": 42
                                                            },
                                                            "identifierName": "offset"
                                                          },
                                                          "name": "offset"
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 13631,
                                                          "end": 13699,
                                                          "loc": {
                                                            "start": {
                                                              "line": 301,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 301,
                                                              "column": 113
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 13631,
                                                            "end": 13677,
                                                            "loc": {
                                                              "start": {
                                                                "line": 301,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 301,
                                                                "column": 91
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 13631,
                                                              "end": 13666,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 301,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 301,
                                                                  "column": 80
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 13631,
                                                                "end": 13657,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 301,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 301,
                                                                    "column": 71
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 13631,
                                                                  "end": 13654,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 301,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 301,
                                                                      "column": 68
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 13631,
                                                                    "end": 13647,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 301,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 301,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 13631,
                                                                      "end": 13643,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 301,
                                                                          "column": 45
                                                                        },
                                                                        "end": {
                                                                          "line": 301,
                                                                          "column": 57
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 13631,
                                                                        "end": 13635,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 301,
                                                                            "column": 45
                                                                          },
                                                                          "end": {
                                                                            "line": 301,
                                                                            "column": 49
                                                                          },
                                                                          "identifierName": "self"
                                                                        },
                                                                        "name": "self"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 13636,
                                                                        "end": 13643,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 301,
                                                                            "column": 50
                                                                          },
                                                                          "end": {
                                                                            "line": 301,
                                                                            "column": 57
                                                                          },
                                                                          "identifierName": "preview"
                                                                        },
                                                                        "name": "preview"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 13644,
                                                                      "end": 13647,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 301,
                                                                          "column": 58
                                                                        },
                                                                        "end": {
                                                                          "line": 301,
                                                                          "column": 61
                                                                        },
                                                                        "identifierName": "obj"
                                                                      },
                                                                      "name": "obj"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 13648,
                                                                    "end": 13654,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 301,
                                                                        "column": 62
                                                                      },
                                                                      "end": {
                                                                        "line": 301,
                                                                        "column": 68
                                                                      },
                                                                      "identifierName": "points"
                                                                    },
                                                                    "name": "points"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "NumericLiteral",
                                                                  "start": 13655,
                                                                  "end": 13656,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 301,
                                                                      "column": 69
                                                                    },
                                                                    "end": {
                                                                      "line": 301,
                                                                      "column": 70
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  },
                                                                  "value": 0
                                                                },
                                                                "computed": true
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 13658,
                                                                "end": 13666,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 301,
                                                                    "column": 72
                                                                  },
                                                                  "end": {
                                                                    "line": 301,
                                                                    "column": 80
                                                                  },
                                                                  "identifierName": "position"
                                                                },
                                                                "name": "position"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 13667,
                                                              "end": 13677,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 301,
                                                                  "column": 81
                                                                },
                                                                "end": {
                                                                  "line": 301,
                                                                  "column": 91
                                                                },
                                                                "identifierName": "distanceTo"
                                                              },
                                                              "name": "distanceTo"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 13678,
                                                              "end": 13698,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 301,
                                                                  "column": 92
                                                                },
                                                                "end": {
                                                                  "line": 301,
                                                                  "column": 112
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 13678,
                                                                "end": 13689,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 301,
                                                                    "column": 92
                                                                  },
                                                                  "end": {
                                                                    "line": 301,
                                                                    "column": 103
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 13678,
                                                                  "end": 13682,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 301,
                                                                      "column": 92
                                                                    },
                                                                    "end": {
                                                                      "line": 301,
                                                                      "column": 96
                                                                    },
                                                                    "identifierName": "info"
                                                                  },
                                                                  "name": "info"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 13683,
                                                                  "end": 13689,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 301,
                                                                      "column": 97
                                                                    },
                                                                    "end": {
                                                                      "line": 301,
                                                                      "column": 103
                                                                    },
                                                                    "identifierName": "vertex"
                                                                  },
                                                                  "name": "vertex"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 13690,
                                                                "end": 13698,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 301,
                                                                    "column": 104
                                                                  },
                                                                  "end": {
                                                                    "line": 301,
                                                                    "column": 112
                                                                  },
                                                                  "identifierName": "position"
                                                                },
                                                                "name": "position"
                                                              },
                                                              "computed": false
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  "alternate": {
                                                    "type": "VariableDeclaration",
                                                    "start": 13768,
                                                    "end": 13833,
                                                    "loc": {
                                                      "start": {
                                                        "line": 303,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 303,
                                                        "column": 97
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 13772,
                                                        "end": 13832,
                                                        "loc": {
                                                          "start": {
                                                            "line": 303,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 303,
                                                            "column": 96
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 13772,
                                                          "end": 13778,
                                                          "loc": {
                                                            "start": {
                                                              "line": 303,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 303,
                                                              "column": 42
                                                            },
                                                            "identifierName": "offset"
                                                          },
                                                          "name": "offset"
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 13781,
                                                          "end": 13832,
                                                          "loc": {
                                                            "start": {
                                                              "line": 303,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 303,
                                                              "column": 96
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 13781,
                                                            "end": 13819,
                                                            "loc": {
                                                              "start": {
                                                                "line": 303,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 303,
                                                                "column": 83
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 13781,
                                                              "end": 13808,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 303,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 303,
                                                                  "column": 72
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 13781,
                                                                "end": 13799,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 303,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 303,
                                                                    "column": 63
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 13781,
                                                                  "end": 13796,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 303,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 303,
                                                                      "column": 60
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 13781,
                                                                    "end": 13789,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 303,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 303,
                                                                        "column": 53
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 13781,
                                                                      "end": 13785,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 303,
                                                                          "column": 45
                                                                        },
                                                                        "end": {
                                                                          "line": 303,
                                                                          "column": 49
                                                                        },
                                                                        "identifierName": "info"
                                                                      },
                                                                      "name": "info"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 13786,
                                                                      "end": 13789,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 303,
                                                                          "column": 50
                                                                        },
                                                                        "end": {
                                                                          "line": 303,
                                                                          "column": 53
                                                                        },
                                                                        "identifierName": "obj"
                                                                      },
                                                                      "name": "obj"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 13790,
                                                                    "end": 13796,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 303,
                                                                        "column": 54
                                                                      },
                                                                      "end": {
                                                                        "line": 303,
                                                                        "column": 60
                                                                      },
                                                                      "identifierName": "points"
                                                                    },
                                                                    "name": "points"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "NumericLiteral",
                                                                  "start": 13797,
                                                                  "end": 13798,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 303,
                                                                      "column": 61
                                                                    },
                                                                    "end": {
                                                                      "line": 303,
                                                                      "column": 62
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  },
                                                                  "value": 0
                                                                },
                                                                "computed": true
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 13800,
                                                                "end": 13808,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 303,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 303,
                                                                    "column": 72
                                                                  },
                                                                  "identifierName": "position"
                                                                },
                                                                "name": "position"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 13809,
                                                              "end": 13819,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 303,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 303,
                                                                  "column": 83
                                                                },
                                                                "identifierName": "distanceTo"
                                                              },
                                                              "name": "distanceTo"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 13820,
                                                              "end": 13831,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 303,
                                                                  "column": 84
                                                                },
                                                                "end": {
                                                                  "line": 303,
                                                                  "column": 95
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 13820,
                                                                "end": 13824,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 303,
                                                                    "column": 84
                                                                  },
                                                                  "end": {
                                                                    "line": 303,
                                                                    "column": 88
                                                                  },
                                                                  "identifierName": "info"
                                                                },
                                                                "name": "info"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 13825,
                                                                "end": 13831,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 303,
                                                                    "column": 89
                                                                  },
                                                                  "end": {
                                                                    "line": 303,
                                                                    "column": 95
                                                                  },
                                                                  "identifierName": "vertex"
                                                                },
                                                                "name": "vertex"
                                                              },
                                                              "computed": false
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  }
                                                },
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 13865,
                                                  "end": 13938,
                                                  "loc": {
                                                    "start": {
                                                      "line": 305,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 305,
                                                      "column": 101
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 13869,
                                                      "end": 13937,
                                                      "loc": {
                                                        "start": {
                                                          "line": 305,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 305,
                                                          "column": 100
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 13869,
                                                        "end": 13875,
                                                        "loc": {
                                                          "start": {
                                                            "line": 305,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 305,
                                                            "column": 38
                                                          },
                                                          "identifierName": "params"
                                                        },
                                                        "name": "params"
                                                      },
                                                      "init": {
                                                        "type": "CallExpression",
                                                        "start": 13878,
                                                        "end": 13937,
                                                        "loc": {
                                                          "start": {
                                                            "line": 305,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 305,
                                                            "column": 100
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 13878,
                                                          "end": 13923,
                                                          "loc": {
                                                            "start": {
                                                              "line": 305,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 305,
                                                              "column": 86
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 13878,
                                                            "end": 13892,
                                                            "loc": {
                                                              "start": {
                                                                "line": 305,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 305,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 13878,
                                                              "end": 13882,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 305,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 305,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "self"
                                                              },
                                                              "name": "self"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 13883,
                                                              "end": 13892,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 305,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 305,
                                                                  "column": 55
                                                                },
                                                                "identifierName": "processor"
                                                              },
                                                              "name": "processor"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 13893,
                                                            "end": 13923,
                                                            "loc": {
                                                              "start": {
                                                                "line": 305,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 305,
                                                                "column": 86
                                                              },
                                                              "identifierName": "CalculateChamferParamsByOffset"
                                                            },
                                                            "name": "CalculateChamferParamsByOffset"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 13924,
                                                            "end": 13928,
                                                            "loc": {
                                                              "start": {
                                                                "line": 305,
                                                                "column": 87
                                                              },
                                                              "end": {
                                                                "line": 305,
                                                                "column": 91
                                                              },
                                                              "identifierName": "info"
                                                            },
                                                            "name": "info"
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 13930,
                                                            "end": 13936,
                                                            "loc": {
                                                              "start": {
                                                                "line": 305,
                                                                "column": 93
                                                              },
                                                              "end": {
                                                                "line": 305,
                                                                "column": 99
                                                              },
                                                              "identifierName": "offset"
                                                            },
                                                            "name": "offset"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "kind": "var"
                                                }
                                              ],
                                              "directives": []
                                            }
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 13993,
                                            "end": 14005,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 36
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 13997,
                                                "end": 14004,
                                                "loc": {
                                                  "start": {
                                                    "line": 308,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 308,
                                                    "column": 35
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 13997,
                                                  "end": 14004,
                                                  "loc": {
                                                    "start": {
                                                      "line": 308,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 308,
                                                      "column": 35
                                                    },
                                                    "identifierName": "promise"
                                                  },
                                                  "name": "promise"
                                                },
                                                "init": null
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 14031,
                                            "end": 14451,
                                            "loc": {
                                              "start": {
                                                "line": 309,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 316,
                                                "column": 25
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 14065,
                                              "end": 14205,
                                              "loc": {
                                                "start": {
                                                  "line": 310,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 118
                                                }
                                              },
                                              "left": {
                                                "type": "UnaryExpression",
                                                "start": 14065,
                                                "end": 14082,
                                                "loc": {
                                                  "start": {
                                                    "line": 310,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 310,
                                                    "column": 45
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 14066,
                                                  "end": 14082,
                                                  "loc": {
                                                    "start": {
                                                      "line": 310,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 310,
                                                      "column": 45
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 14066,
                                                    "end": 14078,
                                                    "loc": {
                                                      "start": {
                                                        "line": 310,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 310,
                                                        "column": 41
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 14066,
                                                      "end": 14070,
                                                      "loc": {
                                                        "start": {
                                                          "line": 310,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 310,
                                                          "column": 33
                                                        },
                                                        "identifierName": "self"
                                                      },
                                                      "name": "self"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 14071,
                                                      "end": 14078,
                                                      "loc": {
                                                        "start": {
                                                          "line": 310,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 310,
                                                          "column": 41
                                                        },
                                                        "identifierName": "preview"
                                                      },
                                                      "name": "preview"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 14079,
                                                    "end": 14082,
                                                    "loc": {
                                                      "start": {
                                                        "line": 310,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 310,
                                                        "column": 45
                                                      },
                                                      "identifierName": "obj"
                                                    },
                                                    "name": "obj"
                                                  },
                                                  "computed": false
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "BinaryExpression",
                                                "start": 14115,
                                                "end": 14205,
                                                "loc": {
                                                  "start": {
                                                    "line": 311,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 311,
                                                    "column": 118
                                                  }
                                                },
                                                "left": {
                                                  "type": "CallExpression",
                                                  "start": 14115,
                                                  "end": 14198,
                                                  "loc": {
                                                    "start": {
                                                      "line": 311,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 311,
                                                      "column": 111
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 14115,
                                                    "end": 14161,
                                                    "loc": {
                                                      "start": {
                                                        "line": 311,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 311,
                                                        "column": 74
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 14115,
                                                      "end": 14150,
                                                      "loc": {
                                                        "start": {
                                                          "line": 311,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 311,
                                                          "column": 63
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 14115,
                                                        "end": 14141,
                                                        "loc": {
                                                          "start": {
                                                            "line": 311,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 311,
                                                            "column": 54
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 14115,
                                                          "end": 14138,
                                                          "loc": {
                                                            "start": {
                                                              "line": 311,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 311,
                                                              "column": 51
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 14115,
                                                            "end": 14131,
                                                            "loc": {
                                                              "start": {
                                                                "line": 311,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 311,
                                                                "column": 44
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 14115,
                                                              "end": 14127,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 311,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 311,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 14115,
                                                                "end": 14119,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 311,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 311,
                                                                    "column": 32
                                                                  },
                                                                  "identifierName": "self"
                                                                },
                                                                "name": "self"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14120,
                                                                "end": 14127,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 311,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 311,
                                                                    "column": 40
                                                                  },
                                                                  "identifierName": "preview"
                                                                },
                                                                "name": "preview"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14128,
                                                              "end": 14131,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 311,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 311,
                                                                  "column": 44
                                                                },
                                                                "identifierName": "obj"
                                                              },
                                                              "name": "obj"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 14132,
                                                            "end": 14138,
                                                            "loc": {
                                                              "start": {
                                                                "line": 311,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 311,
                                                                "column": 51
                                                              },
                                                              "identifierName": "points"
                                                            },
                                                            "name": "points"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 14139,
                                                          "end": 14140,
                                                          "loc": {
                                                            "start": {
                                                              "line": 311,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 311,
                                                              "column": 53
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 0,
                                                            "raw": "0"
                                                          },
                                                          "value": 0
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 14142,
                                                        "end": 14150,
                                                        "loc": {
                                                          "start": {
                                                            "line": 311,
                                                            "column": 55
                                                          },
                                                          "end": {
                                                            "line": 311,
                                                            "column": 63
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 14151,
                                                      "end": 14161,
                                                      "loc": {
                                                        "start": {
                                                          "line": 311,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 311,
                                                          "column": 74
                                                        },
                                                        "identifierName": "distanceTo"
                                                      },
                                                      "name": "distanceTo"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 14162,
                                                      "end": 14197,
                                                      "loc": {
                                                        "start": {
                                                          "line": 311,
                                                          "column": 75
                                                        },
                                                        "end": {
                                                          "line": 311,
                                                          "column": 110
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 14162,
                                                        "end": 14188,
                                                        "loc": {
                                                          "start": {
                                                            "line": 311,
                                                            "column": 75
                                                          },
                                                          "end": {
                                                            "line": 311,
                                                            "column": 101
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 14162,
                                                          "end": 14185,
                                                          "loc": {
                                                            "start": {
                                                              "line": 311,
                                                              "column": 75
                                                            },
                                                            "end": {
                                                              "line": 311,
                                                              "column": 98
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 14162,
                                                            "end": 14178,
                                                            "loc": {
                                                              "start": {
                                                                "line": 311,
                                                                "column": 75
                                                              },
                                                              "end": {
                                                                "line": 311,
                                                                "column": 91
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 14162,
                                                              "end": 14174,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 311,
                                                                  "column": 75
                                                                },
                                                                "end": {
                                                                  "line": 311,
                                                                  "column": 87
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 14162,
                                                                "end": 14166,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 311,
                                                                    "column": 75
                                                                  },
                                                                  "end": {
                                                                    "line": 311,
                                                                    "column": 79
                                                                  },
                                                                  "identifierName": "self"
                                                                },
                                                                "name": "self"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14167,
                                                                "end": 14174,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 311,
                                                                    "column": 80
                                                                  },
                                                                  "end": {
                                                                    "line": 311,
                                                                    "column": 87
                                                                  },
                                                                  "identifierName": "preview"
                                                                },
                                                                "name": "preview"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14175,
                                                              "end": 14178,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 311,
                                                                  "column": 88
                                                                },
                                                                "end": {
                                                                  "line": 311,
                                                                  "column": 91
                                                                },
                                                                "identifierName": "obj"
                                                              },
                                                              "name": "obj"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 14179,
                                                            "end": 14185,
                                                            "loc": {
                                                              "start": {
                                                                "line": 311,
                                                                "column": 92
                                                              },
                                                              "end": {
                                                                "line": 311,
                                                                "column": 98
                                                              },
                                                              "identifierName": "points"
                                                            },
                                                            "name": "points"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 14186,
                                                          "end": 14187,
                                                          "loc": {
                                                            "start": {
                                                              "line": 311,
                                                              "column": 99
                                                            },
                                                            "end": {
                                                              "line": 311,
                                                              "column": 100
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "value": 1
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 14189,
                                                        "end": 14197,
                                                        "loc": {
                                                          "start": {
                                                            "line": 311,
                                                            "column": 102
                                                          },
                                                          "end": {
                                                            "line": 311,
                                                            "column": 110
                                                          },
                                                          "identifierName": "position"
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "operator": "<",
                                                "right": {
                                                  "type": "NumericLiteral",
                                                  "start": 14201,
                                                  "end": 14205,
                                                  "loc": {
                                                    "start": {
                                                      "line": 311,
                                                      "column": 114
                                                    },
                                                    "end": {
                                                      "line": 311,
                                                      "column": 118
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 0.001,
                                                    "raw": "1e-3"
                                                  },
                                                  "value": 0.001
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 14233,
                                              "end": 14335,
                                              "loc": {
                                                "start": {
                                                  "line": 312,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 314,
                                                  "column": 25
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 14264,
                                                  "end": 14308,
                                                  "loc": {
                                                    "start": {
                                                      "line": 313,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 313,
                                                      "column": 72
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 14264,
                                                    "end": 14307,
                                                    "loc": {
                                                      "start": {
                                                        "line": 313,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 313,
                                                        "column": 71
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 14264,
                                                      "end": 14271,
                                                      "loc": {
                                                        "start": {
                                                          "line": 313,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 313,
                                                          "column": 35
                                                        },
                                                        "identifierName": "promise"
                                                      },
                                                      "name": "promise"
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 14274,
                                                      "end": 14307,
                                                      "loc": {
                                                        "start": {
                                                          "line": 313,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 313,
                                                          "column": 71
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 14274,
                                                        "end": 14301,
                                                        "loc": {
                                                          "start": {
                                                            "line": 313,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 313,
                                                            "column": 65
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 14274,
                                                          "end": 14288,
                                                          "loc": {
                                                            "start": {
                                                              "line": 313,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 313,
                                                              "column": 52
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 14274,
                                                            "end": 14278,
                                                            "loc": {
                                                              "start": {
                                                                "line": 313,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 313,
                                                                "column": 42
                                                              },
                                                              "identifierName": "self"
                                                            },
                                                            "name": "self"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 14279,
                                                            "end": 14288,
                                                            "loc": {
                                                              "start": {
                                                                "line": 313,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 313,
                                                                "column": 52
                                                              },
                                                              "identifierName": "processor"
                                                            },
                                                            "name": "processor"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 14289,
                                                          "end": 14301,
                                                          "loc": {
                                                            "start": {
                                                              "line": 313,
                                                              "column": 53
                                                            },
                                                            "end": {
                                                              "line": 313,
                                                              "column": 65
                                                            },
                                                            "identifierName": "DeleteFillet"
                                                          },
                                                          "name": "DeleteFillet"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 14302,
                                                          "end": 14306,
                                                          "loc": {
                                                            "start": {
                                                              "line": 313,
                                                              "column": 66
                                                            },
                                                            "end": {
                                                              "line": 313,
                                                              "column": 70
                                                            },
                                                            "identifierName": "info"
                                                          },
                                                          "name": "info"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": {
                                              "type": "BlockStatement",
                                              "start": 14341,
                                              "end": 14451,
                                              "loc": {
                                                "start": {
                                                  "line": 314,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 316,
                                                  "column": 25
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 14372,
                                                  "end": 14424,
                                                  "loc": {
                                                    "start": {
                                                      "line": 315,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 315,
                                                      "column": 80
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 14372,
                                                    "end": 14423,
                                                    "loc": {
                                                      "start": {
                                                        "line": 315,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 315,
                                                        "column": 79
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 14372,
                                                      "end": 14379,
                                                      "loc": {
                                                        "start": {
                                                          "line": 315,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 315,
                                                          "column": 35
                                                        },
                                                        "identifierName": "promise"
                                                      },
                                                      "name": "promise"
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 14382,
                                                      "end": 14423,
                                                      "loc": {
                                                        "start": {
                                                          "line": 315,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 315,
                                                          "column": 79
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 14382,
                                                        "end": 14409,
                                                        "loc": {
                                                          "start": {
                                                            "line": 315,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 315,
                                                            "column": 65
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 14382,
                                                          "end": 14396,
                                                          "loc": {
                                                            "start": {
                                                              "line": 315,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 315,
                                                              "column": 52
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 14382,
                                                            "end": 14386,
                                                            "loc": {
                                                              "start": {
                                                                "line": 315,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 315,
                                                                "column": 42
                                                              },
                                                              "identifierName": "self"
                                                            },
                                                            "name": "self"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 14387,
                                                            "end": 14396,
                                                            "loc": {
                                                              "start": {
                                                                "line": 315,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 315,
                                                                "column": 52
                                                              },
                                                              "identifierName": "processor"
                                                            },
                                                            "name": "processor"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 14397,
                                                          "end": 14409,
                                                          "loc": {
                                                            "start": {
                                                              "line": 315,
                                                              "column": 53
                                                            },
                                                            "end": {
                                                              "line": 315,
                                                              "column": 65
                                                            },
                                                            "identifierName": "ChangeFillet"
                                                          },
                                                          "name": "ChangeFillet"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 14410,
                                                          "end": 14414,
                                                          "loc": {
                                                            "start": {
                                                              "line": 315,
                                                              "column": 66
                                                            },
                                                            "end": {
                                                              "line": 315,
                                                              "column": 70
                                                            },
                                                            "identifierName": "info"
                                                          },
                                                          "name": "info"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 14416,
                                                          "end": 14422,
                                                          "loc": {
                                                            "start": {
                                                              "line": 315,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 315,
                                                              "column": 78
                                                            },
                                                            "identifierName": "params"
                                                          },
                                                          "name": "params"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 14479,
                                            "end": 14495,
                                            "loc": {
                                              "start": {
                                                "line": 318,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 318,
                                                "column": 40
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 14479,
                                              "end": 14494,
                                              "loc": {
                                                "start": {
                                                  "line": 318,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 318,
                                                  "column": 39
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 14479,
                                                "end": 14492,
                                                "loc": {
                                                  "start": {
                                                    "line": 318,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 318,
                                                    "column": 37
                                                  },
                                                  "identifierName": "removePreview"
                                                },
                                                "name": "removePreview"
                                              },
                                              "arguments": []
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 14521,
                                            "end": 14559,
                                            "loc": {
                                              "start": {
                                                "line": 319,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 319,
                                                "column": 62
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 14521,
                                              "end": 14558,
                                              "loc": {
                                                "start": {
                                                  "line": 319,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 319,
                                                  "column": 61
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 14521,
                                                "end": 14551,
                                                "loc": {
                                                  "start": {
                                                    "line": 319,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 319,
                                                    "column": 54
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 14521,
                                                  "end": 14543,
                                                  "loc": {
                                                    "start": {
                                                      "line": 319,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 319,
                                                      "column": 46
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 14521,
                                                    "end": 14534,
                                                    "loc": {
                                                      "start": {
                                                        "line": 319,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 319,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 14521,
                                                      "end": 14529,
                                                      "loc": {
                                                        "start": {
                                                          "line": 319,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 319,
                                                          "column": 32
                                                        },
                                                        "identifierName": "sketcher"
                                                      },
                                                      "name": "sketcher"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 14530,
                                                      "end": 14534,
                                                      "loc": {
                                                        "start": {
                                                          "line": 319,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 319,
                                                          "column": 37
                                                        },
                                                        "identifierName": "view"
                                                      },
                                                      "name": "view"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 14535,
                                                    "end": 14543,
                                                    "loc": {
                                                      "start": {
                                                        "line": 319,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 319,
                                                        "column": 46
                                                      },
                                                      "identifierName": "controls"
                                                    },
                                                    "name": "controls"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 14544,
                                                  "end": 14551,
                                                  "loc": {
                                                    "start": {
                                                      "line": 319,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 319,
                                                      "column": 54
                                                    },
                                                    "identifierName": "enabled"
                                                  },
                                                  "name": "enabled"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 14554,
                                                "end": 14558,
                                                "loc": {
                                                  "start": {
                                                    "line": 319,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 319,
                                                    "column": 61
                                                  }
                                                },
                                                "value": true
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 14587,
                                            "end": 14637,
                                            "loc": {
                                              "start": {
                                                "line": 321,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 321,
                                                "column": 74
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 14587,
                                              "end": 14636,
                                              "loc": {
                                                "start": {
                                                  "line": 321,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 321,
                                                  "column": 73
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 14587,
                                                "end": 14605,
                                                "loc": {
                                                  "start": {
                                                    "line": 321,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 321,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 14587,
                                                  "end": 14597,
                                                  "loc": {
                                                    "start": {
                                                      "line": 321,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 321,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 14587,
                                                    "end": 14591,
                                                    "loc": {
                                                      "start": {
                                                        "line": 321,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 321,
                                                        "column": 28
                                                      },
                                                      "identifierName": "info"
                                                    },
                                                    "name": "info"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 14592,
                                                    "end": 14597,
                                                    "loc": {
                                                      "start": {
                                                        "line": 321,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 321,
                                                        "column": 34
                                                      },
                                                      "identifierName": "lines"
                                                    },
                                                    "name": "lines"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 14598,
                                                  "end": 14605,
                                                  "loc": {
                                                    "start": {
                                                      "line": 321,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 321,
                                                      "column": 42
                                                    },
                                                    "identifierName": "forEach"
                                                  },
                                                  "name": "forEach"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 14606,
                                                  "end": 14635,
                                                  "loc": {
                                                    "start": {
                                                      "line": 321,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 321,
                                                      "column": 72
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": true,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 14606,
                                                      "end": 14610,
                                                      "loc": {
                                                        "start": {
                                                          "line": 321,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 321,
                                                          "column": 47
                                                        },
                                                        "identifierName": "line"
                                                      },
                                                      "name": "line"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "CallExpression",
                                                    "start": 14614,
                                                    "end": 14635,
                                                    "loc": {
                                                      "start": {
                                                        "line": 321,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 321,
                                                        "column": 72
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 14614,
                                                      "end": 14629,
                                                      "loc": {
                                                        "start": {
                                                          "line": 321,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 321,
                                                          "column": 66
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 14614,
                                                        "end": 14618,
                                                        "loc": {
                                                          "start": {
                                                            "line": 321,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 321,
                                                            "column": 55
                                                          },
                                                          "identifierName": "line"
                                                        },
                                                        "name": "line"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 14619,
                                                        "end": 14629,
                                                        "loc": {
                                                          "start": {
                                                            "line": 321,
                                                            "column": 56
                                                          },
                                                          "end": {
                                                            "line": 321,
                                                            "column": 66
                                                          },
                                                          "identifierName": "setVisible"
                                                        },
                                                        "name": "setVisible"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BooleanLiteral",
                                                        "start": 14630,
                                                        "end": 14634,
                                                        "loc": {
                                                          "start": {
                                                            "line": 321,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 321,
                                                            "column": 71
                                                          }
                                                        },
                                                        "value": true
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ReturnStatement",
                                            "start": 14663,
                                            "end": 14997,
                                            "loc": {
                                              "start": {
                                                "line": 322,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 328,
                                                "column": 27
                                              }
                                            },
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 14670,
                                              "end": 14996,
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 328,
                                                  "column": 26
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 14670,
                                                "end": 14682,
                                                "loc": {
                                                  "start": {
                                                    "line": 322,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 322,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 14670,
                                                  "end": 14677,
                                                  "loc": {
                                                    "start": {
                                                      "line": 322,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 322,
                                                      "column": 38
                                                    },
                                                    "identifierName": "promise"
                                                  },
                                                  "name": "promise"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 14678,
                                                  "end": 14682,
                                                  "loc": {
                                                    "start": {
                                                      "line": 322,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 322,
                                                      "column": 43
                                                    },
                                                    "identifierName": "then"
                                                  },
                                                  "name": "then"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 14683,
                                                  "end": 14995,
                                                  "loc": {
                                                    "start": {
                                                      "line": 322,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 328,
                                                      "column": 25
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 14689,
                                                    "end": 14995,
                                                    "loc": {
                                                      "start": {
                                                        "line": 322,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 328,
                                                        "column": 25
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 14720,
                                                        "end": 14746,
                                                        "loc": {
                                                          "start": {
                                                            "line": 323,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 323,
                                                            "column": 54
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 14720,
                                                          "end": 14745,
                                                          "loc": {
                                                            "start": {
                                                              "line": 323,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 323,
                                                              "column": 53
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 14720,
                                                            "end": 14739,
                                                            "loc": {
                                                              "start": {
                                                                "line": 323,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 323,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 14720,
                                                              "end": 14728,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 323,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 323,
                                                                  "column": 36
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 14720,
                                                                "end": 14724,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 323,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 323,
                                                                    "column": 32
                                                                  },
                                                                  "identifierName": "info"
                                                                },
                                                                "name": "info"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14725,
                                                                "end": 14728,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 323,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 323,
                                                                    "column": 36
                                                                  },
                                                                  "identifierName": "obj"
                                                                },
                                                                "name": "obj"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14729,
                                                              "end": 14739,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 323,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 323,
                                                                  "column": 47
                                                                },
                                                                "identifierName": "setVisible"
                                                              },
                                                              "name": "setVisible"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "BooleanLiteral",
                                                              "start": 14740,
                                                              "end": 14744,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 323,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 323,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "value": true
                                                            }
                                                          ]
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 14776,
                                                        "end": 14804,
                                                        "loc": {
                                                          "start": {
                                                            "line": 324,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 324,
                                                            "column": 56
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 14776,
                                                          "end": 14803,
                                                          "loc": {
                                                            "start": {
                                                              "line": 324,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 324,
                                                              "column": 55
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 14776,
                                                            "end": 14801,
                                                            "loc": {
                                                              "start": {
                                                                "line": 324,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 324,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 14776,
                                                              "end": 14793,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 324,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 324,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 14776,
                                                                "end": 14784,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 324,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 324,
                                                                    "column": 36
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 14776,
                                                                  "end": 14780,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 324,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 324,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "info"
                                                                  },
                                                                  "name": "info"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 14781,
                                                                  "end": 14784,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 324,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 324,
                                                                      "column": 36
                                                                    },
                                                                    "identifierName": "obj"
                                                                  },
                                                                  "name": "obj"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14785,
                                                                "end": 14793,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 324,
                                                                    "column": 37
                                                                  },
                                                                  "end": {
                                                                    "line": 324,
                                                                    "column": 45
                                                                  },
                                                                  "identifierName": "interact"
                                                                },
                                                                "name": "interact"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14794,
                                                              "end": 14801,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 324,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 324,
                                                                  "column": 53
                                                                },
                                                                "identifierName": "unhover"
                                                              },
                                                              "name": "unhover"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 14834,
                                                        "end": 14858,
                                                        "loc": {
                                                          "start": {
                                                            "line": 325,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 325,
                                                            "column": 52
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 14834,
                                                          "end": 14857,
                                                          "loc": {
                                                            "start": {
                                                              "line": 325,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 325,
                                                              "column": 51
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 14834,
                                                            "end": 14855,
                                                            "loc": {
                                                              "start": {
                                                                "line": 325,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 325,
                                                                "column": 49
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 14834,
                                                              "end": 14847,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 325,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 325,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 14834,
                                                                "end": 14838,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 325,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 325,
                                                                    "column": 32
                                                                  },
                                                                  "identifierName": "self"
                                                                },
                                                                "name": "self"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14839,
                                                                "end": 14847,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 325,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 325,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "sketcher"
                                                                },
                                                                "name": "sketcher"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14848,
                                                              "end": 14855,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 325,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 325,
                                                                  "column": 49
                                                                },
                                                                "identifierName": "refresh"
                                                              },
                                                              "name": "refresh"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 14888,
                                                        "end": 14906,
                                                        "loc": {
                                                          "start": {
                                                            "line": 326,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 326,
                                                            "column": 46
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 14888,
                                                          "end": 14905,
                                                          "loc": {
                                                            "start": {
                                                              "line": 326,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 326,
                                                              "column": 45
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 14888,
                                                            "end": 14897,
                                                            "loc": {
                                                              "start": {
                                                                "line": 326,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 326,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 14888,
                                                              "end": 14892,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 326,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 326,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "self"
                                                              },
                                                              "name": "self"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14893,
                                                              "end": 14897,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 326,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 326,
                                                                  "column": 37
                                                                },
                                                                "identifierName": "busy"
                                                              },
                                                              "name": "busy"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "BooleanLiteral",
                                                            "start": 14900,
                                                            "end": 14905,
                                                            "loc": {
                                                              "start": {
                                                                "line": 326,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 326,
                                                                "column": 45
                                                              }
                                                            },
                                                            "value": false
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 14936,
                                                        "end": 14968,
                                                        "loc": {
                                                          "start": {
                                                            "line": 327,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 327,
                                                            "column": 60
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 14936,
                                                          "end": 14967,
                                                          "loc": {
                                                            "start": {
                                                              "line": 327,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 327,
                                                              "column": 59
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 14936,
                                                            "end": 14965,
                                                            "loc": {
                                                              "start": {
                                                                "line": 327,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 327,
                                                                "column": 57
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 14936,
                                                              "end": 14940,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 327,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 327,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "self"
                                                              },
                                                              "name": "self"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14941,
                                                              "end": 14965,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 327,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 327,
                                                                  "column": 57
                                                                },
                                                                "identifierName": "updateInteractiveObjects"
                                                              },
                                                              "name": "updateInteractiveObjects"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ObjectMethod",
                                      "start": 15043,
                                      "end": 15353,
                                      "loc": {
                                        "start": {
                                          "line": 330,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 337,
                                          "column": 21
                                        }
                                      },
                                      "method": true,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 15044,
                                        "end": 15078,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 15044,
                                          "end": 15070,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 15044,
                                            "end": 15058,
                                            "loc": {
                                              "start": {
                                                "line": 330,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 330,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 15044,
                                              "end": 15051,
                                              "loc": {
                                                "start": {
                                                  "line": 330,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 330,
                                                  "column": 28
                                                },
                                                "identifierName": "Object3"
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15052,
                                              "end": 15058,
                                              "loc": {
                                                "start": {
                                                  "line": 330,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 330,
                                                  "column": 35
                                                },
                                                "identifierName": "Events"
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15059,
                                            "end": 15070,
                                            "loc": {
                                              "start": {
                                                "line": 330,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 330,
                                                "column": 47
                                              },
                                              "identifierName": "Interaction"
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15071,
                                          "end": 15078,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 55
                                            },
                                            "identifierName": "Dragged"
                                          },
                                          "name": "Dragged"
                                        },
                                        "computed": false
                                      },
                                      "kind": "method",
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 15080,
                                          "end": 15084,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 61
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 15086,
                                        "end": 15353,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 337,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 15113,
                                            "end": 15152,
                                            "loc": {
                                              "start": {
                                                "line": 331,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 331,
                                                "column": 63
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 15117,
                                              "end": 15143,
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 54
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 15117,
                                                "end": 15126,
                                                "loc": {
                                                  "start": {
                                                    "line": 331,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 331,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 15117,
                                                  "end": 15121,
                                                  "loc": {
                                                    "start": {
                                                      "line": 331,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 331,
                                                      "column": 32
                                                    },
                                                    "identifierName": "self"
                                                  },
                                                  "name": "self"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 15122,
                                                  "end": 15126,
                                                  "loc": {
                                                    "start": {
                                                      "line": 331,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 331,
                                                      "column": 37
                                                    },
                                                    "identifierName": "busy"
                                                  },
                                                  "name": "busy"
                                                },
                                                "computed": false
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "UnaryExpression",
                                                "start": 15130,
                                                "end": 15143,
                                                "loc": {
                                                  "start": {
                                                    "line": 331,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 331,
                                                    "column": 54
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 15131,
                                                  "end": 15143,
                                                  "loc": {
                                                    "start": {
                                                      "line": 331,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 331,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 15131,
                                                    "end": 15135,
                                                    "loc": {
                                                      "start": {
                                                        "line": 331,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 331,
                                                        "column": 46
                                                      },
                                                      "identifierName": "self"
                                                    },
                                                    "name": "self"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 15136,
                                                    "end": 15143,
                                                    "loc": {
                                                      "start": {
                                                        "line": 331,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 331,
                                                        "column": 54
                                                      },
                                                      "identifierName": "preview"
                                                    },
                                                    "name": "preview"
                                                  },
                                                  "computed": false
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 15145,
                                              "end": 15152,
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 63
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 15180,
                                            "end": 15238,
                                            "loc": {
                                              "start": {
                                                "line": 333,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 333,
                                                "column": 82
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 15184,
                                                "end": 15237,
                                                "loc": {
                                                  "start": {
                                                    "line": 333,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 333,
                                                    "column": 81
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 15184,
                                                  "end": 15188,
                                                  "loc": {
                                                    "start": {
                                                      "line": 333,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 333,
                                                      "column": 32
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 15191,
                                                  "end": 15237,
                                                  "loc": {
                                                    "start": {
                                                      "line": 333,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 333,
                                                      "column": 81
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 15191,
                                                    "end": 15232,
                                                    "loc": {
                                                      "start": {
                                                        "line": 333,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 333,
                                                        "column": 76
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 15191,
                                                      "end": 15205,
                                                      "loc": {
                                                        "start": {
                                                          "line": 333,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 333,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 15191,
                                                        "end": 15195,
                                                        "loc": {
                                                          "start": {
                                                            "line": 333,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 333,
                                                            "column": 39
                                                          },
                                                          "identifierName": "self"
                                                        },
                                                        "name": "self"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 15196,
                                                        "end": 15205,
                                                        "loc": {
                                                          "start": {
                                                            "line": 333,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 333,
                                                            "column": 49
                                                          },
                                                          "identifierName": "processor"
                                                        },
                                                        "name": "processor"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 15206,
                                                      "end": 15232,
                                                      "loc": {
                                                        "start": {
                                                          "line": 333,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 333,
                                                          "column": 76
                                                        },
                                                        "identifierName": "RecognizeFilletByArcOrEdge"
                                                      },
                                                      "name": "RecognizeFilletByArcOrEdge"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 15233,
                                                      "end": 15236,
                                                      "loc": {
                                                        "start": {
                                                          "line": 333,
                                                          "column": 77
                                                        },
                                                        "end": {
                                                          "line": 333,
                                                          "column": 80
                                                        },
                                                        "identifierName": "obj"
                                                      },
                                                      "name": "obj"
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 15264,
                                            "end": 15282,
                                            "loc": {
                                              "start": {
                                                "line": 334,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 334,
                                                "column": 42
                                              }
                                            },
                                            "test": {
                                              "type": "UnaryExpression",
                                              "start": 15268,
                                              "end": 15273,
                                              "loc": {
                                                "start": {
                                                  "line": 334,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 334,
                                                  "column": 33
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 15269,
                                                "end": 15273,
                                                "loc": {
                                                  "start": {
                                                    "line": 334,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 334,
                                                    "column": 33
                                                  },
                                                  "identifierName": "info"
                                                },
                                                "name": "info"
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "ReturnStatement",
                                              "start": 15275,
                                              "end": 15282,
                                              "loc": {
                                                "start": {
                                                  "line": 334,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 334,
                                                  "column": 42
                                                }
                                              },
                                              "argument": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 15310,
                                            "end": 15330,
                                            "loc": {
                                              "start": {
                                                "line": 336,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 336,
                                                "column": 44
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 15310,
                                              "end": 15329,
                                              "loc": {
                                                "start": {
                                                  "line": 336,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 336,
                                                  "column": 43
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 15310,
                                                "end": 15323,
                                                "loc": {
                                                  "start": {
                                                    "line": 336,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 336,
                                                    "column": 37
                                                  },
                                                  "identifierName": "updatePreview"
                                                },
                                                "name": "updatePreview"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 15324,
                                                  "end": 15328,
                                                  "loc": {
                                                    "start": {
                                                      "line": 336,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 336,
                                                      "column": 42
                                                    },
                                                    "identifierName": "info"
                                                  },
                                                  "name": "info"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "interaction for deleting a present fillet when clicking in its arc",
                          "start": 11009,
                          "end": 11077,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 8
                            },
                            "end": {
                              "line": 247,
                              "column": 76
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 15397,
                      "end": 15458,
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 8
                        },
                        "end": {
                          "line": 341,
                          "column": 69
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 15397,
                        "end": 15457,
                        "loc": {
                          "start": {
                            "line": 341,
                            "column": 8
                          },
                          "end": {
                            "line": 341,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 15397,
                          "end": 15426,
                          "loc": {
                            "start": {
                              "line": 341,
                              "column": 8
                            },
                            "end": {
                              "line": 341,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 15397,
                            "end": 15418,
                            "loc": {
                              "start": {
                                "line": 341,
                                "column": 8
                              },
                              "end": {
                                "line": 341,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 15397,
                              "end": 15401,
                              "loc": {
                                "start": {
                                  "line": 341,
                                  "column": 8
                                },
                                "end": {
                                  "line": 341,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15402,
                              "end": 15418,
                              "loc": {
                                "start": {
                                  "line": 341,
                                  "column": 13
                                },
                                "end": {
                                  "line": 341,
                                  "column": 29
                                },
                                "identifierName": "filletablePoints"
                              },
                              "name": "filletablePoints"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15419,
                            "end": 15426,
                            "loc": {
                              "start": {
                                "line": 341,
                                "column": 30
                              },
                              "end": {
                                "line": 341,
                                "column": 37
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 15427,
                            "end": 15456,
                            "loc": {
                              "start": {
                                "line": 341,
                                "column": 38
                              },
                              "end": {
                                "line": 341,
                                "column": 67
                              },
                              "identifierName": "addFilletablePointInteraction"
                            },
                            "name": "addFilletablePointInteraction"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 15468,
                      "end": 15521,
                      "loc": {
                        "start": {
                          "line": 342,
                          "column": 8
                        },
                        "end": {
                          "line": 342,
                          "column": 61
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 15468,
                        "end": 15520,
                        "loc": {
                          "start": {
                            "line": 342,
                            "column": 8
                          },
                          "end": {
                            "line": 342,
                            "column": 60
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 15468,
                          "end": 15491,
                          "loc": {
                            "start": {
                              "line": 342,
                              "column": 8
                            },
                            "end": {
                              "line": 342,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 15468,
                            "end": 15483,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 8
                              },
                              "end": {
                                "line": 342,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 15468,
                              "end": 15472,
                              "loc": {
                                "start": {
                                  "line": 342,
                                  "column": 8
                                },
                                "end": {
                                  "line": 342,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15473,
                              "end": 15483,
                              "loc": {
                                "start": {
                                  "line": 342,
                                  "column": 13
                                },
                                "end": {
                                  "line": 342,
                                  "column": 23
                                },
                                "identifierName": "filletArcs"
                              },
                              "name": "filletArcs"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15484,
                            "end": 15491,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 24
                              },
                              "end": {
                                "line": 342,
                                "column": 31
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 15492,
                            "end": 15519,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 32
                              },
                              "end": {
                                "line": 342,
                                "column": 59
                              },
                              "identifierName": "addFilletArcLineInteraction"
                            },
                            "name": "addFilletArcLineInteraction"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 15531,
                      "end": 15585,
                      "loc": {
                        "start": {
                          "line": 343,
                          "column": 8
                        },
                        "end": {
                          "line": 343,
                          "column": 62
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 15531,
                        "end": 15584,
                        "loc": {
                          "start": {
                            "line": 343,
                            "column": 8
                          },
                          "end": {
                            "line": 343,
                            "column": 61
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 15531,
                          "end": 15555,
                          "loc": {
                            "start": {
                              "line": 343,
                              "column": 8
                            },
                            "end": {
                              "line": 343,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 15531,
                            "end": 15547,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 8
                              },
                              "end": {
                                "line": 343,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 15531,
                              "end": 15535,
                              "loc": {
                                "start": {
                                  "line": 343,
                                  "column": 8
                                },
                                "end": {
                                  "line": 343,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15536,
                              "end": 15547,
                              "loc": {
                                "start": {
                                  "line": 343,
                                  "column": 13
                                },
                                "end": {
                                  "line": 343,
                                  "column": 24
                                },
                                "identifierName": "filletLines"
                              },
                              "name": "filletLines"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15548,
                            "end": 15555,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 25
                              },
                              "end": {
                                "line": 343,
                                "column": 32
                              },
                              "identifierName": "forEach"
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 15556,
                            "end": 15583,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 33
                              },
                              "end": {
                                "line": 343,
                                "column": 60
                              },
                              "identifierName": "addFilletArcLineInteraction"
                            },
                            "name": "addFilletArcLineInteraction"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 15600,
                "end": 15641,
                "loc": {
                  "start": {
                    "line": 346,
                    "column": 4
                  },
                  "end": {
                    "line": 348,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 15600,
                  "end": 15607,
                  "loc": {
                    "start": {
                      "line": 346,
                      "column": 4
                    },
                    "end": {
                      "line": 346,
                      "column": 11
                    },
                    "identifierName": "destroy"
                  },
                  "name": "destroy"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 15610,
                  "end": 15641,
                  "loc": {
                    "start": {
                      "line": 346,
                      "column": 14
                    },
                    "end": {
                      "line": 348,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 15621,
                      "end": 15634,
                      "loc": {
                        "start": {
                          "line": 347,
                          "column": 8
                        },
                        "end": {
                          "line": 347,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 15621,
                        "end": 15633,
                        "loc": {
                          "start": {
                            "line": 347,
                            "column": 8
                          },
                          "end": {
                            "line": 347,
                            "column": 20
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 15621,
                          "end": 15631,
                          "loc": {
                            "start": {
                              "line": 347,
                              "column": 8
                            },
                            "end": {
                              "line": 347,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 15621,
                            "end": 15625,
                            "loc": {
                              "start": {
                                "line": 347,
                                "column": 8
                              },
                              "end": {
                                "line": 347,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15626,
                            "end": 15631,
                            "loc": {
                              "start": {
                                "line": 347,
                                "column": 13
                              },
                              "end": {
                                "line": 347,
                                "column": 18
                              },
                              "identifierName": "clear"
                            },
                            "name": "clear"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": " Get arc constructed by two incident lines and mouse position",
      "start": 4237,
      "end": 4300,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 79
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Get line constructed by two incident lines and mouse position",
      "start": 4759,
      "end": 4823,
      "loc": {
        "start": {
          "line": 115,
          "column": 16
        },
        "end": {
          "line": 115,
          "column": 80
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Recalculate fillet to be sure its endpoints belong to the related linesegments",
      "start": 5396,
      "end": 5477,
      "loc": {
        "start": {
          "line": 128,
          "column": 16
        },
        "end": {
          "line": 128,
          "column": 97
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " get two lines if fillet is singular",
      "start": 7184,
      "end": 7222,
      "loc": {
        "start": {
          "line": 161,
          "column": 16
        },
        "end": {
          "line": 161,
          "column": 54
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " redraw preview objects",
      "start": 7421,
      "end": 7446,
      "loc": {
        "start": {
          "line": 168,
          "column": 12
        },
        "end": {
          "line": 168,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "new preview geometry was created: update sketch",
      "start": 7638,
      "end": 7687,
      "loc": {
        "start": {
          "line": 172,
          "column": 16
        },
        "end": {
          "line": 172,
          "column": 65
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "new preview geometry was created: update sketch",
      "start": 8324,
      "end": 8373,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 65
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "new preview geometry was created: update sketch",
      "start": 9012,
      "end": 9061,
      "loc": {
        "start": {
          "line": 205,
          "column": 16
        },
        "end": {
          "line": 205,
          "column": 65
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "interaction for creating new fillet when clicking at vertex",
      "start": 9340,
      "end": 9401,
      "loc": {
        "start": {
          "line": 213,
          "column": 8
        },
        "end": {
          "line": 213,
          "column": 69
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "higher priority that sketcher's box interaction",
      "start": 9555,
      "end": 9604,
      "loc": {
        "start": {
          "line": 217,
          "column": 33
        },
        "end": {
          "line": 217,
          "column": 82
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " self.sketcher.refresh();",
      "start": 10840,
      "end": 10867,
      "loc": {
        "start": {
          "line": 241,
          "column": 28
        },
        "end": {
          "line": 241,
          "column": 55
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "interaction for deleting a present fillet when clicking in its arc",
      "start": 11009,
      "end": 11077,
      "loc": {
        "start": {
          "line": 247,
          "column": 8
        },
        "end": {
          "line": 247,
          "column": 76
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "higher priority that sketcher's box interaction",
      "start": 11229,
      "end": 11278,
      "loc": {
        "start": {
          "line": 251,
          "column": 33
        },
        "end": {
          "line": 251,
          "column": 82
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "do not update camera when dragging",
      "start": 12549,
      "end": 12585,
      "loc": {
        "start": {
          "line": 278,
          "column": 64
        },
        "end": {
          "line": 278,
          "column": 100
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_Angle_M",
      "start": 9,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 26,
      "end": 27,
      "loc": {
        "start": {
          "line": 1,
          "column": 26
        },
        "end": {
          "line": 1,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawLineBy_Angle_M",
      "start": 28,
      "end": 46,
      "loc": {
        "start": {
          "line": 1,
          "column": 28
        },
        "end": {
          "line": 1,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 47,
      "end": 48,
      "loc": {
        "start": {
          "line": 1,
          "column": 47
        },
        "end": {
          "line": 1,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 49,
      "end": 53,
      "loc": {
        "start": {
          "line": 1,
          "column": 49
        },
        "end": {
          "line": 1,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../sketcher/geomutils",
      "start": 54,
      "end": 77,
      "loc": {
        "start": {
          "line": 1,
          "column": 54
        },
        "end": {
          "line": 1,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 77,
      "end": 78,
      "loc": {
        "start": {
          "line": 1,
          "column": 77
        },
        "end": {
          "line": 1,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 80,
      "end": 86,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Point",
      "start": 87,
      "end": 92,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 93,
      "end": 97,
      "loc": {
        "start": {
          "line": 2,
          "column": 13
        },
        "end": {
          "line": 2,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./graphics/point",
      "start": 98,
      "end": 116,
      "loc": {
        "start": {
          "line": 2,
          "column": 18
        },
        "end": {
          "line": 2,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 116,
      "end": 117,
      "loc": {
        "start": {
          "line": 2,
          "column": 36
        },
        "end": {
          "line": 2,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 119,
      "end": 125,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Line",
      "start": 126,
      "end": 130,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 131,
      "end": 135,
      "loc": {
        "start": {
          "line": 3,
          "column": 12
        },
        "end": {
          "line": 3,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./graphics/line",
      "start": 136,
      "end": 153,
      "loc": {
        "start": {
          "line": 3,
          "column": 17
        },
        "end": {
          "line": 3,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 153,
      "end": 154,
      "loc": {
        "start": {
          "line": 3,
          "column": 34
        },
        "end": {
          "line": 3,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 156,
      "end": 162,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Arc",
      "start": 163,
      "end": 166,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 167,
      "end": 171,
      "loc": {
        "start": {
          "line": 4,
          "column": 11
        },
        "end": {
          "line": 4,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./graphics/arc",
      "start": 172,
      "end": 188,
      "loc": {
        "start": {
          "line": 4,
          "column": 16
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 188,
      "end": 189,
      "loc": {
        "start": {
          "line": 4,
          "column": 32
        },
        "end": {
          "line": 4,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 191,
      "end": 197,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FilletProcessor",
      "start": 198,
      "end": 213,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 214,
      "end": 218,
      "loc": {
        "start": {
          "line": 5,
          "column": 23
        },
        "end": {
          "line": 5,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../sketcher/fillet",
      "start": 219,
      "end": 239,
      "loc": {
        "start": {
          "line": 5,
          "column": 28
        },
        "end": {
          "line": 5,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 239,
      "end": 240,
      "loc": {
        "start": {
          "line": 5,
          "column": 48
        },
        "end": {
          "line": 5,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 242,
      "end": 248,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 249,
      "end": 256,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 257,
      "end": 261,
      "loc": {
        "start": {
          "line": 6,
          "column": 15
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../three/object3",
      "start": 262,
      "end": 283,
      "loc": {
        "start": {
          "line": 6,
          "column": 20
        },
        "end": {
          "line": 6,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 283,
      "end": 284,
      "loc": {
        "start": {
          "line": 6,
          "column": 41
        },
        "end": {
          "line": 6,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 286,
      "end": 292,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseHandler",
      "start": 293,
      "end": 304,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 305,
      "end": 309,
      "loc": {
        "start": {
          "line": 7,
          "column": 19
        },
        "end": {
          "line": 7,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./handlers/base",
      "start": 310,
      "end": 327,
      "loc": {
        "start": {
          "line": 7,
          "column": 24
        },
        "end": {
          "line": 7,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 327,
      "end": 328,
      "loc": {
        "start": {
          "line": 7,
          "column": 41
        },
        "end": {
          "line": 7,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 332,
      "end": 338,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 339,
      "end": 344,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletHandler",
      "start": 345,
      "end": 358,
      "loc": {
        "start": {
          "line": 9,
          "column": 13
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 359,
      "end": 366,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseHandler",
      "start": 367,
      "end": 378,
      "loc": {
        "start": {
          "line": 9,
          "column": 35
        },
        "end": {
          "line": 9,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 379,
      "end": 380,
      "loc": {
        "start": {
          "line": 9,
          "column": 47
        },
        "end": {
          "line": 9,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 386,
      "end": 397,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 10,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 397,
      "end": 398,
      "loc": {
        "start": {
          "line": 10,
          "column": 15
        },
        "end": {
          "line": 10,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 398,
      "end": 406,
      "loc": {
        "start": {
          "line": 10,
          "column": 16
        },
        "end": {
          "line": 10,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 406,
      "end": 407,
      "loc": {
        "start": {
          "line": 10,
          "column": 24
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 408,
      "end": 409,
      "loc": {
        "start": {
          "line": 10,
          "column": 26
        },
        "end": {
          "line": 10,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 419,
      "end": 424,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 424,
      "end": 425,
      "loc": {
        "start": {
          "line": 11,
          "column": 13
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 425,
      "end": 433,
      "loc": {
        "start": {
          "line": 11,
          "column": 14
        },
        "end": {
          "line": 11,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 433,
      "end": 434,
      "loc": {
        "start": {
          "line": 11,
          "column": 22
        },
        "end": {
          "line": 11,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 434,
      "end": 435,
      "loc": {
        "start": {
          "line": 11,
          "column": 23
        },
        "end": {
          "line": 11,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 447,
      "end": 451,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 451,
      "end": 452,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 452,
      "end": 461,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 462,
      "end": 463,
      "loc": {
        "start": {
          "line": 13,
          "column": 23
        },
        "end": {
          "line": 13,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 464,
      "end": 467,
      "loc": {
        "start": {
          "line": 13,
          "column": 25
        },
        "end": {
          "line": 13,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FilletProcessor",
      "start": 468,
      "end": 483,
      "loc": {
        "start": {
          "line": 13,
          "column": 29
        },
        "end": {
          "line": 13,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 483,
      "end": 484,
      "loc": {
        "start": {
          "line": 13,
          "column": 44
        },
        "end": {
          "line": 13,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 484,
      "end": 492,
      "loc": {
        "start": {
          "line": 13,
          "column": 45
        },
        "end": {
          "line": 13,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 492,
      "end": 493,
      "loc": {
        "start": {
          "line": 13,
          "column": 53
        },
        "end": {
          "line": 13,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 494,
      "end": 502,
      "loc": {
        "start": {
          "line": 13,
          "column": 55
        },
        "end": {
          "line": 13,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 502,
      "end": 503,
      "loc": {
        "start": {
          "line": 13,
          "column": 63
        },
        "end": {
          "line": 13,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentSketch",
      "start": 503,
      "end": 516,
      "loc": {
        "start": {
          "line": 13,
          "column": 64
        },
        "end": {
          "line": 13,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 516,
      "end": 517,
      "loc": {
        "start": {
          "line": 13,
          "column": 77
        },
        "end": {
          "line": 13,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 517,
      "end": 518,
      "loc": {
        "start": {
          "line": 13,
          "column": 78
        },
        "end": {
          "line": 13,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 528,
      "end": 532,
      "loc": {
        "start": {
          "line": 14,
          "column": 8
        },
        "end": {
          "line": 14,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 532,
      "end": 533,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 533,
      "end": 537,
      "loc": {
        "start": {
          "line": 14,
          "column": 13
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 538,
      "end": 539,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 540,
      "end": 545,
      "loc": {
        "start": {
          "line": 14,
          "column": 20
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 545,
      "end": 546,
      "loc": {
        "start": {
          "line": 14,
          "column": 25
        },
        "end": {
          "line": 14,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 556,
      "end": 560,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 560,
      "end": 561,
      "loc": {
        "start": {
          "line": 15,
          "column": 12
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletablePoints",
      "start": 561,
      "end": 577,
      "loc": {
        "start": {
          "line": 15,
          "column": 13
        },
        "end": {
          "line": 15,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 578,
      "end": 579,
      "loc": {
        "start": {
          "line": 15,
          "column": 30
        },
        "end": {
          "line": 15,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 580,
      "end": 581,
      "loc": {
        "start": {
          "line": 15,
          "column": 32
        },
        "end": {
          "line": 15,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 581,
      "end": 582,
      "loc": {
        "start": {
          "line": 15,
          "column": 33
        },
        "end": {
          "line": 15,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 582,
      "end": 583,
      "loc": {
        "start": {
          "line": 15,
          "column": 34
        },
        "end": {
          "line": 15,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 593,
      "end": 597,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 597,
      "end": 598,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletArcs",
      "start": 598,
      "end": 608,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 609,
      "end": 610,
      "loc": {
        "start": {
          "line": 16,
          "column": 24
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 611,
      "end": 612,
      "loc": {
        "start": {
          "line": 16,
          "column": 26
        },
        "end": {
          "line": 16,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 612,
      "end": 613,
      "loc": {
        "start": {
          "line": 16,
          "column": 27
        },
        "end": {
          "line": 16,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 613,
      "end": 614,
      "loc": {
        "start": {
          "line": 16,
          "column": 28
        },
        "end": {
          "line": 16,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 624,
      "end": 628,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 628,
      "end": 629,
      "loc": {
        "start": {
          "line": 17,
          "column": 12
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletLines",
      "start": 629,
      "end": 640,
      "loc": {
        "start": {
          "line": 17,
          "column": 13
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 641,
      "end": 642,
      "loc": {
        "start": {
          "line": 17,
          "column": 25
        },
        "end": {
          "line": 17,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 643,
      "end": 644,
      "loc": {
        "start": {
          "line": 17,
          "column": 27
        },
        "end": {
          "line": 17,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 644,
      "end": 645,
      "loc": {
        "start": {
          "line": 17,
          "column": 28
        },
        "end": {
          "line": 17,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 645,
      "end": 646,
      "loc": {
        "start": {
          "line": 17,
          "column": 29
        },
        "end": {
          "line": 17,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 658,
      "end": 662,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 662,
      "end": 663,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 663,
      "end": 670,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 671,
      "end": 672,
      "loc": {
        "start": {
          "line": 19,
          "column": 21
        },
        "end": {
          "line": 19,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 673,
      "end": 677,
      "loc": {
        "start": {
          "line": 19,
          "column": 23
        },
        "end": {
          "line": 19,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 19,
          "column": 27
        },
        "end": {
          "line": 19,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 690,
      "end": 694,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 694,
      "end": 695,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateInteractiveObjects",
      "start": 695,
      "end": 719,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 719,
      "end": 720,
      "loc": {
        "start": {
          "line": 21,
          "column": 37
        },
        "end": {
          "line": 21,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 720,
      "end": 721,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 721,
      "end": 722,
      "loc": {
        "start": {
          "line": 21,
          "column": 39
        },
        "end": {
          "line": 21,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 728,
      "end": 729,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clear",
      "start": 737,
      "end": 742,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 742,
      "end": 743,
      "loc": {
        "start": {
          "line": 24,
          "column": 9
        },
        "end": {
          "line": 24,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 743,
      "end": 744,
      "loc": {
        "start": {
          "line": 24,
          "column": 10
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 745,
      "end": 746,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 756,
      "end": 760,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 760,
      "end": 761,
      "loc": {
        "start": {
          "line": 25,
          "column": 12
        },
        "end": {
          "line": 25,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletablePoints",
      "start": 761,
      "end": 777,
      "loc": {
        "start": {
          "line": 25,
          "column": 13
        },
        "end": {
          "line": 25,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 777,
      "end": 778,
      "loc": {
        "start": {
          "line": 25,
          "column": 29
        },
        "end": {
          "line": 25,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 778,
      "end": 785,
      "loc": {
        "start": {
          "line": 25,
          "column": 30
        },
        "end": {
          "line": 25,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 785,
      "end": 786,
      "loc": {
        "start": {
          "line": 25,
          "column": 37
        },
        "end": {
          "line": 25,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 786,
      "end": 789,
      "loc": {
        "start": {
          "line": 25,
          "column": 38
        },
        "end": {
          "line": 25,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 790,
      "end": 792,
      "loc": {
        "start": {
          "line": 25,
          "column": 42
        },
        "end": {
          "line": 25,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 793,
      "end": 796,
      "loc": {
        "start": {
          "line": 25,
          "column": 45
        },
        "end": {
          "line": 25,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 796,
      "end": 797,
      "loc": {
        "start": {
          "line": 25,
          "column": 48
        },
        "end": {
          "line": 25,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 797,
      "end": 805,
      "loc": {
        "start": {
          "line": 25,
          "column": 49
        },
        "end": {
          "line": 25,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 805,
      "end": 806,
      "loc": {
        "start": {
          "line": 25,
          "column": 57
        },
        "end": {
          "line": 25,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeInteraction",
      "start": 806,
      "end": 823,
      "loc": {
        "start": {
          "line": 25,
          "column": 58
        },
        "end": {
          "line": 25,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 823,
      "end": 824,
      "loc": {
        "start": {
          "line": 25,
          "column": 75
        },
        "end": {
          "line": 25,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 824,
      "end": 825,
      "loc": {
        "start": {
          "line": 25,
          "column": 76
        },
        "end": {
          "line": 25,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 825,
      "end": 826,
      "loc": {
        "start": {
          "line": 25,
          "column": 77
        },
        "end": {
          "line": 25,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 826,
      "end": 827,
      "loc": {
        "start": {
          "line": 25,
          "column": 78
        },
        "end": {
          "line": 25,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 837,
      "end": 841,
      "loc": {
        "start": {
          "line": 26,
          "column": 8
        },
        "end": {
          "line": 26,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 841,
      "end": 842,
      "loc": {
        "start": {
          "line": 26,
          "column": 12
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletArcs",
      "start": 842,
      "end": 852,
      "loc": {
        "start": {
          "line": 26,
          "column": 13
        },
        "end": {
          "line": 26,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 852,
      "end": 853,
      "loc": {
        "start": {
          "line": 26,
          "column": 23
        },
        "end": {
          "line": 26,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 853,
      "end": 860,
      "loc": {
        "start": {
          "line": 26,
          "column": 24
        },
        "end": {
          "line": 26,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 860,
      "end": 861,
      "loc": {
        "start": {
          "line": 26,
          "column": 31
        },
        "end": {
          "line": 26,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 861,
      "end": 864,
      "loc": {
        "start": {
          "line": 26,
          "column": 32
        },
        "end": {
          "line": 26,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 865,
      "end": 867,
      "loc": {
        "start": {
          "line": 26,
          "column": 36
        },
        "end": {
          "line": 26,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 868,
      "end": 871,
      "loc": {
        "start": {
          "line": 26,
          "column": 39
        },
        "end": {
          "line": 26,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 871,
      "end": 872,
      "loc": {
        "start": {
          "line": 26,
          "column": 42
        },
        "end": {
          "line": 26,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 872,
      "end": 880,
      "loc": {
        "start": {
          "line": 26,
          "column": 43
        },
        "end": {
          "line": 26,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 880,
      "end": 881,
      "loc": {
        "start": {
          "line": 26,
          "column": 51
        },
        "end": {
          "line": 26,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeInteraction",
      "start": 881,
      "end": 898,
      "loc": {
        "start": {
          "line": 26,
          "column": 52
        },
        "end": {
          "line": 26,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 898,
      "end": 899,
      "loc": {
        "start": {
          "line": 26,
          "column": 69
        },
        "end": {
          "line": 26,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 899,
      "end": 900,
      "loc": {
        "start": {
          "line": 26,
          "column": 70
        },
        "end": {
          "line": 26,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 900,
      "end": 901,
      "loc": {
        "start": {
          "line": 26,
          "column": 71
        },
        "end": {
          "line": 26,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 901,
      "end": 902,
      "loc": {
        "start": {
          "line": 26,
          "column": 72
        },
        "end": {
          "line": 26,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 912,
      "end": 916,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 916,
      "end": 917,
      "loc": {
        "start": {
          "line": 27,
          "column": 12
        },
        "end": {
          "line": 27,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletLines",
      "start": 917,
      "end": 928,
      "loc": {
        "start": {
          "line": 27,
          "column": 13
        },
        "end": {
          "line": 27,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 928,
      "end": 929,
      "loc": {
        "start": {
          "line": 27,
          "column": 24
        },
        "end": {
          "line": 27,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 929,
      "end": 936,
      "loc": {
        "start": {
          "line": 27,
          "column": 25
        },
        "end": {
          "line": 27,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 936,
      "end": 937,
      "loc": {
        "start": {
          "line": 27,
          "column": 32
        },
        "end": {
          "line": 27,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 937,
      "end": 940,
      "loc": {
        "start": {
          "line": 27,
          "column": 33
        },
        "end": {
          "line": 27,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 941,
      "end": 943,
      "loc": {
        "start": {
          "line": 27,
          "column": 37
        },
        "end": {
          "line": 27,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 944,
      "end": 947,
      "loc": {
        "start": {
          "line": 27,
          "column": 40
        },
        "end": {
          "line": 27,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 947,
      "end": 948,
      "loc": {
        "start": {
          "line": 27,
          "column": 43
        },
        "end": {
          "line": 27,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 948,
      "end": 956,
      "loc": {
        "start": {
          "line": 27,
          "column": 44
        },
        "end": {
          "line": 27,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 956,
      "end": 957,
      "loc": {
        "start": {
          "line": 27,
          "column": 52
        },
        "end": {
          "line": 27,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeInteraction",
      "start": 957,
      "end": 974,
      "loc": {
        "start": {
          "line": 27,
          "column": 53
        },
        "end": {
          "line": 27,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 974,
      "end": 975,
      "loc": {
        "start": {
          "line": 27,
          "column": 70
        },
        "end": {
          "line": 27,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 975,
      "end": 976,
      "loc": {
        "start": {
          "line": 27,
          "column": 71
        },
        "end": {
          "line": 27,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 976,
      "end": 977,
      "loc": {
        "start": {
          "line": 27,
          "column": 72
        },
        "end": {
          "line": 27,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 977,
      "end": 978,
      "loc": {
        "start": {
          "line": 27,
          "column": 73
        },
        "end": {
          "line": 27,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 988,
      "end": 992,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 992,
      "end": 993,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletablePoints",
      "start": 993,
      "end": 1009,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1010,
      "end": 1011,
      "loc": {
        "start": {
          "line": 28,
          "column": 30
        },
        "end": {
          "line": 28,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1012,
      "end": 1013,
      "loc": {
        "start": {
          "line": 28,
          "column": 32
        },
        "end": {
          "line": 28,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1013,
      "end": 1014,
      "loc": {
        "start": {
          "line": 28,
          "column": 33
        },
        "end": {
          "line": 28,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1014,
      "end": 1015,
      "loc": {
        "start": {
          "line": 28,
          "column": 34
        },
        "end": {
          "line": 28,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1025,
      "end": 1029,
      "loc": {
        "start": {
          "line": 29,
          "column": 8
        },
        "end": {
          "line": 29,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1029,
      "end": 1030,
      "loc": {
        "start": {
          "line": 29,
          "column": 12
        },
        "end": {
          "line": 29,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletArcs",
      "start": 1030,
      "end": 1040,
      "loc": {
        "start": {
          "line": 29,
          "column": 13
        },
        "end": {
          "line": 29,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1041,
      "end": 1042,
      "loc": {
        "start": {
          "line": 29,
          "column": 24
        },
        "end": {
          "line": 29,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1043,
      "end": 1044,
      "loc": {
        "start": {
          "line": 29,
          "column": 26
        },
        "end": {
          "line": 29,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1044,
      "end": 1045,
      "loc": {
        "start": {
          "line": 29,
          "column": 27
        },
        "end": {
          "line": 29,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1045,
      "end": 1046,
      "loc": {
        "start": {
          "line": 29,
          "column": 28
        },
        "end": {
          "line": 29,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1056,
      "end": 1060,
      "loc": {
        "start": {
          "line": 30,
          "column": 8
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1060,
      "end": 1061,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletLines",
      "start": 1061,
      "end": 1072,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1073,
      "end": 1074,
      "loc": {
        "start": {
          "line": 30,
          "column": 25
        },
        "end": {
          "line": 30,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1075,
      "end": 1076,
      "loc": {
        "start": {
          "line": 30,
          "column": 27
        },
        "end": {
          "line": 30,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1076,
      "end": 1077,
      "loc": {
        "start": {
          "line": 30,
          "column": 28
        },
        "end": {
          "line": 30,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1077,
      "end": 1078,
      "loc": {
        "start": {
          "line": 30,
          "column": 29
        },
        "end": {
          "line": 30,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1084,
      "end": 1085,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateInteractiveObjects",
      "start": 1093,
      "end": 1117,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1118,
      "end": 1119,
      "loc": {
        "start": {
          "line": 33,
          "column": 29
        },
        "end": {
          "line": 33,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1120,
      "end": 1121,
      "loc": {
        "start": {
          "line": 33,
          "column": 31
        },
        "end": {
          "line": 33,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1131,
      "end": 1135,
      "loc": {
        "start": {
          "line": 34,
          "column": 8
        },
        "end": {
          "line": 34,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1135,
      "end": 1136,
      "loc": {
        "start": {
          "line": 34,
          "column": 12
        },
        "end": {
          "line": 34,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clear",
      "start": 1136,
      "end": 1141,
      "loc": {
        "start": {
          "line": 34,
          "column": 13
        },
        "end": {
          "line": 34,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1141,
      "end": 1142,
      "loc": {
        "start": {
          "line": 34,
          "column": 18
        },
        "end": {
          "line": 34,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1142,
      "end": 1143,
      "loc": {
        "start": {
          "line": 34,
          "column": 19
        },
        "end": {
          "line": 34,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 34,
          "column": 20
        },
        "end": {
          "line": 34,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1154,
      "end": 1157,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allObjects",
      "start": 1158,
      "end": 1168,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1169,
      "end": 1170,
      "loc": {
        "start": {
          "line": 35,
          "column": 23
        },
        "end": {
          "line": 35,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1171,
      "end": 1175,
      "loc": {
        "start": {
          "line": 35,
          "column": 25
        },
        "end": {
          "line": 35,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1175,
      "end": 1176,
      "loc": {
        "start": {
          "line": 35,
          "column": 29
        },
        "end": {
          "line": 35,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 1176,
      "end": 1184,
      "loc": {
        "start": {
          "line": 35,
          "column": 30
        },
        "end": {
          "line": 35,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1184,
      "end": 1185,
      "loc": {
        "start": {
          "line": 35,
          "column": 38
        },
        "end": {
          "line": 35,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentSketch",
      "start": 1185,
      "end": 1198,
      "loc": {
        "start": {
          "line": 35,
          "column": 39
        },
        "end": {
          "line": 35,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1198,
      "end": 1199,
      "loc": {
        "start": {
          "line": 35,
          "column": 52
        },
        "end": {
          "line": 35,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getObjectsOnSketch",
      "start": 1199,
      "end": 1217,
      "loc": {
        "start": {
          "line": 35,
          "column": 53
        },
        "end": {
          "line": 35,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1217,
      "end": 1218,
      "loc": {
        "start": {
          "line": 35,
          "column": 71
        },
        "end": {
          "line": 35,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1218,
      "end": 1219,
      "loc": {
        "start": {
          "line": 35,
          "column": 72
        },
        "end": {
          "line": 35,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1219,
      "end": 1220,
      "loc": {
        "start": {
          "line": 35,
          "column": 73
        },
        "end": {
          "line": 35,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Sketch",
      "start": 1230,
      "end": 1236,
      "loc": {
        "start": {
          "line": 36,
          "column": 8
        },
        "end": {
          "line": 36,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1236,
      "end": 1237,
      "loc": {
        "start": {
          "line": 36,
          "column": 14
        },
        "end": {
          "line": 36,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ForObjectsWithChildren",
      "start": 1237,
      "end": 1259,
      "loc": {
        "start": {
          "line": 36,
          "column": 15
        },
        "end": {
          "line": 36,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1259,
      "end": 1260,
      "loc": {
        "start": {
          "line": 36,
          "column": 37
        },
        "end": {
          "line": 36,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allObjects",
      "start": 1260,
      "end": 1270,
      "loc": {
        "start": {
          "line": 36,
          "column": 38
        },
        "end": {
          "line": 36,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1270,
      "end": 1271,
      "loc": {
        "start": {
          "line": 36,
          "column": 48
        },
        "end": {
          "line": 36,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1272,
      "end": 1275,
      "loc": {
        "start": {
          "line": 36,
          "column": 50
        },
        "end": {
          "line": 36,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1276,
      "end": 1278,
      "loc": {
        "start": {
          "line": 36,
          "column": 54
        },
        "end": {
          "line": 36,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1279,
      "end": 1280,
      "loc": {
        "start": {
          "line": 36,
          "column": 57
        },
        "end": {
          "line": 36,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1294,
      "end": 1296,
      "loc": {
        "start": {
          "line": 37,
          "column": 12
        },
        "end": {
          "line": 37,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1297,
      "end": 1298,
      "loc": {
        "start": {
          "line": 37,
          "column": 15
        },
        "end": {
          "line": 37,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1298,
      "end": 1301,
      "loc": {
        "start": {
          "line": 37,
          "column": 16
        },
        "end": {
          "line": 37,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 1302,
      "end": 1312,
      "loc": {
        "start": {
          "line": 37,
          "column": 20
        },
        "end": {
          "line": 37,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Point",
      "start": 1313,
      "end": 1318,
      "loc": {
        "start": {
          "line": 37,
          "column": 31
        },
        "end": {
          "line": 37,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1318,
      "end": 1319,
      "loc": {
        "start": {
          "line": 37,
          "column": 36
        },
        "end": {
          "line": 37,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1337,
      "end": 1339,
      "loc": {
        "start": {
          "line": 38,
          "column": 16
        },
        "end": {
          "line": 38,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1340,
      "end": 1341,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1341,
      "end": 1345,
      "loc": {
        "start": {
          "line": 38,
          "column": 20
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 1346,
      "end": 1355,
      "loc": {
        "start": {
          "line": 38,
          "column": 25
        },
        "end": {
          "line": 38,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1355,
      "end": 1356,
      "loc": {
        "start": {
          "line": 38,
          "column": 34
        },
        "end": {
          "line": 38,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RecognizeFilletableAngle",
      "start": 1356,
      "end": 1380,
      "loc": {
        "start": {
          "line": 38,
          "column": 35
        },
        "end": {
          "line": 38,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1380,
      "end": 1381,
      "loc": {
        "start": {
          "line": 38,
          "column": 59
        },
        "end": {
          "line": 38,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1381,
      "end": 1384,
      "loc": {
        "start": {
          "line": 38,
          "column": 60
        },
        "end": {
          "line": 38,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1384,
      "end": 1385,
      "loc": {
        "start": {
          "line": 38,
          "column": 63
        },
        "end": {
          "line": 38,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 1385,
      "end": 1393,
      "loc": {
        "start": {
          "line": 38,
          "column": 64
        },
        "end": {
          "line": 38,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1393,
      "end": 1394,
      "loc": {
        "start": {
          "line": 38,
          "column": 72
        },
        "end": {
          "line": 38,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1394,
      "end": 1395,
      "loc": {
        "start": {
          "line": 38,
          "column": 73
        },
        "end": {
          "line": 38,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1396,
      "end": 1400,
      "loc": {
        "start": {
          "line": 38,
          "column": 75
        },
        "end": {
          "line": 38,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1400,
      "end": 1401,
      "loc": {
        "start": {
          "line": 38,
          "column": 79
        },
        "end": {
          "line": 38,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletablePoints",
      "start": 1401,
      "end": 1417,
      "loc": {
        "start": {
          "line": 38,
          "column": 80
        },
        "end": {
          "line": 38,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1417,
      "end": 1418,
      "loc": {
        "start": {
          "line": 38,
          "column": 96
        },
        "end": {
          "line": 38,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1418,
      "end": 1422,
      "loc": {
        "start": {
          "line": 38,
          "column": 97
        },
        "end": {
          "line": 38,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1422,
      "end": 1423,
      "loc": {
        "start": {
          "line": 38,
          "column": 101
        },
        "end": {
          "line": 38,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1423,
      "end": 1426,
      "loc": {
        "start": {
          "line": 38,
          "column": 102
        },
        "end": {
          "line": 38,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1426,
      "end": 1427,
      "loc": {
        "start": {
          "line": 38,
          "column": 105
        },
        "end": {
          "line": 38,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1427,
      "end": 1428,
      "loc": {
        "start": {
          "line": 38,
          "column": 106
        },
        "end": {
          "line": 38,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1438,
      "end": 1439,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1439,
      "end": 1440,
      "loc": {
        "start": {
          "line": 39,
          "column": 9
        },
        "end": {
          "line": 39,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1440,
      "end": 1441,
      "loc": {
        "start": {
          "line": 39,
          "column": 10
        },
        "end": {
          "line": 39,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allObjects",
      "start": 1451,
      "end": 1461,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1461,
      "end": 1462,
      "loc": {
        "start": {
          "line": 40,
          "column": 18
        },
        "end": {
          "line": 40,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 1462,
      "end": 1469,
      "loc": {
        "start": {
          "line": 40,
          "column": 19
        },
        "end": {
          "line": 40,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1469,
      "end": 1470,
      "loc": {
        "start": {
          "line": 40,
          "column": 26
        },
        "end": {
          "line": 40,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1470,
      "end": 1473,
      "loc": {
        "start": {
          "line": 40,
          "column": 27
        },
        "end": {
          "line": 40,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1474,
      "end": 1476,
      "loc": {
        "start": {
          "line": 40,
          "column": 31
        },
        "end": {
          "line": 40,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1477,
      "end": 1478,
      "loc": {
        "start": {
          "line": 40,
          "column": 34
        },
        "end": {
          "line": 40,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1492,
      "end": 1494,
      "loc": {
        "start": {
          "line": 41,
          "column": 12
        },
        "end": {
          "line": 41,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1495,
      "end": 1496,
      "loc": {
        "start": {
          "line": 41,
          "column": 15
        },
        "end": {
          "line": 41,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1496,
      "end": 1499,
      "loc": {
        "start": {
          "line": 41,
          "column": 16
        },
        "end": {
          "line": 41,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 1500,
      "end": 1510,
      "loc": {
        "start": {
          "line": 41,
          "column": 20
        },
        "end": {
          "line": 41,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Arc",
      "start": 1511,
      "end": 1514,
      "loc": {
        "start": {
          "line": 41,
          "column": 31
        },
        "end": {
          "line": 41,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1514,
      "end": 1515,
      "loc": {
        "start": {
          "line": 41,
          "column": 34
        },
        "end": {
          "line": 41,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1516,
      "end": 1518,
      "loc": {
        "start": {
          "line": 41,
          "column": 36
        },
        "end": {
          "line": 41,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1519,
      "end": 1520,
      "loc": {
        "start": {
          "line": 41,
          "column": 39
        },
        "end": {
          "line": 41,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1520,
      "end": 1524,
      "loc": {
        "start": {
          "line": 41,
          "column": 40
        },
        "end": {
          "line": 41,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1524,
      "end": 1525,
      "loc": {
        "start": {
          "line": 41,
          "column": 44
        },
        "end": {
          "line": 41,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 1525,
      "end": 1534,
      "loc": {
        "start": {
          "line": 41,
          "column": 45
        },
        "end": {
          "line": 41,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1534,
      "end": 1535,
      "loc": {
        "start": {
          "line": 41,
          "column": 54
        },
        "end": {
          "line": 41,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RecognizeFilletByArcOrEdge",
      "start": 1535,
      "end": 1561,
      "loc": {
        "start": {
          "line": 41,
          "column": 55
        },
        "end": {
          "line": 41,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1561,
      "end": 1562,
      "loc": {
        "start": {
          "line": 41,
          "column": 81
        },
        "end": {
          "line": 41,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1562,
      "end": 1565,
      "loc": {
        "start": {
          "line": 41,
          "column": 82
        },
        "end": {
          "line": 41,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1565,
      "end": 1566,
      "loc": {
        "start": {
          "line": 41,
          "column": 85
        },
        "end": {
          "line": 41,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1566,
      "end": 1567,
      "loc": {
        "start": {
          "line": 41,
          "column": 86
        },
        "end": {
          "line": 41,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1568,
      "end": 1572,
      "loc": {
        "start": {
          "line": 41,
          "column": 88
        },
        "end": {
          "line": 41,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1572,
      "end": 1573,
      "loc": {
        "start": {
          "line": 41,
          "column": 92
        },
        "end": {
          "line": 41,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletArcs",
      "start": 1573,
      "end": 1583,
      "loc": {
        "start": {
          "line": 41,
          "column": 93
        },
        "end": {
          "line": 41,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1583,
      "end": 1584,
      "loc": {
        "start": {
          "line": 41,
          "column": 103
        },
        "end": {
          "line": 41,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1584,
      "end": 1588,
      "loc": {
        "start": {
          "line": 41,
          "column": 104
        },
        "end": {
          "line": 41,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1588,
      "end": 1589,
      "loc": {
        "start": {
          "line": 41,
          "column": 108
        },
        "end": {
          "line": 41,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1589,
      "end": 1592,
      "loc": {
        "start": {
          "line": 41,
          "column": 109
        },
        "end": {
          "line": 41,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1592,
      "end": 1593,
      "loc": {
        "start": {
          "line": 41,
          "column": 112
        },
        "end": {
          "line": 41,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1593,
      "end": 1594,
      "loc": {
        "start": {
          "line": 41,
          "column": 113
        },
        "end": {
          "line": 41,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1608,
      "end": 1610,
      "loc": {
        "start": {
          "line": 42,
          "column": 12
        },
        "end": {
          "line": 42,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1611,
      "end": 1612,
      "loc": {
        "start": {
          "line": 42,
          "column": 15
        },
        "end": {
          "line": 42,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1612,
      "end": 1615,
      "loc": {
        "start": {
          "line": 42,
          "column": 16
        },
        "end": {
          "line": 42,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 1616,
      "end": 1626,
      "loc": {
        "start": {
          "line": 42,
          "column": 20
        },
        "end": {
          "line": 42,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Line",
      "start": 1627,
      "end": 1631,
      "loc": {
        "start": {
          "line": 42,
          "column": 31
        },
        "end": {
          "line": 42,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1631,
      "end": 1632,
      "loc": {
        "start": {
          "line": 42,
          "column": 35
        },
        "end": {
          "line": 42,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1633,
      "end": 1635,
      "loc": {
        "start": {
          "line": 42,
          "column": 37
        },
        "end": {
          "line": 42,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1636,
      "end": 1637,
      "loc": {
        "start": {
          "line": 42,
          "column": 40
        },
        "end": {
          "line": 42,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1637,
      "end": 1641,
      "loc": {
        "start": {
          "line": 42,
          "column": 41
        },
        "end": {
          "line": 42,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1641,
      "end": 1642,
      "loc": {
        "start": {
          "line": 42,
          "column": 45
        },
        "end": {
          "line": 42,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 1642,
      "end": 1651,
      "loc": {
        "start": {
          "line": 42,
          "column": 46
        },
        "end": {
          "line": 42,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1651,
      "end": 1652,
      "loc": {
        "start": {
          "line": 42,
          "column": 55
        },
        "end": {
          "line": 42,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RecognizeFilletByArcOrEdge",
      "start": 1652,
      "end": 1678,
      "loc": {
        "start": {
          "line": 42,
          "column": 56
        },
        "end": {
          "line": 42,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1678,
      "end": 1679,
      "loc": {
        "start": {
          "line": 42,
          "column": 82
        },
        "end": {
          "line": 42,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1679,
      "end": 1682,
      "loc": {
        "start": {
          "line": 42,
          "column": 83
        },
        "end": {
          "line": 42,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1682,
      "end": 1683,
      "loc": {
        "start": {
          "line": 42,
          "column": 86
        },
        "end": {
          "line": 42,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1683,
      "end": 1684,
      "loc": {
        "start": {
          "line": 42,
          "column": 87
        },
        "end": {
          "line": 42,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1685,
      "end": 1689,
      "loc": {
        "start": {
          "line": 42,
          "column": 89
        },
        "end": {
          "line": 42,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1689,
      "end": 1690,
      "loc": {
        "start": {
          "line": 42,
          "column": 93
        },
        "end": {
          "line": 42,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletLines",
      "start": 1690,
      "end": 1701,
      "loc": {
        "start": {
          "line": 42,
          "column": 94
        },
        "end": {
          "line": 42,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1701,
      "end": 1702,
      "loc": {
        "start": {
          "line": 42,
          "column": 105
        },
        "end": {
          "line": 42,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1702,
      "end": 1706,
      "loc": {
        "start": {
          "line": 42,
          "column": 106
        },
        "end": {
          "line": 42,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1706,
      "end": 1707,
      "loc": {
        "start": {
          "line": 42,
          "column": 110
        },
        "end": {
          "line": 42,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1707,
      "end": 1710,
      "loc": {
        "start": {
          "line": 42,
          "column": 111
        },
        "end": {
          "line": 42,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1710,
      "end": 1711,
      "loc": {
        "start": {
          "line": 42,
          "column": 114
        },
        "end": {
          "line": 42,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1711,
      "end": 1712,
      "loc": {
        "start": {
          "line": 42,
          "column": 115
        },
        "end": {
          "line": 42,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1722,
      "end": 1723,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1723,
      "end": 1724,
      "loc": {
        "start": {
          "line": 43,
          "column": 9
        },
        "end": {
          "line": 43,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1724,
      "end": 1725,
      "loc": {
        "start": {
          "line": 43,
          "column": 10
        },
        "end": {
          "line": 43,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1737,
      "end": 1740,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 1741,
      "end": 1745,
      "loc": {
        "start": {
          "line": 45,
          "column": 12
        },
        "end": {
          "line": 45,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1746,
      "end": 1747,
      "loc": {
        "start": {
          "line": 45,
          "column": 17
        },
        "end": {
          "line": 45,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1748,
      "end": 1752,
      "loc": {
        "start": {
          "line": 45,
          "column": 19
        },
        "end": {
          "line": 45,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1752,
      "end": 1753,
      "loc": {
        "start": {
          "line": 45,
          "column": 23
        },
        "end": {
          "line": 45,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1763,
      "end": 1766,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 1767,
      "end": 1775,
      "loc": {
        "start": {
          "line": 46,
          "column": 12
        },
        "end": {
          "line": 46,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1776,
      "end": 1777,
      "loc": {
        "start": {
          "line": 46,
          "column": 21
        },
        "end": {
          "line": 46,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 1778,
      "end": 1782,
      "loc": {
        "start": {
          "line": 46,
          "column": 23
        },
        "end": {
          "line": 46,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1782,
      "end": 1783,
      "loc": {
        "start": {
          "line": 46,
          "column": 27
        },
        "end": {
          "line": 46,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 1783,
      "end": 1791,
      "loc": {
        "start": {
          "line": 46,
          "column": 28
        },
        "end": {
          "line": 46,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1791,
      "end": 1792,
      "loc": {
        "start": {
          "line": 46,
          "column": 36
        },
        "end": {
          "line": 46,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1804,
      "end": 1812,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addPreview",
      "start": 1813,
      "end": 1823,
      "loc": {
        "start": {
          "line": 48,
          "column": 17
        },
        "end": {
          "line": 48,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1823,
      "end": 1824,
      "loc": {
        "start": {
          "line": 48,
          "column": 27
        },
        "end": {
          "line": 48,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 1824,
      "end": 1828,
      "loc": {
        "start": {
          "line": 48,
          "column": 28
        },
        "end": {
          "line": 48,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1828,
      "end": 1829,
      "loc": {
        "start": {
          "line": 48,
          "column": 32
        },
        "end": {
          "line": 48,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1830,
      "end": 1831,
      "loc": {
        "start": {
          "line": 48,
          "column": 34
        },
        "end": {
          "line": 48,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 1845,
      "end": 1849,
      "loc": {
        "start": {
          "line": 49,
          "column": 12
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1849,
      "end": 1850,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 1850,
      "end": 1857,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1858,
      "end": 1859,
      "loc": {
        "start": {
          "line": 49,
          "column": 25
        },
        "end": {
          "line": 49,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1860,
      "end": 1861,
      "loc": {
        "start": {
          "line": 49,
          "column": 27
        },
        "end": {
          "line": 49,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1879,
      "end": 1882,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1882,
      "end": 1883,
      "loc": {
        "start": {
          "line": 50,
          "column": 19
        },
        "end": {
          "line": 50,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1884,
      "end": 1888,
      "loc": {
        "start": {
          "line": 50,
          "column": 21
        },
        "end": {
          "line": 50,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1888,
      "end": 1889,
      "loc": {
        "start": {
          "line": 50,
          "column": 25
        },
        "end": {
          "line": 50,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 1907,
      "end": 1916,
      "loc": {
        "start": {
          "line": 51,
          "column": 16
        },
        "end": {
          "line": 51,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1916,
      "end": 1917,
      "loc": {
        "start": {
          "line": 51,
          "column": 25
        },
        "end": {
          "line": 51,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1918,
      "end": 1922,
      "loc": {
        "start": {
          "line": 51,
          "column": 27
        },
        "end": {
          "line": 51,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1922,
      "end": 1923,
      "loc": {
        "start": {
          "line": 51,
          "column": 31
        },
        "end": {
          "line": 51,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 1941,
      "end": 1948,
      "loc": {
        "start": {
          "line": 52,
          "column": 16
        },
        "end": {
          "line": 52,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1948,
      "end": 1949,
      "loc": {
        "start": {
          "line": 52,
          "column": 23
        },
        "end": {
          "line": 52,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1950,
      "end": 1954,
      "loc": {
        "start": {
          "line": 52,
          "column": 25
        },
        "end": {
          "line": 52,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1968,
      "end": 1969,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1969,
      "end": 1970,
      "loc": {
        "start": {
          "line": 53,
          "column": 13
        },
        "end": {
          "line": 53,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1986,
      "end": 1988,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1989,
      "end": 1990,
      "loc": {
        "start": {
          "line": 55,
          "column": 15
        },
        "end": {
          "line": 55,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 1990,
      "end": 1994,
      "loc": {
        "start": {
          "line": 55,
          "column": 16
        },
        "end": {
          "line": 55,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1994,
      "end": 1995,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1995,
      "end": 1998,
      "loc": {
        "start": {
          "line": 55,
          "column": 21
        },
        "end": {
          "line": 55,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 1999,
      "end": 2009,
      "loc": {
        "start": {
          "line": 55,
          "column": 25
        },
        "end": {
          "line": 55,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Arc",
      "start": 2010,
      "end": 2013,
      "loc": {
        "start": {
          "line": 55,
          "column": 36
        },
        "end": {
          "line": 55,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2013,
      "end": 2014,
      "loc": {
        "start": {
          "line": 55,
          "column": 39
        },
        "end": {
          "line": 55,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2015,
      "end": 2016,
      "loc": {
        "start": {
          "line": 55,
          "column": 41
        },
        "end": {
          "line": 55,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 2034,
      "end": 2038,
      "loc": {
        "start": {
          "line": 56,
          "column": 16
        },
        "end": {
          "line": 56,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2038,
      "end": 2039,
      "loc": {
        "start": {
          "line": 56,
          "column": 20
        },
        "end": {
          "line": 56,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 2039,
      "end": 2046,
      "loc": {
        "start": {
          "line": 56,
          "column": 21
        },
        "end": {
          "line": 56,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2046,
      "end": 2047,
      "loc": {
        "start": {
          "line": 56,
          "column": 28
        },
        "end": {
          "line": 56,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objectIndex",
      "start": 2047,
      "end": 2058,
      "loc": {
        "start": {
          "line": 56,
          "column": 29
        },
        "end": {
          "line": 56,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2059,
      "end": 2060,
      "loc": {
        "start": {
          "line": 56,
          "column": 41
        },
        "end": {
          "line": 56,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createGeomObject",
      "start": 2061,
      "end": 2077,
      "loc": {
        "start": {
          "line": 56,
          "column": 43
        },
        "end": {
          "line": 56,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2077,
      "end": 2078,
      "loc": {
        "start": {
          "line": 56,
          "column": 59
        },
        "end": {
          "line": 56,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2100,
      "end": 2101,
      "loc": {
        "start": {
          "line": 57,
          "column": 20
        },
        "end": {
          "line": 57,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2127,
      "end": 2132,
      "loc": {
        "start": {
          "line": 58,
          "column": 24
        },
        "end": {
          "line": 58,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2132,
      "end": 2133,
      "loc": {
        "start": {
          "line": 58,
          "column": 29
        },
        "end": {
          "line": 58,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2134,
      "end": 2138,
      "loc": {
        "start": {
          "line": 58,
          "column": 31
        },
        "end": {
          "line": 58,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2138,
      "end": 2139,
      "loc": {
        "start": {
          "line": 58,
          "column": 35
        },
        "end": {
          "line": 58,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2139,
      "end": 2142,
      "loc": {
        "start": {
          "line": 58,
          "column": 36
        },
        "end": {
          "line": 58,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2142,
      "end": 2143,
      "loc": {
        "start": {
          "line": 58,
          "column": 39
        },
        "end": {
          "line": 58,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 2143,
      "end": 2149,
      "loc": {
        "start": {
          "line": 58,
          "column": 40
        },
        "end": {
          "line": 58,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2149,
      "end": 2150,
      "loc": {
        "start": {
          "line": 58,
          "column": 46
        },
        "end": {
          "line": 58,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2150,
      "end": 2151,
      "loc": {
        "start": {
          "line": 58,
          "column": 47
        },
        "end": {
          "line": 58,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2151,
      "end": 2152,
      "loc": {
        "start": {
          "line": 58,
          "column": 48
        },
        "end": {
          "line": 58,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2152,
      "end": 2153,
      "loc": {
        "start": {
          "line": 58,
          "column": 49
        },
        "end": {
          "line": 58,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 2153,
      "end": 2161,
      "loc": {
        "start": {
          "line": 58,
          "column": 50
        },
        "end": {
          "line": 58,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2161,
      "end": 2162,
      "loc": {
        "start": {
          "line": 58,
          "column": 58
        },
        "end": {
          "line": 58,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2162,
      "end": 2167,
      "loc": {
        "start": {
          "line": 58,
          "column": 59
        },
        "end": {
          "line": 58,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2167,
      "end": 2168,
      "loc": {
        "start": {
          "line": 58,
          "column": 64
        },
        "end": {
          "line": 58,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2168,
      "end": 2169,
      "loc": {
        "start": {
          "line": 58,
          "column": 65
        },
        "end": {
          "line": 58,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2169,
      "end": 2170,
      "loc": {
        "start": {
          "line": 58,
          "column": 66
        },
        "end": {
          "line": 58,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2196,
      "end": 2199,
      "loc": {
        "start": {
          "line": 59,
          "column": 24
        },
        "end": {
          "line": 59,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2199,
      "end": 2200,
      "loc": {
        "start": {
          "line": 59,
          "column": 27
        },
        "end": {
          "line": 59,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2201,
      "end": 2205,
      "loc": {
        "start": {
          "line": 59,
          "column": 29
        },
        "end": {
          "line": 59,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2205,
      "end": 2206,
      "loc": {
        "start": {
          "line": 59,
          "column": 33
        },
        "end": {
          "line": 59,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2206,
      "end": 2209,
      "loc": {
        "start": {
          "line": 59,
          "column": 34
        },
        "end": {
          "line": 59,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2209,
      "end": 2210,
      "loc": {
        "start": {
          "line": 59,
          "column": 37
        },
        "end": {
          "line": 59,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 2210,
      "end": 2216,
      "loc": {
        "start": {
          "line": 59,
          "column": 38
        },
        "end": {
          "line": 59,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2216,
      "end": 2217,
      "loc": {
        "start": {
          "line": 59,
          "column": 44
        },
        "end": {
          "line": 59,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2217,
      "end": 2218,
      "loc": {
        "start": {
          "line": 59,
          "column": 45
        },
        "end": {
          "line": 59,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2218,
      "end": 2219,
      "loc": {
        "start": {
          "line": 59,
          "column": 46
        },
        "end": {
          "line": 59,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2219,
      "end": 2220,
      "loc": {
        "start": {
          "line": 59,
          "column": 47
        },
        "end": {
          "line": 59,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 2220,
      "end": 2228,
      "loc": {
        "start": {
          "line": 59,
          "column": 48
        },
        "end": {
          "line": 59,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2228,
      "end": 2229,
      "loc": {
        "start": {
          "line": 59,
          "column": 56
        },
        "end": {
          "line": 59,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2229,
      "end": 2234,
      "loc": {
        "start": {
          "line": 59,
          "column": 57
        },
        "end": {
          "line": 59,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2234,
      "end": 2235,
      "loc": {
        "start": {
          "line": 59,
          "column": 62
        },
        "end": {
          "line": 59,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2235,
      "end": 2236,
      "loc": {
        "start": {
          "line": 59,
          "column": 63
        },
        "end": {
          "line": 59,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2236,
      "end": 2237,
      "loc": {
        "start": {
          "line": 59,
          "column": 64
        },
        "end": {
          "line": 59,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 2263,
      "end": 2269,
      "loc": {
        "start": {
          "line": 60,
          "column": 24
        },
        "end": {
          "line": 60,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2269,
      "end": 2270,
      "loc": {
        "start": {
          "line": 60,
          "column": 30
        },
        "end": {
          "line": 60,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2271,
      "end": 2275,
      "loc": {
        "start": {
          "line": 60,
          "column": 32
        },
        "end": {
          "line": 60,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2275,
      "end": 2276,
      "loc": {
        "start": {
          "line": 60,
          "column": 36
        },
        "end": {
          "line": 60,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2276,
      "end": 2279,
      "loc": {
        "start": {
          "line": 60,
          "column": 37
        },
        "end": {
          "line": 60,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2279,
      "end": 2280,
      "loc": {
        "start": {
          "line": 60,
          "column": 40
        },
        "end": {
          "line": 60,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerPoint",
      "start": 2280,
      "end": 2291,
      "loc": {
        "start": {
          "line": 60,
          "column": 41
        },
        "end": {
          "line": 60,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2291,
      "end": 2292,
      "loc": {
        "start": {
          "line": 60,
          "column": 52
        },
        "end": {
          "line": 60,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 2292,
      "end": 2300,
      "loc": {
        "start": {
          "line": 60,
          "column": 53
        },
        "end": {
          "line": 60,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2300,
      "end": 2301,
      "loc": {
        "start": {
          "line": 60,
          "column": 61
        },
        "end": {
          "line": 60,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2301,
      "end": 2306,
      "loc": {
        "start": {
          "line": 60,
          "column": 62
        },
        "end": {
          "line": 60,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2306,
      "end": 2307,
      "loc": {
        "start": {
          "line": 60,
          "column": 67
        },
        "end": {
          "line": 60,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2307,
      "end": 2308,
      "loc": {
        "start": {
          "line": 60,
          "column": 68
        },
        "end": {
          "line": 60,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2308,
      "end": 2309,
      "loc": {
        "start": {
          "line": 60,
          "column": 69
        },
        "end": {
          "line": 60,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 2335,
      "end": 2344,
      "loc": {
        "start": {
          "line": 61,
          "column": 24
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2344,
      "end": 2345,
      "loc": {
        "start": {
          "line": 61,
          "column": 33
        },
        "end": {
          "line": 61,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2346,
      "end": 2350,
      "loc": {
        "start": {
          "line": 61,
          "column": 35
        },
        "end": {
          "line": 61,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2350,
      "end": 2351,
      "loc": {
        "start": {
          "line": 61,
          "column": 39
        },
        "end": {
          "line": 61,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2351,
      "end": 2354,
      "loc": {
        "start": {
          "line": 61,
          "column": 40
        },
        "end": {
          "line": 61,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2354,
      "end": 2355,
      "loc": {
        "start": {
          "line": 61,
          "column": 43
        },
        "end": {
          "line": 61,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 2355,
      "end": 2364,
      "loc": {
        "start": {
          "line": 61,
          "column": 44
        },
        "end": {
          "line": 61,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2386,
      "end": 2387,
      "loc": {
        "start": {
          "line": 62,
          "column": 20
        },
        "end": {
          "line": 62,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2387,
      "end": 2388,
      "loc": {
        "start": {
          "line": 62,
          "column": 21
        },
        "end": {
          "line": 62,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 2410,
      "end": 2414,
      "loc": {
        "start": {
          "line": 63,
          "column": 20
        },
        "end": {
          "line": 63,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2414,
      "end": 2415,
      "loc": {
        "start": {
          "line": 63,
          "column": 24
        },
        "end": {
          "line": 63,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 2415,
      "end": 2422,
      "loc": {
        "start": {
          "line": 63,
          "column": 25
        },
        "end": {
          "line": 63,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2422,
      "end": 2423,
      "loc": {
        "start": {
          "line": 63,
          "column": 32
        },
        "end": {
          "line": 63,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2423,
      "end": 2426,
      "loc": {
        "start": {
          "line": 63,
          "column": 33
        },
        "end": {
          "line": 63,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2444,
      "end": 2445,
      "loc": {
        "start": {
          "line": 64,
          "column": 16
        },
        "end": {
          "line": 64,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2445,
      "end": 2446,
      "loc": {
        "start": {
          "line": 64,
          "column": 17
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2460,
      "end": 2461,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2462,
      "end": 2466,
      "loc": {
        "start": {
          "line": 65,
          "column": 14
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2467,
      "end": 2469,
      "loc": {
        "start": {
          "line": 65,
          "column": 19
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2470,
      "end": 2471,
      "loc": {
        "start": {
          "line": 65,
          "column": 22
        },
        "end": {
          "line": 65,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2471,
      "end": 2475,
      "loc": {
        "start": {
          "line": 65,
          "column": 23
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2475,
      "end": 2476,
      "loc": {
        "start": {
          "line": 65,
          "column": 27
        },
        "end": {
          "line": 65,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2476,
      "end": 2479,
      "loc": {
        "start": {
          "line": 65,
          "column": 28
        },
        "end": {
          "line": 65,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 2480,
      "end": 2490,
      "loc": {
        "start": {
          "line": 65,
          "column": 32
        },
        "end": {
          "line": 65,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Line",
      "start": 2491,
      "end": 2495,
      "loc": {
        "start": {
          "line": 65,
          "column": 43
        },
        "end": {
          "line": 65,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2495,
      "end": 2496,
      "loc": {
        "start": {
          "line": 65,
          "column": 47
        },
        "end": {
          "line": 65,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2497,
      "end": 2498,
      "loc": {
        "start": {
          "line": 65,
          "column": 49
        },
        "end": {
          "line": 65,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 2516,
      "end": 2520,
      "loc": {
        "start": {
          "line": 66,
          "column": 16
        },
        "end": {
          "line": 66,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2520,
      "end": 2521,
      "loc": {
        "start": {
          "line": 66,
          "column": 20
        },
        "end": {
          "line": 66,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 2521,
      "end": 2528,
      "loc": {
        "start": {
          "line": 66,
          "column": 21
        },
        "end": {
          "line": 66,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2528,
      "end": 2529,
      "loc": {
        "start": {
          "line": 66,
          "column": 28
        },
        "end": {
          "line": 66,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objectIndex",
      "start": 2529,
      "end": 2540,
      "loc": {
        "start": {
          "line": 66,
          "column": 29
        },
        "end": {
          "line": 66,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2541,
      "end": 2542,
      "loc": {
        "start": {
          "line": 66,
          "column": 41
        },
        "end": {
          "line": 66,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createGeomObject",
      "start": 2543,
      "end": 2559,
      "loc": {
        "start": {
          "line": 66,
          "column": 43
        },
        "end": {
          "line": 66,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2559,
      "end": 2560,
      "loc": {
        "start": {
          "line": 66,
          "column": 59
        },
        "end": {
          "line": 66,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2582,
      "end": 2583,
      "loc": {
        "start": {
          "line": 67,
          "column": 20
        },
        "end": {
          "line": 67,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2609,
      "end": 2614,
      "loc": {
        "start": {
          "line": 68,
          "column": 24
        },
        "end": {
          "line": 68,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2614,
      "end": 2615,
      "loc": {
        "start": {
          "line": 68,
          "column": 29
        },
        "end": {
          "line": 68,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2616,
      "end": 2620,
      "loc": {
        "start": {
          "line": 68,
          "column": 31
        },
        "end": {
          "line": 68,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2620,
      "end": 2621,
      "loc": {
        "start": {
          "line": 68,
          "column": 35
        },
        "end": {
          "line": 68,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2621,
      "end": 2624,
      "loc": {
        "start": {
          "line": 68,
          "column": 36
        },
        "end": {
          "line": 68,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2624,
      "end": 2625,
      "loc": {
        "start": {
          "line": 68,
          "column": 39
        },
        "end": {
          "line": 68,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 2625,
      "end": 2631,
      "loc": {
        "start": {
          "line": 68,
          "column": 40
        },
        "end": {
          "line": 68,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2631,
      "end": 2632,
      "loc": {
        "start": {
          "line": 68,
          "column": 46
        },
        "end": {
          "line": 68,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2632,
      "end": 2633,
      "loc": {
        "start": {
          "line": 68,
          "column": 47
        },
        "end": {
          "line": 68,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2633,
      "end": 2634,
      "loc": {
        "start": {
          "line": 68,
          "column": 48
        },
        "end": {
          "line": 68,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2634,
      "end": 2635,
      "loc": {
        "start": {
          "line": 68,
          "column": 49
        },
        "end": {
          "line": 68,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 2635,
      "end": 2643,
      "loc": {
        "start": {
          "line": 68,
          "column": 50
        },
        "end": {
          "line": 68,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2643,
      "end": 2644,
      "loc": {
        "start": {
          "line": 68,
          "column": 58
        },
        "end": {
          "line": 68,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2644,
      "end": 2649,
      "loc": {
        "start": {
          "line": 68,
          "column": 59
        },
        "end": {
          "line": 68,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2649,
      "end": 2650,
      "loc": {
        "start": {
          "line": 68,
          "column": 64
        },
        "end": {
          "line": 68,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2650,
      "end": 2651,
      "loc": {
        "start": {
          "line": 68,
          "column": 65
        },
        "end": {
          "line": 68,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2651,
      "end": 2652,
      "loc": {
        "start": {
          "line": 68,
          "column": 66
        },
        "end": {
          "line": 68,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2678,
      "end": 2681,
      "loc": {
        "start": {
          "line": 69,
          "column": 24
        },
        "end": {
          "line": 69,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2681,
      "end": 2682,
      "loc": {
        "start": {
          "line": 69,
          "column": 27
        },
        "end": {
          "line": 69,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2683,
      "end": 2687,
      "loc": {
        "start": {
          "line": 69,
          "column": 29
        },
        "end": {
          "line": 69,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2687,
      "end": 2688,
      "loc": {
        "start": {
          "line": 69,
          "column": 33
        },
        "end": {
          "line": 69,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2688,
      "end": 2691,
      "loc": {
        "start": {
          "line": 69,
          "column": 34
        },
        "end": {
          "line": 69,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2691,
      "end": 2692,
      "loc": {
        "start": {
          "line": 69,
          "column": 37
        },
        "end": {
          "line": 69,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 2692,
      "end": 2698,
      "loc": {
        "start": {
          "line": 69,
          "column": 38
        },
        "end": {
          "line": 69,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2698,
      "end": 2699,
      "loc": {
        "start": {
          "line": 69,
          "column": 44
        },
        "end": {
          "line": 69,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2699,
      "end": 2700,
      "loc": {
        "start": {
          "line": 69,
          "column": 45
        },
        "end": {
          "line": 69,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2700,
      "end": 2701,
      "loc": {
        "start": {
          "line": 69,
          "column": 46
        },
        "end": {
          "line": 69,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2701,
      "end": 2702,
      "loc": {
        "start": {
          "line": 69,
          "column": 47
        },
        "end": {
          "line": 69,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 2702,
      "end": 2710,
      "loc": {
        "start": {
          "line": 69,
          "column": 48
        },
        "end": {
          "line": 69,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2710,
      "end": 2711,
      "loc": {
        "start": {
          "line": 69,
          "column": 56
        },
        "end": {
          "line": 69,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2711,
      "end": 2716,
      "loc": {
        "start": {
          "line": 69,
          "column": 57
        },
        "end": {
          "line": 69,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2716,
      "end": 2717,
      "loc": {
        "start": {
          "line": 69,
          "column": 62
        },
        "end": {
          "line": 69,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2717,
      "end": 2718,
      "loc": {
        "start": {
          "line": 69,
          "column": 63
        },
        "end": {
          "line": 69,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2740,
      "end": 2741,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2741,
      "end": 2742,
      "loc": {
        "start": {
          "line": 70,
          "column": 21
        },
        "end": {
          "line": 70,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 2764,
      "end": 2768,
      "loc": {
        "start": {
          "line": 71,
          "column": 20
        },
        "end": {
          "line": 71,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2768,
      "end": 2769,
      "loc": {
        "start": {
          "line": 71,
          "column": 24
        },
        "end": {
          "line": 71,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 2769,
      "end": 2776,
      "loc": {
        "start": {
          "line": 71,
          "column": 25
        },
        "end": {
          "line": 71,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2776,
      "end": 2777,
      "loc": {
        "start": {
          "line": 71,
          "column": 32
        },
        "end": {
          "line": 71,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2777,
      "end": 2780,
      "loc": {
        "start": {
          "line": 71,
          "column": 33
        },
        "end": {
          "line": 71,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2798,
      "end": 2799,
      "loc": {
        "start": {
          "line": 72,
          "column": 16
        },
        "end": {
          "line": 72,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2799,
      "end": 2800,
      "loc": {
        "start": {
          "line": 72,
          "column": 17
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2814,
      "end": 2815,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 2831,
      "end": 2835,
      "loc": {
        "start": {
          "line": 75,
          "column": 12
        },
        "end": {
          "line": 75,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2835,
      "end": 2836,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 2836,
      "end": 2843,
      "loc": {
        "start": {
          "line": 75,
          "column": 17
        },
        "end": {
          "line": 75,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2843,
      "end": 2844,
      "loc": {
        "start": {
          "line": 75,
          "column": 24
        },
        "end": {
          "line": 75,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 2844,
      "end": 2853,
      "loc": {
        "start": {
          "line": 75,
          "column": 25
        },
        "end": {
          "line": 75,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2854,
      "end": 2855,
      "loc": {
        "start": {
          "line": 75,
          "column": 35
        },
        "end": {
          "line": 75,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createGeomObject",
      "start": 2856,
      "end": 2872,
      "loc": {
        "start": {
          "line": 75,
          "column": 37
        },
        "end": {
          "line": 75,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2872,
      "end": 2873,
      "loc": {
        "start": {
          "line": 75,
          "column": 53
        },
        "end": {
          "line": 75,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2891,
      "end": 2892,
      "loc": {
        "start": {
          "line": 76,
          "column": 16
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2914,
      "end": 2919,
      "loc": {
        "start": {
          "line": 77,
          "column": 20
        },
        "end": {
          "line": 77,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2919,
      "end": 2920,
      "loc": {
        "start": {
          "line": 77,
          "column": 25
        },
        "end": {
          "line": 77,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2921,
      "end": 2925,
      "loc": {
        "start": {
          "line": 77,
          "column": 27
        },
        "end": {
          "line": 77,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2925,
      "end": 2926,
      "loc": {
        "start": {
          "line": 77,
          "column": 31
        },
        "end": {
          "line": 77,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 2926,
      "end": 2931,
      "loc": {
        "start": {
          "line": 77,
          "column": 32
        },
        "end": {
          "line": 77,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2931,
      "end": 2932,
      "loc": {
        "start": {
          "line": 77,
          "column": 37
        },
        "end": {
          "line": 77,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2932,
      "end": 2933,
      "loc": {
        "start": {
          "line": 77,
          "column": 38
        },
        "end": {
          "line": 77,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2933,
      "end": 2934,
      "loc": {
        "start": {
          "line": 77,
          "column": 39
        },
        "end": {
          "line": 77,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2934,
      "end": 2935,
      "loc": {
        "start": {
          "line": 77,
          "column": 40
        },
        "end": {
          "line": 77,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 2935,
      "end": 2941,
      "loc": {
        "start": {
          "line": 77,
          "column": 41
        },
        "end": {
          "line": 77,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2941,
      "end": 2942,
      "loc": {
        "start": {
          "line": 77,
          "column": 47
        },
        "end": {
          "line": 77,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2942,
      "end": 2943,
      "loc": {
        "start": {
          "line": 77,
          "column": 48
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2943,
      "end": 2944,
      "loc": {
        "start": {
          "line": 77,
          "column": 49
        },
        "end": {
          "line": 77,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2944,
      "end": 2945,
      "loc": {
        "start": {
          "line": 77,
          "column": 50
        },
        "end": {
          "line": 77,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 2945,
      "end": 2953,
      "loc": {
        "start": {
          "line": 77,
          "column": 51
        },
        "end": {
          "line": 77,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2953,
      "end": 2954,
      "loc": {
        "start": {
          "line": 77,
          "column": 59
        },
        "end": {
          "line": 77,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2954,
      "end": 2959,
      "loc": {
        "start": {
          "line": 77,
          "column": 60
        },
        "end": {
          "line": 77,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2959,
      "end": 2960,
      "loc": {
        "start": {
          "line": 77,
          "column": 65
        },
        "end": {
          "line": 77,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2960,
      "end": 2961,
      "loc": {
        "start": {
          "line": 77,
          "column": 66
        },
        "end": {
          "line": 77,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2961,
      "end": 2962,
      "loc": {
        "start": {
          "line": 77,
          "column": 67
        },
        "end": {
          "line": 77,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2984,
      "end": 2987,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2987,
      "end": 2988,
      "loc": {
        "start": {
          "line": 78,
          "column": 23
        },
        "end": {
          "line": 78,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2989,
      "end": 2993,
      "loc": {
        "start": {
          "line": 78,
          "column": 25
        },
        "end": {
          "line": 78,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2993,
      "end": 2994,
      "loc": {
        "start": {
          "line": 78,
          "column": 29
        },
        "end": {
          "line": 78,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 2994,
      "end": 2999,
      "loc": {
        "start": {
          "line": 78,
          "column": 30
        },
        "end": {
          "line": 78,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2999,
      "end": 3000,
      "loc": {
        "start": {
          "line": 78,
          "column": 35
        },
        "end": {
          "line": 78,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3000,
      "end": 3001,
      "loc": {
        "start": {
          "line": 78,
          "column": 36
        },
        "end": {
          "line": 78,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3001,
      "end": 3002,
      "loc": {
        "start": {
          "line": 78,
          "column": 37
        },
        "end": {
          "line": 78,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3002,
      "end": 3003,
      "loc": {
        "start": {
          "line": 78,
          "column": 38
        },
        "end": {
          "line": 78,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3003,
      "end": 3009,
      "loc": {
        "start": {
          "line": 78,
          "column": 39
        },
        "end": {
          "line": 78,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3009,
      "end": 3010,
      "loc": {
        "start": {
          "line": 78,
          "column": 45
        },
        "end": {
          "line": 78,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3010,
      "end": 3011,
      "loc": {
        "start": {
          "line": 78,
          "column": 46
        },
        "end": {
          "line": 78,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3011,
      "end": 3012,
      "loc": {
        "start": {
          "line": 78,
          "column": 47
        },
        "end": {
          "line": 78,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3012,
      "end": 3013,
      "loc": {
        "start": {
          "line": 78,
          "column": 48
        },
        "end": {
          "line": 78,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3013,
      "end": 3021,
      "loc": {
        "start": {
          "line": 78,
          "column": 49
        },
        "end": {
          "line": 78,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3021,
      "end": 3022,
      "loc": {
        "start": {
          "line": 78,
          "column": 57
        },
        "end": {
          "line": 78,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3022,
      "end": 3027,
      "loc": {
        "start": {
          "line": 78,
          "column": 58
        },
        "end": {
          "line": 78,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3027,
      "end": 3028,
      "loc": {
        "start": {
          "line": 78,
          "column": 63
        },
        "end": {
          "line": 78,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3028,
      "end": 3029,
      "loc": {
        "start": {
          "line": 78,
          "column": 64
        },
        "end": {
          "line": 78,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3047,
      "end": 3048,
      "loc": {
        "start": {
          "line": 79,
          "column": 16
        },
        "end": {
          "line": 79,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3048,
      "end": 3049,
      "loc": {
        "start": {
          "line": 79,
          "column": 17
        },
        "end": {
          "line": 79,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3067,
      "end": 3071,
      "loc": {
        "start": {
          "line": 80,
          "column": 16
        },
        "end": {
          "line": 80,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3071,
      "end": 3072,
      "loc": {
        "start": {
          "line": 80,
          "column": 20
        },
        "end": {
          "line": 80,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3072,
      "end": 3079,
      "loc": {
        "start": {
          "line": 80,
          "column": 21
        },
        "end": {
          "line": 80,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3079,
      "end": 3080,
      "loc": {
        "start": {
          "line": 80,
          "column": 28
        },
        "end": {
          "line": 80,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 3080,
      "end": 3089,
      "loc": {
        "start": {
          "line": 80,
          "column": 29
        },
        "end": {
          "line": 80,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3104,
      "end": 3105,
      "loc": {
        "start": {
          "line": 81,
          "column": 13
        },
        "end": {
          "line": 81,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3121,
      "end": 3125,
      "loc": {
        "start": {
          "line": 83,
          "column": 12
        },
        "end": {
          "line": 83,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3125,
      "end": 3126,
      "loc": {
        "start": {
          "line": 83,
          "column": 16
        },
        "end": {
          "line": 83,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3126,
      "end": 3133,
      "loc": {
        "start": {
          "line": 83,
          "column": 17
        },
        "end": {
          "line": 83,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3133,
      "end": 3134,
      "loc": {
        "start": {
          "line": 83,
          "column": 24
        },
        "end": {
          "line": 83,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 3134,
      "end": 3141,
      "loc": {
        "start": {
          "line": 83,
          "column": 25
        },
        "end": {
          "line": 83,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3142,
      "end": 3143,
      "loc": {
        "start": {
          "line": 83,
          "column": 33
        },
        "end": {
          "line": 83,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createGeomObject",
      "start": 3144,
      "end": 3160,
      "loc": {
        "start": {
          "line": 83,
          "column": 35
        },
        "end": {
          "line": 83,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3160,
      "end": 3161,
      "loc": {
        "start": {
          "line": 83,
          "column": 51
        },
        "end": {
          "line": 83,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3179,
      "end": 3180,
      "loc": {
        "start": {
          "line": 84,
          "column": 16
        },
        "end": {
          "line": 84,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3202,
      "end": 3207,
      "loc": {
        "start": {
          "line": 85,
          "column": 20
        },
        "end": {
          "line": 85,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3207,
      "end": 3208,
      "loc": {
        "start": {
          "line": 85,
          "column": 25
        },
        "end": {
          "line": 85,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3209,
      "end": 3213,
      "loc": {
        "start": {
          "line": 85,
          "column": 27
        },
        "end": {
          "line": 85,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3213,
      "end": 3214,
      "loc": {
        "start": {
          "line": 85,
          "column": 31
        },
        "end": {
          "line": 85,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 3214,
      "end": 3219,
      "loc": {
        "start": {
          "line": 85,
          "column": 32
        },
        "end": {
          "line": 85,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3219,
      "end": 3220,
      "loc": {
        "start": {
          "line": 85,
          "column": 37
        },
        "end": {
          "line": 85,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3220,
      "end": 3221,
      "loc": {
        "start": {
          "line": 85,
          "column": 38
        },
        "end": {
          "line": 85,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3221,
      "end": 3222,
      "loc": {
        "start": {
          "line": 85,
          "column": 39
        },
        "end": {
          "line": 85,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3222,
      "end": 3223,
      "loc": {
        "start": {
          "line": 85,
          "column": 40
        },
        "end": {
          "line": 85,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3223,
      "end": 3229,
      "loc": {
        "start": {
          "line": 85,
          "column": 41
        },
        "end": {
          "line": 85,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3229,
      "end": 3230,
      "loc": {
        "start": {
          "line": 85,
          "column": 47
        },
        "end": {
          "line": 85,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3230,
      "end": 3231,
      "loc": {
        "start": {
          "line": 85,
          "column": 48
        },
        "end": {
          "line": 85,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3231,
      "end": 3232,
      "loc": {
        "start": {
          "line": 85,
          "column": 49
        },
        "end": {
          "line": 85,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3232,
      "end": 3233,
      "loc": {
        "start": {
          "line": 85,
          "column": 50
        },
        "end": {
          "line": 85,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3233,
      "end": 3241,
      "loc": {
        "start": {
          "line": 85,
          "column": 51
        },
        "end": {
          "line": 85,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3241,
      "end": 3242,
      "loc": {
        "start": {
          "line": 85,
          "column": 59
        },
        "end": {
          "line": 85,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3242,
      "end": 3247,
      "loc": {
        "start": {
          "line": 85,
          "column": 60
        },
        "end": {
          "line": 85,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3247,
      "end": 3248,
      "loc": {
        "start": {
          "line": 85,
          "column": 65
        },
        "end": {
          "line": 85,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3248,
      "end": 3249,
      "loc": {
        "start": {
          "line": 85,
          "column": 66
        },
        "end": {
          "line": 85,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3249,
      "end": 3250,
      "loc": {
        "start": {
          "line": 85,
          "column": 67
        },
        "end": {
          "line": 85,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3272,
      "end": 3275,
      "loc": {
        "start": {
          "line": 86,
          "column": 20
        },
        "end": {
          "line": 86,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3275,
      "end": 3276,
      "loc": {
        "start": {
          "line": 86,
          "column": 23
        },
        "end": {
          "line": 86,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3277,
      "end": 3281,
      "loc": {
        "start": {
          "line": 86,
          "column": 25
        },
        "end": {
          "line": 86,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3281,
      "end": 3282,
      "loc": {
        "start": {
          "line": 86,
          "column": 29
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 3282,
      "end": 3287,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3287,
      "end": 3288,
      "loc": {
        "start": {
          "line": 86,
          "column": 35
        },
        "end": {
          "line": 86,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3288,
      "end": 3289,
      "loc": {
        "start": {
          "line": 86,
          "column": 36
        },
        "end": {
          "line": 86,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3289,
      "end": 3290,
      "loc": {
        "start": {
          "line": 86,
          "column": 37
        },
        "end": {
          "line": 86,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3290,
      "end": 3291,
      "loc": {
        "start": {
          "line": 86,
          "column": 38
        },
        "end": {
          "line": 86,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 3291,
      "end": 3297,
      "loc": {
        "start": {
          "line": 86,
          "column": 39
        },
        "end": {
          "line": 86,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3297,
      "end": 3298,
      "loc": {
        "start": {
          "line": 86,
          "column": 45
        },
        "end": {
          "line": 86,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3298,
      "end": 3299,
      "loc": {
        "start": {
          "line": 86,
          "column": 46
        },
        "end": {
          "line": 86,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3299,
      "end": 3300,
      "loc": {
        "start": {
          "line": 86,
          "column": 47
        },
        "end": {
          "line": 86,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3300,
      "end": 3301,
      "loc": {
        "start": {
          "line": 86,
          "column": 48
        },
        "end": {
          "line": 86,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3301,
      "end": 3309,
      "loc": {
        "start": {
          "line": 86,
          "column": 49
        },
        "end": {
          "line": 86,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3309,
      "end": 3310,
      "loc": {
        "start": {
          "line": 86,
          "column": 57
        },
        "end": {
          "line": 86,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3310,
      "end": 3315,
      "loc": {
        "start": {
          "line": 86,
          "column": 58
        },
        "end": {
          "line": 86,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3315,
      "end": 3316,
      "loc": {
        "start": {
          "line": 86,
          "column": 63
        },
        "end": {
          "line": 86,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3316,
      "end": 3317,
      "loc": {
        "start": {
          "line": 86,
          "column": 64
        },
        "end": {
          "line": 86,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3335,
      "end": 3336,
      "loc": {
        "start": {
          "line": 87,
          "column": 16
        },
        "end": {
          "line": 87,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3336,
      "end": 3337,
      "loc": {
        "start": {
          "line": 87,
          "column": 17
        },
        "end": {
          "line": 87,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3355,
      "end": 3359,
      "loc": {
        "start": {
          "line": 88,
          "column": 16
        },
        "end": {
          "line": 88,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3359,
      "end": 3360,
      "loc": {
        "start": {
          "line": 88,
          "column": 20
        },
        "end": {
          "line": 88,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3360,
      "end": 3367,
      "loc": {
        "start": {
          "line": 88,
          "column": 21
        },
        "end": {
          "line": 88,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3367,
      "end": 3368,
      "loc": {
        "start": {
          "line": 88,
          "column": 28
        },
        "end": {
          "line": 88,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 3368,
      "end": 3375,
      "loc": {
        "start": {
          "line": 88,
          "column": 29
        },
        "end": {
          "line": 88,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3389,
      "end": 3390,
      "loc": {
        "start": {
          "line": 89,
          "column": 12
        },
        "end": {
          "line": 89,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3390,
      "end": 3391,
      "loc": {
        "start": {
          "line": 89,
          "column": 13
        },
        "end": {
          "line": 89,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3407,
      "end": 3411,
      "loc": {
        "start": {
          "line": 91,
          "column": 12
        },
        "end": {
          "line": 91,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3411,
      "end": 3412,
      "loc": {
        "start": {
          "line": 91,
          "column": 16
        },
        "end": {
          "line": 91,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 3412,
      "end": 3420,
      "loc": {
        "start": {
          "line": 91,
          "column": 17
        },
        "end": {
          "line": 91,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3420,
      "end": 3421,
      "loc": {
        "start": {
          "line": 91,
          "column": 25
        },
        "end": {
          "line": 91,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentSketch",
      "start": 3421,
      "end": 3434,
      "loc": {
        "start": {
          "line": 91,
          "column": 26
        },
        "end": {
          "line": 91,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3434,
      "end": 3435,
      "loc": {
        "start": {
          "line": 91,
          "column": 39
        },
        "end": {
          "line": 91,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAuxObject",
      "start": 3435,
      "end": 3447,
      "loc": {
        "start": {
          "line": 91,
          "column": 40
        },
        "end": {
          "line": 91,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3447,
      "end": 3448,
      "loc": {
        "start": {
          "line": 91,
          "column": 52
        },
        "end": {
          "line": 91,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3448,
      "end": 3452,
      "loc": {
        "start": {
          "line": 91,
          "column": 53
        },
        "end": {
          "line": 91,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3452,
      "end": 3453,
      "loc": {
        "start": {
          "line": 91,
          "column": 57
        },
        "end": {
          "line": 91,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3453,
      "end": 3460,
      "loc": {
        "start": {
          "line": 91,
          "column": 58
        },
        "end": {
          "line": 91,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3460,
      "end": 3461,
      "loc": {
        "start": {
          "line": 91,
          "column": 65
        },
        "end": {
          "line": 91,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3461,
      "end": 3464,
      "loc": {
        "start": {
          "line": 91,
          "column": 66
        },
        "end": {
          "line": 91,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3464,
      "end": 3465,
      "loc": {
        "start": {
          "line": 91,
          "column": 69
        },
        "end": {
          "line": 91,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3465,
      "end": 3466,
      "loc": {
        "start": {
          "line": 91,
          "column": 70
        },
        "end": {
          "line": 91,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3480,
      "end": 3484,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3484,
      "end": 3485,
      "loc": {
        "start": {
          "line": 92,
          "column": 16
        },
        "end": {
          "line": 92,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 3485,
      "end": 3493,
      "loc": {
        "start": {
          "line": 92,
          "column": 17
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3493,
      "end": 3494,
      "loc": {
        "start": {
          "line": 92,
          "column": 25
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentSketch",
      "start": 3494,
      "end": 3507,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3507,
      "end": 3508,
      "loc": {
        "start": {
          "line": 92,
          "column": 39
        },
        "end": {
          "line": 92,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAuxObject",
      "start": 3508,
      "end": 3520,
      "loc": {
        "start": {
          "line": 92,
          "column": 40
        },
        "end": {
          "line": 92,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3520,
      "end": 3521,
      "loc": {
        "start": {
          "line": 92,
          "column": 52
        },
        "end": {
          "line": 92,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3521,
      "end": 3525,
      "loc": {
        "start": {
          "line": 92,
          "column": 53
        },
        "end": {
          "line": 92,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3525,
      "end": 3526,
      "loc": {
        "start": {
          "line": 92,
          "column": 57
        },
        "end": {
          "line": 92,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3526,
      "end": 3533,
      "loc": {
        "start": {
          "line": 92,
          "column": 58
        },
        "end": {
          "line": 92,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3533,
      "end": 3534,
      "loc": {
        "start": {
          "line": 92,
          "column": 65
        },
        "end": {
          "line": 92,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 3534,
      "end": 3543,
      "loc": {
        "start": {
          "line": 92,
          "column": 66
        },
        "end": {
          "line": 92,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3543,
      "end": 3544,
      "loc": {
        "start": {
          "line": 92,
          "column": 75
        },
        "end": {
          "line": 92,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3544,
      "end": 3545,
      "loc": {
        "start": {
          "line": 92,
          "column": 76
        },
        "end": {
          "line": 92,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3559,
      "end": 3563,
      "loc": {
        "start": {
          "line": 93,
          "column": 12
        },
        "end": {
          "line": 93,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3563,
      "end": 3564,
      "loc": {
        "start": {
          "line": 93,
          "column": 16
        },
        "end": {
          "line": 93,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 3564,
      "end": 3572,
      "loc": {
        "start": {
          "line": 93,
          "column": 17
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3572,
      "end": 3573,
      "loc": {
        "start": {
          "line": 93,
          "column": 25
        },
        "end": {
          "line": 93,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentSketch",
      "start": 3573,
      "end": 3586,
      "loc": {
        "start": {
          "line": 93,
          "column": 26
        },
        "end": {
          "line": 93,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3586,
      "end": 3587,
      "loc": {
        "start": {
          "line": 93,
          "column": 39
        },
        "end": {
          "line": 93,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAuxObject",
      "start": 3587,
      "end": 3599,
      "loc": {
        "start": {
          "line": 93,
          "column": 40
        },
        "end": {
          "line": 93,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3599,
      "end": 3600,
      "loc": {
        "start": {
          "line": 93,
          "column": 52
        },
        "end": {
          "line": 93,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3600,
      "end": 3604,
      "loc": {
        "start": {
          "line": 93,
          "column": 53
        },
        "end": {
          "line": 93,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3604,
      "end": 3605,
      "loc": {
        "start": {
          "line": 93,
          "column": 57
        },
        "end": {
          "line": 93,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3605,
      "end": 3612,
      "loc": {
        "start": {
          "line": 93,
          "column": 58
        },
        "end": {
          "line": 93,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3612,
      "end": 3613,
      "loc": {
        "start": {
          "line": 93,
          "column": 65
        },
        "end": {
          "line": 93,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 3613,
      "end": 3620,
      "loc": {
        "start": {
          "line": 93,
          "column": 66
        },
        "end": {
          "line": 93,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3620,
      "end": 3621,
      "loc": {
        "start": {
          "line": 93,
          "column": 73
        },
        "end": {
          "line": 93,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3621,
      "end": 3622,
      "loc": {
        "start": {
          "line": 93,
          "column": 74
        },
        "end": {
          "line": 93,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3632,
      "end": 3633,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3643,
      "end": 3651,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removePreview",
      "start": 3652,
      "end": 3665,
      "loc": {
        "start": {
          "line": 95,
          "column": 17
        },
        "end": {
          "line": 95,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3665,
      "end": 3666,
      "loc": {
        "start": {
          "line": 95,
          "column": 30
        },
        "end": {
          "line": 95,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3666,
      "end": 3667,
      "loc": {
        "start": {
          "line": 95,
          "column": 31
        },
        "end": {
          "line": 95,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3668,
      "end": 3669,
      "loc": {
        "start": {
          "line": 95,
          "column": 33
        },
        "end": {
          "line": 95,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3683,
      "end": 3685,
      "loc": {
        "start": {
          "line": 96,
          "column": 12
        },
        "end": {
          "line": 96,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3686,
      "end": 3687,
      "loc": {
        "start": {
          "line": 96,
          "column": 15
        },
        "end": {
          "line": 96,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3687,
      "end": 3691,
      "loc": {
        "start": {
          "line": 96,
          "column": 16
        },
        "end": {
          "line": 96,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3691,
      "end": 3692,
      "loc": {
        "start": {
          "line": 96,
          "column": 20
        },
        "end": {
          "line": 96,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3692,
      "end": 3699,
      "loc": {
        "start": {
          "line": 96,
          "column": 21
        },
        "end": {
          "line": 96,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3699,
      "end": 3700,
      "loc": {
        "start": {
          "line": 96,
          "column": 28
        },
        "end": {
          "line": 96,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3700,
      "end": 3703,
      "loc": {
        "start": {
          "line": 96,
          "column": 29
        },
        "end": {
          "line": 96,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3703,
      "end": 3704,
      "loc": {
        "start": {
          "line": 96,
          "column": 32
        },
        "end": {
          "line": 96,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3705,
      "end": 3709,
      "loc": {
        "start": {
          "line": 96,
          "column": 34
        },
        "end": {
          "line": 96,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3709,
      "end": 3710,
      "loc": {
        "start": {
          "line": 96,
          "column": 38
        },
        "end": {
          "line": 96,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 3710,
      "end": 3718,
      "loc": {
        "start": {
          "line": 96,
          "column": 39
        },
        "end": {
          "line": 96,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3718,
      "end": 3719,
      "loc": {
        "start": {
          "line": 96,
          "column": 47
        },
        "end": {
          "line": 96,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentSketch",
      "start": 3719,
      "end": 3732,
      "loc": {
        "start": {
          "line": 96,
          "column": 48
        },
        "end": {
          "line": 96,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3732,
      "end": 3733,
      "loc": {
        "start": {
          "line": 96,
          "column": 61
        },
        "end": {
          "line": 96,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeAuxObject",
      "start": 3733,
      "end": 3748,
      "loc": {
        "start": {
          "line": 96,
          "column": 62
        },
        "end": {
          "line": 96,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3748,
      "end": 3749,
      "loc": {
        "start": {
          "line": 96,
          "column": 77
        },
        "end": {
          "line": 96,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3749,
      "end": 3753,
      "loc": {
        "start": {
          "line": 96,
          "column": 78
        },
        "end": {
          "line": 96,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3753,
      "end": 3754,
      "loc": {
        "start": {
          "line": 96,
          "column": 82
        },
        "end": {
          "line": 96,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3754,
      "end": 3761,
      "loc": {
        "start": {
          "line": 96,
          "column": 83
        },
        "end": {
          "line": 96,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3761,
      "end": 3762,
      "loc": {
        "start": {
          "line": 96,
          "column": 90
        },
        "end": {
          "line": 96,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3762,
      "end": 3765,
      "loc": {
        "start": {
          "line": 96,
          "column": 91
        },
        "end": {
          "line": 96,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3765,
      "end": 3766,
      "loc": {
        "start": {
          "line": 96,
          "column": 94
        },
        "end": {
          "line": 96,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3766,
      "end": 3767,
      "loc": {
        "start": {
          "line": 96,
          "column": 95
        },
        "end": {
          "line": 96,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3781,
      "end": 3783,
      "loc": {
        "start": {
          "line": 97,
          "column": 12
        },
        "end": {
          "line": 97,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3784,
      "end": 3785,
      "loc": {
        "start": {
          "line": 97,
          "column": 15
        },
        "end": {
          "line": 97,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3785,
      "end": 3789,
      "loc": {
        "start": {
          "line": 97,
          "column": 16
        },
        "end": {
          "line": 97,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3789,
      "end": 3790,
      "loc": {
        "start": {
          "line": 97,
          "column": 20
        },
        "end": {
          "line": 97,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3790,
      "end": 3797,
      "loc": {
        "start": {
          "line": 97,
          "column": 21
        },
        "end": {
          "line": 97,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3797,
      "end": 3798,
      "loc": {
        "start": {
          "line": 97,
          "column": 28
        },
        "end": {
          "line": 97,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 3798,
      "end": 3807,
      "loc": {
        "start": {
          "line": 97,
          "column": 29
        },
        "end": {
          "line": 97,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3807,
      "end": 3808,
      "loc": {
        "start": {
          "line": 97,
          "column": 38
        },
        "end": {
          "line": 97,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3809,
      "end": 3813,
      "loc": {
        "start": {
          "line": 97,
          "column": 40
        },
        "end": {
          "line": 97,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3813,
      "end": 3814,
      "loc": {
        "start": {
          "line": 97,
          "column": 44
        },
        "end": {
          "line": 97,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 3814,
      "end": 3822,
      "loc": {
        "start": {
          "line": 97,
          "column": 45
        },
        "end": {
          "line": 97,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3822,
      "end": 3823,
      "loc": {
        "start": {
          "line": 97,
          "column": 53
        },
        "end": {
          "line": 97,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentSketch",
      "start": 3823,
      "end": 3836,
      "loc": {
        "start": {
          "line": 97,
          "column": 54
        },
        "end": {
          "line": 97,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3836,
      "end": 3837,
      "loc": {
        "start": {
          "line": 97,
          "column": 67
        },
        "end": {
          "line": 97,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeAuxObject",
      "start": 3837,
      "end": 3852,
      "loc": {
        "start": {
          "line": 97,
          "column": 68
        },
        "end": {
          "line": 97,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3852,
      "end": 3853,
      "loc": {
        "start": {
          "line": 97,
          "column": 83
        },
        "end": {
          "line": 97,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3853,
      "end": 3857,
      "loc": {
        "start": {
          "line": 97,
          "column": 84
        },
        "end": {
          "line": 97,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3857,
      "end": 3858,
      "loc": {
        "start": {
          "line": 97,
          "column": 88
        },
        "end": {
          "line": 97,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3858,
      "end": 3865,
      "loc": {
        "start": {
          "line": 97,
          "column": 89
        },
        "end": {
          "line": 97,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3865,
      "end": 3866,
      "loc": {
        "start": {
          "line": 97,
          "column": 96
        },
        "end": {
          "line": 97,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 3866,
      "end": 3875,
      "loc": {
        "start": {
          "line": 97,
          "column": 97
        },
        "end": {
          "line": 97,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3875,
      "end": 3876,
      "loc": {
        "start": {
          "line": 97,
          "column": 106
        },
        "end": {
          "line": 97,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3876,
      "end": 3877,
      "loc": {
        "start": {
          "line": 97,
          "column": 107
        },
        "end": {
          "line": 97,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3891,
      "end": 3893,
      "loc": {
        "start": {
          "line": 98,
          "column": 12
        },
        "end": {
          "line": 98,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3894,
      "end": 3895,
      "loc": {
        "start": {
          "line": 98,
          "column": 15
        },
        "end": {
          "line": 98,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3895,
      "end": 3899,
      "loc": {
        "start": {
          "line": 98,
          "column": 16
        },
        "end": {
          "line": 98,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3899,
      "end": 3900,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3900,
      "end": 3907,
      "loc": {
        "start": {
          "line": 98,
          "column": 21
        },
        "end": {
          "line": 98,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 98,
          "column": 28
        },
        "end": {
          "line": 98,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 3908,
      "end": 3915,
      "loc": {
        "start": {
          "line": 98,
          "column": 29
        },
        "end": {
          "line": 98,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3915,
      "end": 3916,
      "loc": {
        "start": {
          "line": 98,
          "column": 36
        },
        "end": {
          "line": 98,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3917,
      "end": 3921,
      "loc": {
        "start": {
          "line": 98,
          "column": 38
        },
        "end": {
          "line": 98,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3921,
      "end": 3922,
      "loc": {
        "start": {
          "line": 98,
          "column": 42
        },
        "end": {
          "line": 98,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 3922,
      "end": 3930,
      "loc": {
        "start": {
          "line": 98,
          "column": 43
        },
        "end": {
          "line": 98,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3930,
      "end": 3931,
      "loc": {
        "start": {
          "line": 98,
          "column": 51
        },
        "end": {
          "line": 98,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentSketch",
      "start": 3931,
      "end": 3944,
      "loc": {
        "start": {
          "line": 98,
          "column": 52
        },
        "end": {
          "line": 98,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3944,
      "end": 3945,
      "loc": {
        "start": {
          "line": 98,
          "column": 65
        },
        "end": {
          "line": 98,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeAuxObject",
      "start": 3945,
      "end": 3960,
      "loc": {
        "start": {
          "line": 98,
          "column": 66
        },
        "end": {
          "line": 98,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3960,
      "end": 3961,
      "loc": {
        "start": {
          "line": 98,
          "column": 81
        },
        "end": {
          "line": 98,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3961,
      "end": 3965,
      "loc": {
        "start": {
          "line": 98,
          "column": 82
        },
        "end": {
          "line": 98,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3965,
      "end": 3966,
      "loc": {
        "start": {
          "line": 98,
          "column": 86
        },
        "end": {
          "line": 98,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 3966,
      "end": 3973,
      "loc": {
        "start": {
          "line": 98,
          "column": 87
        },
        "end": {
          "line": 98,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3973,
      "end": 3974,
      "loc": {
        "start": {
          "line": 98,
          "column": 94
        },
        "end": {
          "line": 98,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 3974,
      "end": 3981,
      "loc": {
        "start": {
          "line": 98,
          "column": 95
        },
        "end": {
          "line": 98,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3981,
      "end": 3982,
      "loc": {
        "start": {
          "line": 98,
          "column": 102
        },
        "end": {
          "line": 98,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3982,
      "end": 3983,
      "loc": {
        "start": {
          "line": 98,
          "column": 103
        },
        "end": {
          "line": 98,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 3997,
      "end": 4001,
      "loc": {
        "start": {
          "line": 99,
          "column": 12
        },
        "end": {
          "line": 99,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4001,
      "end": 4002,
      "loc": {
        "start": {
          "line": 99,
          "column": 16
        },
        "end": {
          "line": 99,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 4002,
      "end": 4009,
      "loc": {
        "start": {
          "line": 99,
          "column": 17
        },
        "end": {
          "line": 99,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4010,
      "end": 4011,
      "loc": {
        "start": {
          "line": 99,
          "column": 25
        },
        "end": {
          "line": 99,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4012,
      "end": 4016,
      "loc": {
        "start": {
          "line": 99,
          "column": 27
        },
        "end": {
          "line": 99,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4016,
      "end": 4017,
      "loc": {
        "start": {
          "line": 99,
          "column": 31
        },
        "end": {
          "line": 99,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4027,
      "end": 4028,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4038,
      "end": 4046,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getPreviewGeomParams",
      "start": 4047,
      "end": 4067,
      "loc": {
        "start": {
          "line": 101,
          "column": 17
        },
        "end": {
          "line": 101,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4067,
      "end": 4068,
      "loc": {
        "start": {
          "line": 101,
          "column": 37
        },
        "end": {
          "line": 101,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4068,
      "end": 4072,
      "loc": {
        "start": {
          "line": 101,
          "column": 38
        },
        "end": {
          "line": 101,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4072,
      "end": 4073,
      "loc": {
        "start": {
          "line": 101,
          "column": 42
        },
        "end": {
          "line": 101,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4074,
      "end": 4075,
      "loc": {
        "start": {
          "line": 101,
          "column": 44
        },
        "end": {
          "line": 101,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4089,
      "end": 4092,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPnt",
      "start": 4093,
      "end": 4099,
      "loc": {
        "start": {
          "line": 102,
          "column": 16
        },
        "end": {
          "line": 102,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4100,
      "end": 4101,
      "loc": {
        "start": {
          "line": 102,
          "column": 23
        },
        "end": {
          "line": 102,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 4102,
      "end": 4106,
      "loc": {
        "start": {
          "line": 102,
          "column": 25
        },
        "end": {
          "line": 102,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4106,
      "end": 4107,
      "loc": {
        "start": {
          "line": 102,
          "column": 29
        },
        "end": {
          "line": 102,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 4107,
      "end": 4115,
      "loc": {
        "start": {
          "line": 102,
          "column": 30
        },
        "end": {
          "line": 102,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4115,
      "end": 4116,
      "loc": {
        "start": {
          "line": 102,
          "column": 38
        },
        "end": {
          "line": 102,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interactionPoint",
      "start": 4116,
      "end": 4132,
      "loc": {
        "start": {
          "line": 102,
          "column": 39
        },
        "end": {
          "line": 102,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4132,
      "end": 4133,
      "loc": {
        "start": {
          "line": 102,
          "column": 55
        },
        "end": {
          "line": 102,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4133,
      "end": 4138,
      "loc": {
        "start": {
          "line": 102,
          "column": 56
        },
        "end": {
          "line": 102,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4138,
      "end": 4139,
      "loc": {
        "start": {
          "line": 102,
          "column": 61
        },
        "end": {
          "line": 102,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4139,
      "end": 4140,
      "loc": {
        "start": {
          "line": 102,
          "column": 62
        },
        "end": {
          "line": 102,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4140,
      "end": 4141,
      "loc": {
        "start": {
          "line": 102,
          "column": 63
        },
        "end": {
          "line": 102,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4157,
      "end": 4160,
      "loc": {
        "start": {
          "line": 104,
          "column": 12
        },
        "end": {
          "line": 104,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 4161,
      "end": 4174,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4174,
      "end": 4175,
      "loc": {
        "start": {
          "line": 104,
          "column": 29
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4189,
      "end": 4191,
      "loc": {
        "start": {
          "line": 105,
          "column": 12
        },
        "end": {
          "line": 105,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4192,
      "end": 4193,
      "loc": {
        "start": {
          "line": 105,
          "column": 15
        },
        "end": {
          "line": 105,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4193,
      "end": 4197,
      "loc": {
        "start": {
          "line": 105,
          "column": 16
        },
        "end": {
          "line": 105,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4197,
      "end": 4198,
      "loc": {
        "start": {
          "line": 105,
          "column": 20
        },
        "end": {
          "line": 105,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 4198,
      "end": 4201,
      "loc": {
        "start": {
          "line": 105,
          "column": 21
        },
        "end": {
          "line": 105,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 4202,
      "end": 4212,
      "loc": {
        "start": {
          "line": 105,
          "column": 25
        },
        "end": {
          "line": 105,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Arc",
      "start": 4213,
      "end": 4216,
      "loc": {
        "start": {
          "line": 105,
          "column": 36
        },
        "end": {
          "line": 105,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4216,
      "end": 4217,
      "loc": {
        "start": {
          "line": 105,
          "column": 39
        },
        "end": {
          "line": 105,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4218,
      "end": 4219,
      "loc": {
        "start": {
          "line": 105,
          "column": 41
        },
        "end": {
          "line": 105,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Get arc constructed by two incident lines and mouse position",
      "start": 4237,
      "end": 4300,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 4318,
      "end": 4331,
      "loc": {
        "start": {
          "line": 107,
          "column": 16
        },
        "end": {
          "line": 107,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4332,
      "end": 4333,
      "loc": {
        "start": {
          "line": 107,
          "column": 30
        },
        "end": {
          "line": 107,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_Angle_M",
      "start": 4334,
      "end": 4351,
      "loc": {
        "start": {
          "line": 107,
          "column": 32
        },
        "end": {
          "line": 107,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4351,
      "end": 4352,
      "loc": {
        "start": {
          "line": 107,
          "column": 49
        },
        "end": {
          "line": 107,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4374,
      "end": 4378,
      "loc": {
        "start": {
          "line": 108,
          "column": 20
        },
        "end": {
          "line": 108,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4378,
      "end": 4379,
      "loc": {
        "start": {
          "line": 108,
          "column": 24
        },
        "end": {
          "line": 108,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 4379,
      "end": 4385,
      "loc": {
        "start": {
          "line": 108,
          "column": 25
        },
        "end": {
          "line": 108,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4385,
      "end": 4386,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4386,
      "end": 4394,
      "loc": {
        "start": {
          "line": 108,
          "column": 32
        },
        "end": {
          "line": 108,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4394,
      "end": 4395,
      "loc": {
        "start": {
          "line": 108,
          "column": 40
        },
        "end": {
          "line": 108,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4395,
      "end": 4400,
      "loc": {
        "start": {
          "line": 108,
          "column": 41
        },
        "end": {
          "line": 108,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4400,
      "end": 4401,
      "loc": {
        "start": {
          "line": 108,
          "column": 46
        },
        "end": {
          "line": 108,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4401,
      "end": 4402,
      "loc": {
        "start": {
          "line": 108,
          "column": 47
        },
        "end": {
          "line": 108,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4402,
      "end": 4403,
      "loc": {
        "start": {
          "line": 108,
          "column": 48
        },
        "end": {
          "line": 108,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4425,
      "end": 4429,
      "loc": {
        "start": {
          "line": 109,
          "column": 20
        },
        "end": {
          "line": 109,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4429,
      "end": 4430,
      "loc": {
        "start": {
          "line": 109,
          "column": 24
        },
        "end": {
          "line": 109,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objEnds",
      "start": 4430,
      "end": 4437,
      "loc": {
        "start": {
          "line": 109,
          "column": 25
        },
        "end": {
          "line": 109,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4437,
      "end": 4438,
      "loc": {
        "start": {
          "line": 109,
          "column": 32
        },
        "end": {
          "line": 109,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4438,
      "end": 4439,
      "loc": {
        "start": {
          "line": 109,
          "column": 33
        },
        "end": {
          "line": 109,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4439,
      "end": 4440,
      "loc": {
        "start": {
          "line": 109,
          "column": 34
        },
        "end": {
          "line": 109,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4440,
      "end": 4441,
      "loc": {
        "start": {
          "line": 109,
          "column": 35
        },
        "end": {
          "line": 109,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4441,
      "end": 4449,
      "loc": {
        "start": {
          "line": 109,
          "column": 36
        },
        "end": {
          "line": 109,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4449,
      "end": 4450,
      "loc": {
        "start": {
          "line": 109,
          "column": 44
        },
        "end": {
          "line": 109,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4450,
      "end": 4455,
      "loc": {
        "start": {
          "line": 109,
          "column": 45
        },
        "end": {
          "line": 109,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4455,
      "end": 4456,
      "loc": {
        "start": {
          "line": 109,
          "column": 50
        },
        "end": {
          "line": 109,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4456,
      "end": 4457,
      "loc": {
        "start": {
          "line": 109,
          "column": 51
        },
        "end": {
          "line": 109,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4457,
      "end": 4458,
      "loc": {
        "start": {
          "line": 109,
          "column": 52
        },
        "end": {
          "line": 109,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4458,
      "end": 4461,
      "loc": {
        "start": {
          "line": 109,
          "column": 53
        },
        "end": {
          "line": 109,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4461,
      "end": 4462,
      "loc": {
        "start": {
          "line": 109,
          "column": 56
        },
        "end": {
          "line": 109,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4462,
      "end": 4466,
      "loc": {
        "start": {
          "line": 109,
          "column": 57
        },
        "end": {
          "line": 109,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4466,
      "end": 4467,
      "loc": {
        "start": {
          "line": 109,
          "column": 61
        },
        "end": {
          "line": 109,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 4467,
      "end": 4473,
      "loc": {
        "start": {
          "line": 109,
          "column": 62
        },
        "end": {
          "line": 109,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4473,
      "end": 4474,
      "loc": {
        "start": {
          "line": 109,
          "column": 68
        },
        "end": {
          "line": 109,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4474,
      "end": 4482,
      "loc": {
        "start": {
          "line": 109,
          "column": 69
        },
        "end": {
          "line": 109,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4482,
      "end": 4483,
      "loc": {
        "start": {
          "line": 109,
          "column": 77
        },
        "end": {
          "line": 109,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4483,
      "end": 4484,
      "loc": {
        "start": {
          "line": 109,
          "column": 78
        },
        "end": {
          "line": 109,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 4484,
      "end": 4493,
      "loc": {
        "start": {
          "line": 109,
          "column": 79
        },
        "end": {
          "line": 109,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4493,
      "end": 4494,
      "loc": {
        "start": {
          "line": 109,
          "column": 88
        },
        "end": {
          "line": 109,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4494,
      "end": 4495,
      "loc": {
        "start": {
          "line": 109,
          "column": 89
        },
        "end": {
          "line": 109,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4495,
      "end": 4496,
      "loc": {
        "start": {
          "line": 109,
          "column": 90
        },
        "end": {
          "line": 109,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4518,
      "end": 4522,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4522,
      "end": 4523,
      "loc": {
        "start": {
          "line": 110,
          "column": 24
        },
        "end": {
          "line": 110,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objEnds",
      "start": 4523,
      "end": 4530,
      "loc": {
        "start": {
          "line": 110,
          "column": 25
        },
        "end": {
          "line": 110,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4530,
      "end": 4531,
      "loc": {
        "start": {
          "line": 110,
          "column": 32
        },
        "end": {
          "line": 110,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 4531,
      "end": 4532,
      "loc": {
        "start": {
          "line": 110,
          "column": 33
        },
        "end": {
          "line": 110,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4532,
      "end": 4533,
      "loc": {
        "start": {
          "line": 110,
          "column": 34
        },
        "end": {
          "line": 110,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4533,
      "end": 4534,
      "loc": {
        "start": {
          "line": 110,
          "column": 35
        },
        "end": {
          "line": 110,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4534,
      "end": 4542,
      "loc": {
        "start": {
          "line": 110,
          "column": 36
        },
        "end": {
          "line": 110,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4542,
      "end": 4543,
      "loc": {
        "start": {
          "line": 110,
          "column": 44
        },
        "end": {
          "line": 110,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4543,
      "end": 4548,
      "loc": {
        "start": {
          "line": 110,
          "column": 45
        },
        "end": {
          "line": 110,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4548,
      "end": 4549,
      "loc": {
        "start": {
          "line": 110,
          "column": 50
        },
        "end": {
          "line": 110,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4549,
      "end": 4550,
      "loc": {
        "start": {
          "line": 110,
          "column": 51
        },
        "end": {
          "line": 110,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4550,
      "end": 4551,
      "loc": {
        "start": {
          "line": 110,
          "column": 52
        },
        "end": {
          "line": 110,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4551,
      "end": 4554,
      "loc": {
        "start": {
          "line": 110,
          "column": 53
        },
        "end": {
          "line": 110,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4554,
      "end": 4555,
      "loc": {
        "start": {
          "line": 110,
          "column": 56
        },
        "end": {
          "line": 110,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4555,
      "end": 4559,
      "loc": {
        "start": {
          "line": 110,
          "column": 57
        },
        "end": {
          "line": 110,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4559,
      "end": 4560,
      "loc": {
        "start": {
          "line": 110,
          "column": 61
        },
        "end": {
          "line": 110,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 4560,
      "end": 4566,
      "loc": {
        "start": {
          "line": 110,
          "column": 62
        },
        "end": {
          "line": 110,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4566,
      "end": 4567,
      "loc": {
        "start": {
          "line": 110,
          "column": 68
        },
        "end": {
          "line": 110,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4567,
      "end": 4575,
      "loc": {
        "start": {
          "line": 110,
          "column": 69
        },
        "end": {
          "line": 110,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4575,
      "end": 4576,
      "loc": {
        "start": {
          "line": 110,
          "column": 77
        },
        "end": {
          "line": 110,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4576,
      "end": 4577,
      "loc": {
        "start": {
          "line": 110,
          "column": 78
        },
        "end": {
          "line": 110,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 4577,
      "end": 4586,
      "loc": {
        "start": {
          "line": 110,
          "column": 79
        },
        "end": {
          "line": 110,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4586,
      "end": 4587,
      "loc": {
        "start": {
          "line": 110,
          "column": 88
        },
        "end": {
          "line": 110,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4587,
      "end": 4588,
      "loc": {
        "start": {
          "line": 110,
          "column": 89
        },
        "end": {
          "line": 110,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4588,
      "end": 4589,
      "loc": {
        "start": {
          "line": 110,
          "column": 90
        },
        "end": {
          "line": 110,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPnt",
      "start": 4611,
      "end": 4617,
      "loc": {
        "start": {
          "line": 111,
          "column": 20
        },
        "end": {
          "line": 111,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4635,
      "end": 4636,
      "loc": {
        "start": {
          "line": 112,
          "column": 16
        },
        "end": {
          "line": 112,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4636,
      "end": 4637,
      "loc": {
        "start": {
          "line": 112,
          "column": 17
        },
        "end": {
          "line": 112,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 4655,
      "end": 4668,
      "loc": {
        "start": {
          "line": 113,
          "column": 16
        },
        "end": {
          "line": 113,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4669,
      "end": 4671,
      "loc": {
        "start": {
          "line": 113,
          "column": 30
        },
        "end": {
          "line": 113,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4672,
      "end": 4673,
      "loc": {
        "start": {
          "line": 113,
          "column": 33
        },
        "end": {
          "line": 113,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 4673,
      "end": 4686,
      "loc": {
        "start": {
          "line": 113,
          "column": 34
        },
        "end": {
          "line": 113,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4686,
      "end": 4687,
      "loc": {
        "start": {
          "line": 113,
          "column": 47
        },
        "end": {
          "line": 113,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 4687,
      "end": 4696,
      "loc": {
        "start": {
          "line": 113,
          "column": 48
        },
        "end": {
          "line": 113,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4697,
      "end": 4698,
      "loc": {
        "start": {
          "line": 113,
          "column": 58
        },
        "end": {
          "line": 113,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4699,
      "end": 4703,
      "loc": {
        "start": {
          "line": 113,
          "column": 60
        },
        "end": {
          "line": 113,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4703,
      "end": 4704,
      "loc": {
        "start": {
          "line": 113,
          "column": 64
        },
        "end": {
          "line": 113,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 4704,
      "end": 4707,
      "loc": {
        "start": {
          "line": 113,
          "column": 65
        },
        "end": {
          "line": 113,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4707,
      "end": 4708,
      "loc": {
        "start": {
          "line": 113,
          "column": 68
        },
        "end": {
          "line": 113,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 4708,
      "end": 4717,
      "loc": {
        "start": {
          "line": 113,
          "column": 69
        },
        "end": {
          "line": 113,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4717,
      "end": 4718,
      "loc": {
        "start": {
          "line": 113,
          "column": 78
        },
        "end": {
          "line": 113,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4718,
      "end": 4719,
      "loc": {
        "start": {
          "line": 113,
          "column": 79
        },
        "end": {
          "line": 113,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4733,
      "end": 4734,
      "loc": {
        "start": {
          "line": 114,
          "column": 12
        },
        "end": {
          "line": 114,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4735,
      "end": 4739,
      "loc": {
        "start": {
          "line": 114,
          "column": 14
        },
        "end": {
          "line": 114,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4740,
      "end": 4741,
      "loc": {
        "start": {
          "line": 114,
          "column": 19
        },
        "end": {
          "line": 114,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Get line constructed by two incident lines and mouse position",
      "start": 4759,
      "end": 4823,
      "loc": {
        "start": {
          "line": 115,
          "column": 16
        },
        "end": {
          "line": 115,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 4841,
      "end": 4854,
      "loc": {
        "start": {
          "line": 116,
          "column": 16
        },
        "end": {
          "line": 116,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4855,
      "end": 4856,
      "loc": {
        "start": {
          "line": 116,
          "column": 30
        },
        "end": {
          "line": 116,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawLineBy_Angle_M",
      "start": 4857,
      "end": 4875,
      "loc": {
        "start": {
          "line": 116,
          "column": 32
        },
        "end": {
          "line": 116,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4875,
      "end": 4876,
      "loc": {
        "start": {
          "line": 116,
          "column": 50
        },
        "end": {
          "line": 116,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4898,
      "end": 4902,
      "loc": {
        "start": {
          "line": 117,
          "column": 20
        },
        "end": {
          "line": 117,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4902,
      "end": 4903,
      "loc": {
        "start": {
          "line": 117,
          "column": 24
        },
        "end": {
          "line": 117,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 4903,
      "end": 4909,
      "loc": {
        "start": {
          "line": 117,
          "column": 25
        },
        "end": {
          "line": 117,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4909,
      "end": 4910,
      "loc": {
        "start": {
          "line": 117,
          "column": 31
        },
        "end": {
          "line": 117,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4910,
      "end": 4918,
      "loc": {
        "start": {
          "line": 117,
          "column": 32
        },
        "end": {
          "line": 117,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4918,
      "end": 4919,
      "loc": {
        "start": {
          "line": 117,
          "column": 40
        },
        "end": {
          "line": 117,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4919,
      "end": 4924,
      "loc": {
        "start": {
          "line": 117,
          "column": 41
        },
        "end": {
          "line": 117,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4924,
      "end": 4925,
      "loc": {
        "start": {
          "line": 117,
          "column": 46
        },
        "end": {
          "line": 117,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4925,
      "end": 4926,
      "loc": {
        "start": {
          "line": 117,
          "column": 47
        },
        "end": {
          "line": 117,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4926,
      "end": 4927,
      "loc": {
        "start": {
          "line": 117,
          "column": 48
        },
        "end": {
          "line": 117,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4949,
      "end": 4953,
      "loc": {
        "start": {
          "line": 118,
          "column": 20
        },
        "end": {
          "line": 118,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4953,
      "end": 4954,
      "loc": {
        "start": {
          "line": 118,
          "column": 24
        },
        "end": {
          "line": 118,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objEnds",
      "start": 4954,
      "end": 4961,
      "loc": {
        "start": {
          "line": 118,
          "column": 25
        },
        "end": {
          "line": 118,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4961,
      "end": 4962,
      "loc": {
        "start": {
          "line": 118,
          "column": 32
        },
        "end": {
          "line": 118,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4962,
      "end": 4963,
      "loc": {
        "start": {
          "line": 118,
          "column": 33
        },
        "end": {
          "line": 118,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4963,
      "end": 4964,
      "loc": {
        "start": {
          "line": 118,
          "column": 34
        },
        "end": {
          "line": 118,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4964,
      "end": 4965,
      "loc": {
        "start": {
          "line": 118,
          "column": 35
        },
        "end": {
          "line": 118,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4965,
      "end": 4973,
      "loc": {
        "start": {
          "line": 118,
          "column": 36
        },
        "end": {
          "line": 118,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4973,
      "end": 4974,
      "loc": {
        "start": {
          "line": 118,
          "column": 44
        },
        "end": {
          "line": 118,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4974,
      "end": 4979,
      "loc": {
        "start": {
          "line": 118,
          "column": 45
        },
        "end": {
          "line": 118,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 118,
          "column": 50
        },
        "end": {
          "line": 118,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4980,
      "end": 4981,
      "loc": {
        "start": {
          "line": 118,
          "column": 51
        },
        "end": {
          "line": 118,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4981,
      "end": 4982,
      "loc": {
        "start": {
          "line": 118,
          "column": 52
        },
        "end": {
          "line": 118,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4982,
      "end": 4985,
      "loc": {
        "start": {
          "line": 118,
          "column": 53
        },
        "end": {
          "line": 118,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4985,
      "end": 4986,
      "loc": {
        "start": {
          "line": 118,
          "column": 56
        },
        "end": {
          "line": 118,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4986,
      "end": 4990,
      "loc": {
        "start": {
          "line": 118,
          "column": 57
        },
        "end": {
          "line": 118,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4990,
      "end": 4991,
      "loc": {
        "start": {
          "line": 118,
          "column": 61
        },
        "end": {
          "line": 118,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 4991,
      "end": 4997,
      "loc": {
        "start": {
          "line": 118,
          "column": 62
        },
        "end": {
          "line": 118,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4997,
      "end": 4998,
      "loc": {
        "start": {
          "line": 118,
          "column": 68
        },
        "end": {
          "line": 118,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 4998,
      "end": 5006,
      "loc": {
        "start": {
          "line": 118,
          "column": 69
        },
        "end": {
          "line": 118,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5006,
      "end": 5007,
      "loc": {
        "start": {
          "line": 118,
          "column": 77
        },
        "end": {
          "line": 118,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5007,
      "end": 5008,
      "loc": {
        "start": {
          "line": 118,
          "column": 78
        },
        "end": {
          "line": 118,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 5008,
      "end": 5017,
      "loc": {
        "start": {
          "line": 118,
          "column": 79
        },
        "end": {
          "line": 118,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5017,
      "end": 5018,
      "loc": {
        "start": {
          "line": 118,
          "column": 88
        },
        "end": {
          "line": 118,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5018,
      "end": 5019,
      "loc": {
        "start": {
          "line": 118,
          "column": 89
        },
        "end": {
          "line": 118,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5019,
      "end": 5020,
      "loc": {
        "start": {
          "line": 118,
          "column": 90
        },
        "end": {
          "line": 118,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5042,
      "end": 5046,
      "loc": {
        "start": {
          "line": 119,
          "column": 20
        },
        "end": {
          "line": 119,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5046,
      "end": 5047,
      "loc": {
        "start": {
          "line": 119,
          "column": 24
        },
        "end": {
          "line": 119,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objEnds",
      "start": 5047,
      "end": 5054,
      "loc": {
        "start": {
          "line": 119,
          "column": 25
        },
        "end": {
          "line": 119,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5054,
      "end": 5055,
      "loc": {
        "start": {
          "line": 119,
          "column": 32
        },
        "end": {
          "line": 119,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5055,
      "end": 5056,
      "loc": {
        "start": {
          "line": 119,
          "column": 33
        },
        "end": {
          "line": 119,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5056,
      "end": 5057,
      "loc": {
        "start": {
          "line": 119,
          "column": 34
        },
        "end": {
          "line": 119,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5057,
      "end": 5058,
      "loc": {
        "start": {
          "line": 119,
          "column": 35
        },
        "end": {
          "line": 119,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5058,
      "end": 5066,
      "loc": {
        "start": {
          "line": 119,
          "column": 36
        },
        "end": {
          "line": 119,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5066,
      "end": 5067,
      "loc": {
        "start": {
          "line": 119,
          "column": 44
        },
        "end": {
          "line": 119,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5067,
      "end": 5072,
      "loc": {
        "start": {
          "line": 119,
          "column": 45
        },
        "end": {
          "line": 119,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5072,
      "end": 5073,
      "loc": {
        "start": {
          "line": 119,
          "column": 50
        },
        "end": {
          "line": 119,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5073,
      "end": 5074,
      "loc": {
        "start": {
          "line": 119,
          "column": 51
        },
        "end": {
          "line": 119,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5074,
      "end": 5075,
      "loc": {
        "start": {
          "line": 119,
          "column": 52
        },
        "end": {
          "line": 119,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5075,
      "end": 5078,
      "loc": {
        "start": {
          "line": 119,
          "column": 53
        },
        "end": {
          "line": 119,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5078,
      "end": 5079,
      "loc": {
        "start": {
          "line": 119,
          "column": 56
        },
        "end": {
          "line": 119,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5079,
      "end": 5083,
      "loc": {
        "start": {
          "line": 119,
          "column": 57
        },
        "end": {
          "line": 119,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5083,
      "end": 5084,
      "loc": {
        "start": {
          "line": 119,
          "column": 61
        },
        "end": {
          "line": 119,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 5084,
      "end": 5090,
      "loc": {
        "start": {
          "line": 119,
          "column": 62
        },
        "end": {
          "line": 119,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5090,
      "end": 5091,
      "loc": {
        "start": {
          "line": 119,
          "column": 68
        },
        "end": {
          "line": 119,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5091,
      "end": 5099,
      "loc": {
        "start": {
          "line": 119,
          "column": 69
        },
        "end": {
          "line": 119,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5099,
      "end": 5100,
      "loc": {
        "start": {
          "line": 119,
          "column": 77
        },
        "end": {
          "line": 119,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5100,
      "end": 5101,
      "loc": {
        "start": {
          "line": 119,
          "column": 78
        },
        "end": {
          "line": 119,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 5101,
      "end": 5110,
      "loc": {
        "start": {
          "line": 119,
          "column": 79
        },
        "end": {
          "line": 119,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5110,
      "end": 5111,
      "loc": {
        "start": {
          "line": 119,
          "column": 88
        },
        "end": {
          "line": 119,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5111,
      "end": 5112,
      "loc": {
        "start": {
          "line": 119,
          "column": 89
        },
        "end": {
          "line": 119,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5112,
      "end": 5113,
      "loc": {
        "start": {
          "line": 119,
          "column": 90
        },
        "end": {
          "line": 119,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPnt",
      "start": 5135,
      "end": 5141,
      "loc": {
        "start": {
          "line": 120,
          "column": 20
        },
        "end": {
          "line": 120,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5159,
      "end": 5160,
      "loc": {
        "start": {
          "line": 121,
          "column": 16
        },
        "end": {
          "line": 121,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5160,
      "end": 5161,
      "loc": {
        "start": {
          "line": 121,
          "column": 17
        },
        "end": {
          "line": 121,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5175,
      "end": 5176,
      "loc": {
        "start": {
          "line": 122,
          "column": 12
        },
        "end": {
          "line": 122,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5192,
      "end": 5195,
      "loc": {
        "start": {
          "line": 124,
          "column": 12
        },
        "end": {
          "line": 124,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "freeIdx0",
      "start": 5196,
      "end": 5204,
      "loc": {
        "start": {
          "line": 124,
          "column": 16
        },
        "end": {
          "line": 124,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5205,
      "end": 5206,
      "loc": {
        "start": {
          "line": 124,
          "column": 25
        },
        "end": {
          "line": 124,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5207,
      "end": 5211,
      "loc": {
        "start": {
          "line": 124,
          "column": 27
        },
        "end": {
          "line": 124,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5211,
      "end": 5212,
      "loc": {
        "start": {
          "line": 124,
          "column": 31
        },
        "end": {
          "line": 124,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnds",
      "start": 5212,
      "end": 5220,
      "loc": {
        "start": {
          "line": 124,
          "column": 32
        },
        "end": {
          "line": 124,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5220,
      "end": 5221,
      "loc": {
        "start": {
          "line": 124,
          "column": 40
        },
        "end": {
          "line": 124,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5221,
      "end": 5222,
      "loc": {
        "start": {
          "line": 124,
          "column": 41
        },
        "end": {
          "line": 124,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5222,
      "end": 5223,
      "loc": {
        "start": {
          "line": 124,
          "column": 42
        },
        "end": {
          "line": 124,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5224,
      "end": 5227,
      "loc": {
        "start": {
          "line": 124,
          "column": 44
        },
        "end": {
          "line": 124,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5228,
      "end": 5232,
      "loc": {
        "start": {
          "line": 124,
          "column": 48
        },
        "end": {
          "line": 124,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5232,
      "end": 5233,
      "loc": {
        "start": {
          "line": 124,
          "column": 52
        },
        "end": {
          "line": 124,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 5233,
      "end": 5238,
      "loc": {
        "start": {
          "line": 124,
          "column": 53
        },
        "end": {
          "line": 124,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5238,
      "end": 5239,
      "loc": {
        "start": {
          "line": 124,
          "column": 58
        },
        "end": {
          "line": 124,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5239,
      "end": 5240,
      "loc": {
        "start": {
          "line": 124,
          "column": 59
        },
        "end": {
          "line": 124,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5240,
      "end": 5241,
      "loc": {
        "start": {
          "line": 124,
          "column": 60
        },
        "end": {
          "line": 124,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5241,
      "end": 5242,
      "loc": {
        "start": {
          "line": 124,
          "column": 61
        },
        "end": {
          "line": 124,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 5242,
      "end": 5248,
      "loc": {
        "start": {
          "line": 124,
          "column": 62
        },
        "end": {
          "line": 124,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5248,
      "end": 5249,
      "loc": {
        "start": {
          "line": 124,
          "column": 68
        },
        "end": {
          "line": 124,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5249,
      "end": 5250,
      "loc": {
        "start": {
          "line": 124,
          "column": 69
        },
        "end": {
          "line": 124,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5250,
      "end": 5251,
      "loc": {
        "start": {
          "line": 124,
          "column": 70
        },
        "end": {
          "line": 124,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5252,
      "end": 5253,
      "loc": {
        "start": {
          "line": 124,
          "column": 72
        },
        "end": {
          "line": 124,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5254,
      "end": 5255,
      "loc": {
        "start": {
          "line": 124,
          "column": 74
        },
        "end": {
          "line": 124,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5256,
      "end": 5257,
      "loc": {
        "start": {
          "line": 124,
          "column": 76
        },
        "end": {
          "line": 124,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5258,
      "end": 5259,
      "loc": {
        "start": {
          "line": 124,
          "column": 78
        },
        "end": {
          "line": 124,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5259,
      "end": 5260,
      "loc": {
        "start": {
          "line": 124,
          "column": 79
        },
        "end": {
          "line": 124,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5274,
      "end": 5277,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "freeIdx1",
      "start": 5278,
      "end": 5286,
      "loc": {
        "start": {
          "line": 125,
          "column": 16
        },
        "end": {
          "line": 125,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5287,
      "end": 5288,
      "loc": {
        "start": {
          "line": 125,
          "column": 25
        },
        "end": {
          "line": 125,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5289,
      "end": 5293,
      "loc": {
        "start": {
          "line": 125,
          "column": 27
        },
        "end": {
          "line": 125,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5293,
      "end": 5294,
      "loc": {
        "start": {
          "line": 125,
          "column": 31
        },
        "end": {
          "line": 125,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnds",
      "start": 5294,
      "end": 5302,
      "loc": {
        "start": {
          "line": 125,
          "column": 32
        },
        "end": {
          "line": 125,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5302,
      "end": 5303,
      "loc": {
        "start": {
          "line": 125,
          "column": 40
        },
        "end": {
          "line": 125,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5303,
      "end": 5304,
      "loc": {
        "start": {
          "line": 125,
          "column": 41
        },
        "end": {
          "line": 125,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5304,
      "end": 5305,
      "loc": {
        "start": {
          "line": 125,
          "column": 42
        },
        "end": {
          "line": 125,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5306,
      "end": 5309,
      "loc": {
        "start": {
          "line": 125,
          "column": 44
        },
        "end": {
          "line": 125,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5310,
      "end": 5314,
      "loc": {
        "start": {
          "line": 125,
          "column": 48
        },
        "end": {
          "line": 125,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5314,
      "end": 5315,
      "loc": {
        "start": {
          "line": 125,
          "column": 52
        },
        "end": {
          "line": 125,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 5315,
      "end": 5320,
      "loc": {
        "start": {
          "line": 125,
          "column": 53
        },
        "end": {
          "line": 125,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5320,
      "end": 5321,
      "loc": {
        "start": {
          "line": 125,
          "column": 58
        },
        "end": {
          "line": 125,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5321,
      "end": 5322,
      "loc": {
        "start": {
          "line": 125,
          "column": 59
        },
        "end": {
          "line": 125,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5322,
      "end": 5323,
      "loc": {
        "start": {
          "line": 125,
          "column": 60
        },
        "end": {
          "line": 125,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5323,
      "end": 5324,
      "loc": {
        "start": {
          "line": 125,
          "column": 61
        },
        "end": {
          "line": 125,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 5324,
      "end": 5330,
      "loc": {
        "start": {
          "line": 125,
          "column": 62
        },
        "end": {
          "line": 125,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5330,
      "end": 5331,
      "loc": {
        "start": {
          "line": 125,
          "column": 68
        },
        "end": {
          "line": 125,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5331,
      "end": 5332,
      "loc": {
        "start": {
          "line": 125,
          "column": 69
        },
        "end": {
          "line": 125,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5332,
      "end": 5333,
      "loc": {
        "start": {
          "line": 125,
          "column": 70
        },
        "end": {
          "line": 125,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5334,
      "end": 5335,
      "loc": {
        "start": {
          "line": 125,
          "column": 72
        },
        "end": {
          "line": 125,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5336,
      "end": 5337,
      "loc": {
        "start": {
          "line": 125,
          "column": 74
        },
        "end": {
          "line": 125,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5338,
      "end": 5339,
      "loc": {
        "start": {
          "line": 125,
          "column": 76
        },
        "end": {
          "line": 125,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5340,
      "end": 5341,
      "loc": {
        "start": {
          "line": 125,
          "column": 78
        },
        "end": {
          "line": 125,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5341,
      "end": 5342,
      "loc": {
        "start": {
          "line": 125,
          "column": 79
        },
        "end": {
          "line": 125,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5358,
      "end": 5360,
      "loc": {
        "start": {
          "line": 127,
          "column": 12
        },
        "end": {
          "line": 127,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5361,
      "end": 5362,
      "loc": {
        "start": {
          "line": 127,
          "column": 15
        },
        "end": {
          "line": 127,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 5362,
      "end": 5375,
      "loc": {
        "start": {
          "line": 127,
          "column": 16
        },
        "end": {
          "line": 127,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5375,
      "end": 5376,
      "loc": {
        "start": {
          "line": 127,
          "column": 29
        },
        "end": {
          "line": 127,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5377,
      "end": 5378,
      "loc": {
        "start": {
          "line": 127,
          "column": 31
        },
        "end": {
          "line": 127,
          "column": 32
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Recalculate fillet to be sure its endpoints belong to the related linesegments",
      "start": 5396,
      "end": 5477,
      "loc": {
        "start": {
          "line": 128,
          "column": 16
        },
        "end": {
          "line": 128,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5495,
      "end": 5498,
      "loc": {
        "start": {
          "line": 129,
          "column": 16
        },
        "end": {
          "line": 129,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletOffset",
      "start": 5499,
      "end": 5511,
      "loc": {
        "start": {
          "line": 129,
          "column": 20
        },
        "end": {
          "line": 129,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5512,
      "end": 5513,
      "loc": {
        "start": {
          "line": 129,
          "column": 33
        },
        "end": {
          "line": 129,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 5514,
      "end": 5527,
      "loc": {
        "start": {
          "line": 129,
          "column": 35
        },
        "end": {
          "line": 129,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5527,
      "end": 5528,
      "loc": {
        "start": {
          "line": 129,
          "column": 48
        },
        "end": {
          "line": 129,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5528,
      "end": 5533,
      "loc": {
        "start": {
          "line": 129,
          "column": 49
        },
        "end": {
          "line": 129,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5533,
      "end": 5534,
      "loc": {
        "start": {
          "line": 129,
          "column": 54
        },
        "end": {
          "line": 129,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5534,
      "end": 5539,
      "loc": {
        "start": {
          "line": 129,
          "column": 55
        },
        "end": {
          "line": 129,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5539,
      "end": 5540,
      "loc": {
        "start": {
          "line": 129,
          "column": 60
        },
        "end": {
          "line": 129,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5540,
      "end": 5541,
      "loc": {
        "start": {
          "line": 129,
          "column": 61
        },
        "end": {
          "line": 129,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5541,
      "end": 5542,
      "loc": {
        "start": {
          "line": 129,
          "column": 62
        },
        "end": {
          "line": 129,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5542,
      "end": 5545,
      "loc": {
        "start": {
          "line": 129,
          "column": 63
        },
        "end": {
          "line": 129,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5545,
      "end": 5546,
      "loc": {
        "start": {
          "line": 129,
          "column": 66
        },
        "end": {
          "line": 129,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5546,
      "end": 5550,
      "loc": {
        "start": {
          "line": 129,
          "column": 67
        },
        "end": {
          "line": 129,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5550,
      "end": 5551,
      "loc": {
        "start": {
          "line": 129,
          "column": 71
        },
        "end": {
          "line": 129,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 5551,
      "end": 5557,
      "loc": {
        "start": {
          "line": 129,
          "column": 72
        },
        "end": {
          "line": 129,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5557,
      "end": 5558,
      "loc": {
        "start": {
          "line": 129,
          "column": 78
        },
        "end": {
          "line": 129,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5558,
      "end": 5566,
      "loc": {
        "start": {
          "line": 129,
          "column": 79
        },
        "end": {
          "line": 129,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5566,
      "end": 5567,
      "loc": {
        "start": {
          "line": 129,
          "column": 87
        },
        "end": {
          "line": 129,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5567,
      "end": 5568,
      "loc": {
        "start": {
          "line": 129,
          "column": 88
        },
        "end": {
          "line": 129,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5568,
      "end": 5574,
      "loc": {
        "start": {
          "line": 129,
          "column": 89
        },
        "end": {
          "line": 129,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5574,
      "end": 5575,
      "loc": {
        "start": {
          "line": 129,
          "column": 95
        },
        "end": {
          "line": 129,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5575,
      "end": 5576,
      "loc": {
        "start": {
          "line": 129,
          "column": 96
        },
        "end": {
          "line": 129,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5576,
      "end": 5577,
      "loc": {
        "start": {
          "line": 129,
          "column": 97
        },
        "end": {
          "line": 129,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5595,
      "end": 5598,
      "loc": {
        "start": {
          "line": 130,
          "column": 16
        },
        "end": {
          "line": 130,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxDist",
      "start": 5599,
      "end": 5606,
      "loc": {
        "start": {
          "line": 130,
          "column": 20
        },
        "end": {
          "line": 130,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5607,
      "end": 5608,
      "loc": {
        "start": {
          "line": 130,
          "column": 28
        },
        "end": {
          "line": 130,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5609,
      "end": 5613,
      "loc": {
        "start": {
          "line": 130,
          "column": 30
        },
        "end": {
          "line": 130,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5613,
      "end": 5614,
      "loc": {
        "start": {
          "line": 130,
          "column": 34
        },
        "end": {
          "line": 130,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min",
      "start": 5614,
      "end": 5617,
      "loc": {
        "start": {
          "line": 130,
          "column": 35
        },
        "end": {
          "line": 130,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5617,
      "end": 5618,
      "loc": {
        "start": {
          "line": 130,
          "column": 38
        },
        "end": {
          "line": 130,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5640,
      "end": 5644,
      "loc": {
        "start": {
          "line": 131,
          "column": 20
        },
        "end": {
          "line": 131,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5644,
      "end": 5645,
      "loc": {
        "start": {
          "line": 131,
          "column": 24
        },
        "end": {
          "line": 131,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 5645,
      "end": 5650,
      "loc": {
        "start": {
          "line": 131,
          "column": 25
        },
        "end": {
          "line": 131,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5650,
      "end": 5651,
      "loc": {
        "start": {
          "line": 131,
          "column": 30
        },
        "end": {
          "line": 131,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5651,
      "end": 5652,
      "loc": {
        "start": {
          "line": 131,
          "column": 31
        },
        "end": {
          "line": 131,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5652,
      "end": 5653,
      "loc": {
        "start": {
          "line": 131,
          "column": 32
        },
        "end": {
          "line": 131,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5653,
      "end": 5654,
      "loc": {
        "start": {
          "line": 131,
          "column": 33
        },
        "end": {
          "line": 131,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 5654,
      "end": 5660,
      "loc": {
        "start": {
          "line": 131,
          "column": 34
        },
        "end": {
          "line": 131,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5660,
      "end": 5661,
      "loc": {
        "start": {
          "line": 131,
          "column": 40
        },
        "end": {
          "line": 131,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "freeIdx0",
      "start": 5661,
      "end": 5669,
      "loc": {
        "start": {
          "line": 131,
          "column": 41
        },
        "end": {
          "line": 131,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5669,
      "end": 5670,
      "loc": {
        "start": {
          "line": 131,
          "column": 49
        },
        "end": {
          "line": 131,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5670,
      "end": 5671,
      "loc": {
        "start": {
          "line": 131,
          "column": 50
        },
        "end": {
          "line": 131,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5671,
      "end": 5679,
      "loc": {
        "start": {
          "line": 131,
          "column": 51
        },
        "end": {
          "line": 131,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5679,
      "end": 5680,
      "loc": {
        "start": {
          "line": 131,
          "column": 59
        },
        "end": {
          "line": 131,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5680,
      "end": 5685,
      "loc": {
        "start": {
          "line": 131,
          "column": 60
        },
        "end": {
          "line": 131,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5685,
      "end": 5686,
      "loc": {
        "start": {
          "line": 131,
          "column": 65
        },
        "end": {
          "line": 131,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5686,
      "end": 5687,
      "loc": {
        "start": {
          "line": 131,
          "column": 66
        },
        "end": {
          "line": 131,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5687,
      "end": 5688,
      "loc": {
        "start": {
          "line": 131,
          "column": 67
        },
        "end": {
          "line": 131,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5688,
      "end": 5691,
      "loc": {
        "start": {
          "line": 131,
          "column": 68
        },
        "end": {
          "line": 131,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5691,
      "end": 5692,
      "loc": {
        "start": {
          "line": 131,
          "column": 71
        },
        "end": {
          "line": 131,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5692,
      "end": 5696,
      "loc": {
        "start": {
          "line": 131,
          "column": 72
        },
        "end": {
          "line": 131,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5696,
      "end": 5697,
      "loc": {
        "start": {
          "line": 131,
          "column": 76
        },
        "end": {
          "line": 131,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 5697,
      "end": 5703,
      "loc": {
        "start": {
          "line": 131,
          "column": 77
        },
        "end": {
          "line": 131,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5703,
      "end": 5704,
      "loc": {
        "start": {
          "line": 131,
          "column": 83
        },
        "end": {
          "line": 131,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5704,
      "end": 5712,
      "loc": {
        "start": {
          "line": 131,
          "column": 84
        },
        "end": {
          "line": 131,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5712,
      "end": 5713,
      "loc": {
        "start": {
          "line": 131,
          "column": 92
        },
        "end": {
          "line": 131,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5713,
      "end": 5714,
      "loc": {
        "start": {
          "line": 131,
          "column": 93
        },
        "end": {
          "line": 131,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5714,
      "end": 5720,
      "loc": {
        "start": {
          "line": 131,
          "column": 94
        },
        "end": {
          "line": 131,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5720,
      "end": 5721,
      "loc": {
        "start": {
          "line": 131,
          "column": 100
        },
        "end": {
          "line": 131,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5721,
      "end": 5722,
      "loc": {
        "start": {
          "line": 131,
          "column": 101
        },
        "end": {
          "line": 131,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5722,
      "end": 5723,
      "loc": {
        "start": {
          "line": 131,
          "column": 102
        },
        "end": {
          "line": 131,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5745,
      "end": 5749,
      "loc": {
        "start": {
          "line": 132,
          "column": 20
        },
        "end": {
          "line": 132,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5749,
      "end": 5750,
      "loc": {
        "start": {
          "line": 132,
          "column": 24
        },
        "end": {
          "line": 132,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 5750,
      "end": 5755,
      "loc": {
        "start": {
          "line": 132,
          "column": 25
        },
        "end": {
          "line": 132,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5755,
      "end": 5756,
      "loc": {
        "start": {
          "line": 132,
          "column": 30
        },
        "end": {
          "line": 132,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5756,
      "end": 5757,
      "loc": {
        "start": {
          "line": 132,
          "column": 31
        },
        "end": {
          "line": 132,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5757,
      "end": 5758,
      "loc": {
        "start": {
          "line": 132,
          "column": 32
        },
        "end": {
          "line": 132,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5758,
      "end": 5759,
      "loc": {
        "start": {
          "line": 132,
          "column": 33
        },
        "end": {
          "line": 132,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 5759,
      "end": 5765,
      "loc": {
        "start": {
          "line": 132,
          "column": 34
        },
        "end": {
          "line": 132,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5765,
      "end": 5766,
      "loc": {
        "start": {
          "line": 132,
          "column": 40
        },
        "end": {
          "line": 132,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "freeIdx1",
      "start": 5766,
      "end": 5774,
      "loc": {
        "start": {
          "line": 132,
          "column": 41
        },
        "end": {
          "line": 132,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5774,
      "end": 5775,
      "loc": {
        "start": {
          "line": 132,
          "column": 49
        },
        "end": {
          "line": 132,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5775,
      "end": 5776,
      "loc": {
        "start": {
          "line": 132,
          "column": 50
        },
        "end": {
          "line": 132,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5776,
      "end": 5784,
      "loc": {
        "start": {
          "line": 132,
          "column": 51
        },
        "end": {
          "line": 132,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5784,
      "end": 5785,
      "loc": {
        "start": {
          "line": 132,
          "column": 59
        },
        "end": {
          "line": 132,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5785,
      "end": 5790,
      "loc": {
        "start": {
          "line": 132,
          "column": 60
        },
        "end": {
          "line": 132,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5790,
      "end": 5791,
      "loc": {
        "start": {
          "line": 132,
          "column": 65
        },
        "end": {
          "line": 132,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5791,
      "end": 5792,
      "loc": {
        "start": {
          "line": 132,
          "column": 66
        },
        "end": {
          "line": 132,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5792,
      "end": 5793,
      "loc": {
        "start": {
          "line": 132,
          "column": 67
        },
        "end": {
          "line": 132,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5793,
      "end": 5796,
      "loc": {
        "start": {
          "line": 132,
          "column": 68
        },
        "end": {
          "line": 132,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5796,
      "end": 5797,
      "loc": {
        "start": {
          "line": 132,
          "column": 71
        },
        "end": {
          "line": 132,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 5797,
      "end": 5801,
      "loc": {
        "start": {
          "line": 132,
          "column": 72
        },
        "end": {
          "line": 132,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5801,
      "end": 5802,
      "loc": {
        "start": {
          "line": 132,
          "column": 76
        },
        "end": {
          "line": 132,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 5802,
      "end": 5808,
      "loc": {
        "start": {
          "line": 132,
          "column": 77
        },
        "end": {
          "line": 132,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5808,
      "end": 5809,
      "loc": {
        "start": {
          "line": 132,
          "column": 83
        },
        "end": {
          "line": 132,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5809,
      "end": 5817,
      "loc": {
        "start": {
          "line": 132,
          "column": 84
        },
        "end": {
          "line": 132,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5817,
      "end": 5818,
      "loc": {
        "start": {
          "line": 132,
          "column": 92
        },
        "end": {
          "line": 132,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5818,
      "end": 5819,
      "loc": {
        "start": {
          "line": 132,
          "column": 93
        },
        "end": {
          "line": 132,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5819,
      "end": 5825,
      "loc": {
        "start": {
          "line": 132,
          "column": 94
        },
        "end": {
          "line": 132,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5825,
      "end": 5826,
      "loc": {
        "start": {
          "line": 132,
          "column": 100
        },
        "end": {
          "line": 132,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5826,
      "end": 5827,
      "loc": {
        "start": {
          "line": 132,
          "column": 101
        },
        "end": {
          "line": 132,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5827,
      "end": 5828,
      "loc": {
        "start": {
          "line": 132,
          "column": 102
        },
        "end": {
          "line": 132,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletOffset",
      "start": 5850,
      "end": 5862,
      "loc": {
        "start": {
          "line": 133,
          "column": 20
        },
        "end": {
          "line": 133,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5880,
      "end": 5881,
      "loc": {
        "start": {
          "line": 134,
          "column": 16
        },
        "end": {
          "line": 134,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5881,
      "end": 5882,
      "loc": {
        "start": {
          "line": 134,
          "column": 17
        },
        "end": {
          "line": 134,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5900,
      "end": 5902,
      "loc": {
        "start": {
          "line": 135,
          "column": 16
        },
        "end": {
          "line": 135,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5903,
      "end": 5904,
      "loc": {
        "start": {
          "line": 135,
          "column": 19
        },
        "end": {
          "line": 135,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletOffset",
      "start": 5904,
      "end": 5916,
      "loc": {
        "start": {
          "line": 135,
          "column": 20
        },
        "end": {
          "line": 135,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 5917,
      "end": 5918,
      "loc": {
        "start": {
          "line": 135,
          "column": 33
        },
        "end": {
          "line": 135,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxDist",
      "start": 5919,
      "end": 5926,
      "loc": {
        "start": {
          "line": 135,
          "column": 35
        },
        "end": {
          "line": 135,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5926,
      "end": 5927,
      "loc": {
        "start": {
          "line": 135,
          "column": 42
        },
        "end": {
          "line": 135,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5928,
      "end": 5929,
      "loc": {
        "start": {
          "line": 135,
          "column": 44
        },
        "end": {
          "line": 135,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 5951,
      "end": 5964,
      "loc": {
        "start": {
          "line": 136,
          "column": 20
        },
        "end": {
          "line": 136,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5964,
      "end": 5965,
      "loc": {
        "start": {
          "line": 136,
          "column": 33
        },
        "end": {
          "line": 136,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5965,
      "end": 5970,
      "loc": {
        "start": {
          "line": 136,
          "column": 34
        },
        "end": {
          "line": 136,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5971,
      "end": 5972,
      "loc": {
        "start": {
          "line": 136,
          "column": 40
        },
        "end": {
          "line": 136,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 5973,
      "end": 5986,
      "loc": {
        "start": {
          "line": 136,
          "column": 42
        },
        "end": {
          "line": 136,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5986,
      "end": 5987,
      "loc": {
        "start": {
          "line": 136,
          "column": 55
        },
        "end": {
          "line": 136,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5987,
      "end": 5992,
      "loc": {
        "start": {
          "line": 136,
          "column": 56
        },
        "end": {
          "line": 136,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6018,
      "end": 6019,
      "loc": {
        "start": {
          "line": 137,
          "column": 24
        },
        "end": {
          "line": 137,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6019,
      "end": 6024,
      "loc": {
        "start": {
          "line": 137,
          "column": 25
        },
        "end": {
          "line": 137,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6024,
      "end": 6025,
      "loc": {
        "start": {
          "line": 137,
          "column": 30
        },
        "end": {
          "line": 137,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6025,
      "end": 6026,
      "loc": {
        "start": {
          "line": 137,
          "column": 31
        },
        "end": {
          "line": 137,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6052,
      "end": 6053,
      "loc": {
        "start": {
          "line": 138,
          "column": 24
        },
        "end": {
          "line": 138,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6053,
      "end": 6056,
      "loc": {
        "start": {
          "line": 138,
          "column": 25
        },
        "end": {
          "line": 138,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6056,
      "end": 6057,
      "loc": {
        "start": {
          "line": 138,
          "column": 28
        },
        "end": {
          "line": 138,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 6057,
      "end": 6061,
      "loc": {
        "start": {
          "line": 138,
          "column": 29
        },
        "end": {
          "line": 138,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6061,
      "end": 6062,
      "loc": {
        "start": {
          "line": 138,
          "column": 33
        },
        "end": {
          "line": 138,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 6062,
      "end": 6068,
      "loc": {
        "start": {
          "line": 138,
          "column": 34
        },
        "end": {
          "line": 138,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6068,
      "end": 6069,
      "loc": {
        "start": {
          "line": 138,
          "column": 40
        },
        "end": {
          "line": 138,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6069,
      "end": 6077,
      "loc": {
        "start": {
          "line": 138,
          "column": 41
        },
        "end": {
          "line": 138,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6077,
      "end": 6078,
      "loc": {
        "start": {
          "line": 138,
          "column": 49
        },
        "end": {
          "line": 138,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6104,
      "end": 6105,
      "loc": {
        "start": {
          "line": 139,
          "column": 24
        },
        "end": {
          "line": 139,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 6105,
      "end": 6114,
      "loc": {
        "start": {
          "line": 139,
          "column": 25
        },
        "end": {
          "line": 139,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6114,
      "end": 6115,
      "loc": {
        "start": {
          "line": 139,
          "column": 34
        },
        "end": {
          "line": 139,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6115,
      "end": 6116,
      "loc": {
        "start": {
          "line": 139,
          "column": 35
        },
        "end": {
          "line": 139,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6142,
      "end": 6143,
      "loc": {
        "start": {
          "line": 140,
          "column": 24
        },
        "end": {
          "line": 140,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 6143,
      "end": 6157,
      "loc": {
        "start": {
          "line": 140,
          "column": 25
        },
        "end": {
          "line": 140,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6157,
      "end": 6158,
      "loc": {
        "start": {
          "line": 140,
          "column": 39
        },
        "end": {
          "line": 140,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxDist",
      "start": 6158,
      "end": 6165,
      "loc": {
        "start": {
          "line": 140,
          "column": 40
        },
        "end": {
          "line": 140,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6165,
      "end": 6166,
      "loc": {
        "start": {
          "line": 140,
          "column": 47
        },
        "end": {
          "line": 140,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6192,
      "end": 6193,
      "loc": {
        "start": {
          "line": 141,
          "column": 24
        },
        "end": {
          "line": 141,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6193,
      "end": 6196,
      "loc": {
        "start": {
          "line": 141,
          "column": 25
        },
        "end": {
          "line": 141,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6196,
      "end": 6197,
      "loc": {
        "start": {
          "line": 141,
          "column": 28
        },
        "end": {
          "line": 141,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 6197,
      "end": 6201,
      "loc": {
        "start": {
          "line": 141,
          "column": 29
        },
        "end": {
          "line": 141,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6201,
      "end": 6202,
      "loc": {
        "start": {
          "line": 141,
          "column": 33
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 6202,
      "end": 6208,
      "loc": {
        "start": {
          "line": 141,
          "column": 34
        },
        "end": {
          "line": 141,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6208,
      "end": 6209,
      "loc": {
        "start": {
          "line": 141,
          "column": 40
        },
        "end": {
          "line": 141,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6209,
      "end": 6217,
      "loc": {
        "start": {
          "line": 141,
          "column": 41
        },
        "end": {
          "line": 141,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6217,
      "end": 6218,
      "loc": {
        "start": {
          "line": 141,
          "column": 49
        },
        "end": {
          "line": 141,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6218,
      "end": 6219,
      "loc": {
        "start": {
          "line": 141,
          "column": 50
        },
        "end": {
          "line": 141,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 6241,
      "end": 6254,
      "loc": {
        "start": {
          "line": 142,
          "column": 20
        },
        "end": {
          "line": 142,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6254,
      "end": 6255,
      "loc": {
        "start": {
          "line": 142,
          "column": 33
        },
        "end": {
          "line": 142,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6255,
      "end": 6258,
      "loc": {
        "start": {
          "line": 142,
          "column": 34
        },
        "end": {
          "line": 142,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6259,
      "end": 6260,
      "loc": {
        "start": {
          "line": 142,
          "column": 38
        },
        "end": {
          "line": 142,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 6261,
      "end": 6274,
      "loc": {
        "start": {
          "line": 142,
          "column": 40
        },
        "end": {
          "line": 142,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6274,
      "end": 6275,
      "loc": {
        "start": {
          "line": 142,
          "column": 53
        },
        "end": {
          "line": 142,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6275,
      "end": 6278,
      "loc": {
        "start": {
          "line": 142,
          "column": 54
        },
        "end": {
          "line": 142,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6304,
      "end": 6305,
      "loc": {
        "start": {
          "line": 143,
          "column": 24
        },
        "end": {
          "line": 143,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6305,
      "end": 6310,
      "loc": {
        "start": {
          "line": 143,
          "column": 25
        },
        "end": {
          "line": 143,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6310,
      "end": 6311,
      "loc": {
        "start": {
          "line": 143,
          "column": 30
        },
        "end": {
          "line": 143,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6311,
      "end": 6312,
      "loc": {
        "start": {
          "line": 143,
          "column": 31
        },
        "end": {
          "line": 143,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6338,
      "end": 6339,
      "loc": {
        "start": {
          "line": 144,
          "column": 24
        },
        "end": {
          "line": 144,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6339,
      "end": 6342,
      "loc": {
        "start": {
          "line": 144,
          "column": 25
        },
        "end": {
          "line": 144,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6342,
      "end": 6343,
      "loc": {
        "start": {
          "line": 144,
          "column": 28
        },
        "end": {
          "line": 144,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 6343,
      "end": 6347,
      "loc": {
        "start": {
          "line": 144,
          "column": 29
        },
        "end": {
          "line": 144,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6347,
      "end": 6348,
      "loc": {
        "start": {
          "line": 144,
          "column": 33
        },
        "end": {
          "line": 144,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 6348,
      "end": 6354,
      "loc": {
        "start": {
          "line": 144,
          "column": 34
        },
        "end": {
          "line": 144,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6354,
      "end": 6355,
      "loc": {
        "start": {
          "line": 144,
          "column": 40
        },
        "end": {
          "line": 144,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6355,
      "end": 6363,
      "loc": {
        "start": {
          "line": 144,
          "column": 41
        },
        "end": {
          "line": 144,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6363,
      "end": 6364,
      "loc": {
        "start": {
          "line": 144,
          "column": 49
        },
        "end": {
          "line": 144,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6390,
      "end": 6391,
      "loc": {
        "start": {
          "line": 145,
          "column": 24
        },
        "end": {
          "line": 145,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 6391,
      "end": 6400,
      "loc": {
        "start": {
          "line": 145,
          "column": 25
        },
        "end": {
          "line": 145,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6400,
      "end": 6401,
      "loc": {
        "start": {
          "line": 145,
          "column": 34
        },
        "end": {
          "line": 145,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6401,
      "end": 6402,
      "loc": {
        "start": {
          "line": 145,
          "column": 35
        },
        "end": {
          "line": 145,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6428,
      "end": 6429,
      "loc": {
        "start": {
          "line": 146,
          "column": 24
        },
        "end": {
          "line": 146,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 6429,
      "end": 6443,
      "loc": {
        "start": {
          "line": 146,
          "column": 25
        },
        "end": {
          "line": 146,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6443,
      "end": 6444,
      "loc": {
        "start": {
          "line": 146,
          "column": 39
        },
        "end": {
          "line": 146,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxDist",
      "start": 6444,
      "end": 6451,
      "loc": {
        "start": {
          "line": 146,
          "column": 40
        },
        "end": {
          "line": 146,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6451,
      "end": 6452,
      "loc": {
        "start": {
          "line": 146,
          "column": 47
        },
        "end": {
          "line": 146,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6478,
      "end": 6479,
      "loc": {
        "start": {
          "line": 147,
          "column": 24
        },
        "end": {
          "line": 147,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6479,
      "end": 6482,
      "loc": {
        "start": {
          "line": 147,
          "column": 25
        },
        "end": {
          "line": 147,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6482,
      "end": 6483,
      "loc": {
        "start": {
          "line": 147,
          "column": 28
        },
        "end": {
          "line": 147,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 6483,
      "end": 6487,
      "loc": {
        "start": {
          "line": 147,
          "column": 29
        },
        "end": {
          "line": 147,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6487,
      "end": 6488,
      "loc": {
        "start": {
          "line": 147,
          "column": 33
        },
        "end": {
          "line": 147,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 6488,
      "end": 6494,
      "loc": {
        "start": {
          "line": 147,
          "column": 34
        },
        "end": {
          "line": 147,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6494,
      "end": 6495,
      "loc": {
        "start": {
          "line": 147,
          "column": 40
        },
        "end": {
          "line": 147,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6495,
      "end": 6503,
      "loc": {
        "start": {
          "line": 147,
          "column": 41
        },
        "end": {
          "line": 147,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6503,
      "end": 6504,
      "loc": {
        "start": {
          "line": 147,
          "column": 49
        },
        "end": {
          "line": 147,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6504,
      "end": 6505,
      "loc": {
        "start": {
          "line": 147,
          "column": 50
        },
        "end": {
          "line": 147,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6529,
      "end": 6531,
      "loc": {
        "start": {
          "line": 149,
          "column": 20
        },
        "end": {
          "line": 149,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6532,
      "end": 6533,
      "loc": {
        "start": {
          "line": 149,
          "column": 23
        },
        "end": {
          "line": 149,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 6533,
      "end": 6537,
      "loc": {
        "start": {
          "line": 149,
          "column": 24
        },
        "end": {
          "line": 149,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6537,
      "end": 6538,
      "loc": {
        "start": {
          "line": 149,
          "column": 28
        },
        "end": {
          "line": 149,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 6538,
      "end": 6541,
      "loc": {
        "start": {
          "line": 149,
          "column": 29
        },
        "end": {
          "line": 149,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 6542,
      "end": 6552,
      "loc": {
        "start": {
          "line": 149,
          "column": 33
        },
        "end": {
          "line": 149,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Arc",
      "start": 6553,
      "end": 6556,
      "loc": {
        "start": {
          "line": 149,
          "column": 44
        },
        "end": {
          "line": 149,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6556,
      "end": 6557,
      "loc": {
        "start": {
          "line": 149,
          "column": 47
        },
        "end": {
          "line": 149,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6558,
      "end": 6559,
      "loc": {
        "start": {
          "line": 149,
          "column": 49
        },
        "end": {
          "line": 149,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6585,
      "end": 6588,
      "loc": {
        "start": {
          "line": 150,
          "column": 24
        },
        "end": {
          "line": 150,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 6589,
      "end": 6598,
      "loc": {
        "start": {
          "line": 150,
          "column": 28
        },
        "end": {
          "line": 150,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6599,
      "end": 6600,
      "loc": {
        "start": {
          "line": 150,
          "column": 38
        },
        "end": {
          "line": 150,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 6601,
      "end": 6614,
      "loc": {
        "start": {
          "line": 150,
          "column": 40
        },
        "end": {
          "line": 150,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6614,
      "end": 6615,
      "loc": {
        "start": {
          "line": 150,
          "column": 53
        },
        "end": {
          "line": 150,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6615,
      "end": 6621,
      "loc": {
        "start": {
          "line": 150,
          "column": 54
        },
        "end": {
          "line": 150,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6621,
      "end": 6622,
      "loc": {
        "start": {
          "line": 150,
          "column": 60
        },
        "end": {
          "line": 150,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6622,
      "end": 6627,
      "loc": {
        "start": {
          "line": 150,
          "column": 61
        },
        "end": {
          "line": 150,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6627,
      "end": 6628,
      "loc": {
        "start": {
          "line": 150,
          "column": 66
        },
        "end": {
          "line": 150,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6628,
      "end": 6629,
      "loc": {
        "start": {
          "line": 150,
          "column": 67
        },
        "end": {
          "line": 150,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6629,
      "end": 6630,
      "loc": {
        "start": {
          "line": 150,
          "column": 68
        },
        "end": {
          "line": 150,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6630,
      "end": 6633,
      "loc": {
        "start": {
          "line": 150,
          "column": 69
        },
        "end": {
          "line": 150,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6633,
      "end": 6634,
      "loc": {
        "start": {
          "line": 150,
          "column": 72
        },
        "end": {
          "line": 150,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 6634,
      "end": 6638,
      "loc": {
        "start": {
          "line": 150,
          "column": 73
        },
        "end": {
          "line": 150,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6638,
      "end": 6639,
      "loc": {
        "start": {
          "line": 150,
          "column": 77
        },
        "end": {
          "line": 150,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 6639,
      "end": 6645,
      "loc": {
        "start": {
          "line": 150,
          "column": 78
        },
        "end": {
          "line": 150,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6645,
      "end": 6646,
      "loc": {
        "start": {
          "line": 150,
          "column": 84
        },
        "end": {
          "line": 150,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6646,
      "end": 6654,
      "loc": {
        "start": {
          "line": 150,
          "column": 85
        },
        "end": {
          "line": 150,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6654,
      "end": 6655,
      "loc": {
        "start": {
          "line": 150,
          "column": 93
        },
        "end": {
          "line": 150,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6655,
      "end": 6656,
      "loc": {
        "start": {
          "line": 150,
          "column": 94
        },
        "end": {
          "line": 150,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 6656,
      "end": 6665,
      "loc": {
        "start": {
          "line": 150,
          "column": 95
        },
        "end": {
          "line": 150,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6665,
      "end": 6666,
      "loc": {
        "start": {
          "line": 150,
          "column": 104
        },
        "end": {
          "line": 150,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6666,
      "end": 6667,
      "loc": {
        "start": {
          "line": 150,
          "column": 105
        },
        "end": {
          "line": 150,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6667,
      "end": 6668,
      "loc": {
        "start": {
          "line": 150,
          "column": 106
        },
        "end": {
          "line": 150,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6694,
      "end": 6697,
      "loc": {
        "start": {
          "line": 151,
          "column": 24
        },
        "end": {
          "line": 151,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 6698,
      "end": 6703,
      "loc": {
        "start": {
          "line": 151,
          "column": 28
        },
        "end": {
          "line": 151,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6704,
      "end": 6705,
      "loc": {
        "start": {
          "line": 151,
          "column": 34
        },
        "end": {
          "line": 151,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 6706,
      "end": 6719,
      "loc": {
        "start": {
          "line": 151,
          "column": 36
        },
        "end": {
          "line": 151,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6719,
      "end": 6720,
      "loc": {
        "start": {
          "line": 151,
          "column": 49
        },
        "end": {
          "line": 151,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6720,
      "end": 6725,
      "loc": {
        "start": {
          "line": 151,
          "column": 50
        },
        "end": {
          "line": 151,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6755,
      "end": 6756,
      "loc": {
        "start": {
          "line": 152,
          "column": 28
        },
        "end": {
          "line": 152,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6756,
      "end": 6761,
      "loc": {
        "start": {
          "line": 152,
          "column": 29
        },
        "end": {
          "line": 152,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6761,
      "end": 6762,
      "loc": {
        "start": {
          "line": 152,
          "column": 34
        },
        "end": {
          "line": 152,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6762,
      "end": 6763,
      "loc": {
        "start": {
          "line": 152,
          "column": 35
        },
        "end": {
          "line": 152,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6793,
      "end": 6794,
      "loc": {
        "start": {
          "line": 153,
          "column": 28
        },
        "end": {
          "line": 153,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6794,
      "end": 6797,
      "loc": {
        "start": {
          "line": 153,
          "column": 29
        },
        "end": {
          "line": 153,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6797,
      "end": 6798,
      "loc": {
        "start": {
          "line": 153,
          "column": 32
        },
        "end": {
          "line": 153,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 6798,
      "end": 6802,
      "loc": {
        "start": {
          "line": 153,
          "column": 33
        },
        "end": {
          "line": 153,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6802,
      "end": 6803,
      "loc": {
        "start": {
          "line": 153,
          "column": 37
        },
        "end": {
          "line": 153,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 6803,
      "end": 6809,
      "loc": {
        "start": {
          "line": 153,
          "column": 38
        },
        "end": {
          "line": 153,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6809,
      "end": 6810,
      "loc": {
        "start": {
          "line": 153,
          "column": 44
        },
        "end": {
          "line": 153,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6810,
      "end": 6818,
      "loc": {
        "start": {
          "line": 153,
          "column": 45
        },
        "end": {
          "line": 153,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6818,
      "end": 6819,
      "loc": {
        "start": {
          "line": 153,
          "column": 53
        },
        "end": {
          "line": 153,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6849,
      "end": 6850,
      "loc": {
        "start": {
          "line": 154,
          "column": 28
        },
        "end": {
          "line": 154,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 6850,
      "end": 6857,
      "loc": {
        "start": {
          "line": 154,
          "column": 29
        },
        "end": {
          "line": 154,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6857,
      "end": 6858,
      "loc": {
        "start": {
          "line": 154,
          "column": 36
        },
        "end": {
          "line": 154,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 6858,
      "end": 6871,
      "loc": {
        "start": {
          "line": 154,
          "column": 37
        },
        "end": {
          "line": 154,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6871,
      "end": 6872,
      "loc": {
        "start": {
          "line": 154,
          "column": 50
        },
        "end": {
          "line": 154,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6872,
      "end": 6875,
      "loc": {
        "start": {
          "line": 154,
          "column": 51
        },
        "end": {
          "line": 154,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6875,
      "end": 6876,
      "loc": {
        "start": {
          "line": 154,
          "column": 54
        },
        "end": {
          "line": 154,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6876,
      "end": 6881,
      "loc": {
        "start": {
          "line": 154,
          "column": 55
        },
        "end": {
          "line": 154,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6881,
      "end": 6882,
      "loc": {
        "start": {
          "line": 154,
          "column": 60
        },
        "end": {
          "line": 154,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6882,
      "end": 6883,
      "loc": {
        "start": {
          "line": 154,
          "column": 61
        },
        "end": {
          "line": 154,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6883,
      "end": 6884,
      "loc": {
        "start": {
          "line": 154,
          "column": 62
        },
        "end": {
          "line": 154,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6884,
      "end": 6887,
      "loc": {
        "start": {
          "line": 154,
          "column": 63
        },
        "end": {
          "line": 154,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6887,
      "end": 6888,
      "loc": {
        "start": {
          "line": 154,
          "column": 66
        },
        "end": {
          "line": 154,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 6888,
      "end": 6892,
      "loc": {
        "start": {
          "line": 154,
          "column": 67
        },
        "end": {
          "line": 154,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6892,
      "end": 6893,
      "loc": {
        "start": {
          "line": 154,
          "column": 71
        },
        "end": {
          "line": 154,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 6893,
      "end": 6899,
      "loc": {
        "start": {
          "line": 154,
          "column": 72
        },
        "end": {
          "line": 154,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6899,
      "end": 6900,
      "loc": {
        "start": {
          "line": 154,
          "column": 78
        },
        "end": {
          "line": 154,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 6900,
      "end": 6908,
      "loc": {
        "start": {
          "line": 154,
          "column": 79
        },
        "end": {
          "line": 154,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6908,
      "end": 6909,
      "loc": {
        "start": {
          "line": 154,
          "column": 87
        },
        "end": {
          "line": 154,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6909,
      "end": 6910,
      "loc": {
        "start": {
          "line": 154,
          "column": 88
        },
        "end": {
          "line": 154,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6910,
      "end": 6911,
      "loc": {
        "start": {
          "line": 154,
          "column": 89
        },
        "end": {
          "line": 154,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 6937,
      "end": 6950,
      "loc": {
        "start": {
          "line": 155,
          "column": 24
        },
        "end": {
          "line": 155,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6950,
      "end": 6951,
      "loc": {
        "start": {
          "line": 155,
          "column": 37
        },
        "end": {
          "line": 155,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6951,
      "end": 6957,
      "loc": {
        "start": {
          "line": 155,
          "column": 38
        },
        "end": {
          "line": 155,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6958,
      "end": 6959,
      "loc": {
        "start": {
          "line": 155,
          "column": 45
        },
        "end": {
          "line": 155,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 6960,
      "end": 6969,
      "loc": {
        "start": {
          "line": 155,
          "column": 47
        },
        "end": {
          "line": 155,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6999,
      "end": 7000,
      "loc": {
        "start": {
          "line": 156,
          "column": 28
        },
        "end": {
          "line": 156,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 7000,
      "end": 7014,
      "loc": {
        "start": {
          "line": 156,
          "column": 29
        },
        "end": {
          "line": 156,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7014,
      "end": 7015,
      "loc": {
        "start": {
          "line": 156,
          "column": 43
        },
        "end": {
          "line": 156,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxDist",
      "start": 7015,
      "end": 7022,
      "loc": {
        "start": {
          "line": 156,
          "column": 44
        },
        "end": {
          "line": 156,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 7023,
      "end": 7024,
      "loc": {
        "start": {
          "line": 156,
          "column": 52
        },
        "end": {
          "line": 156,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7025,
      "end": 7029,
      "loc": {
        "start": {
          "line": 156,
          "column": 54
        },
        "end": {
          "line": 156,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7029,
      "end": 7030,
      "loc": {
        "start": {
          "line": 156,
          "column": 58
        },
        "end": {
          "line": 156,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 7030,
      "end": 7033,
      "loc": {
        "start": {
          "line": 156,
          "column": 59
        },
        "end": {
          "line": 156,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7033,
      "end": 7034,
      "loc": {
        "start": {
          "line": 156,
          "column": 62
        },
        "end": {
          "line": 156,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7034,
      "end": 7039,
      "loc": {
        "start": {
          "line": 156,
          "column": 63
        },
        "end": {
          "line": 156,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 7040,
      "end": 7041,
      "loc": {
        "start": {
          "line": 156,
          "column": 69
        },
        "end": {
          "line": 156,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 7042,
      "end": 7043,
      "loc": {
        "start": {
          "line": 156,
          "column": 71
        },
        "end": {
          "line": 156,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7043,
      "end": 7044,
      "loc": {
        "start": {
          "line": 156,
          "column": 72
        },
        "end": {
          "line": 156,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7044,
      "end": 7045,
      "loc": {
        "start": {
          "line": 156,
          "column": 73
        },
        "end": {
          "line": 156,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7075,
      "end": 7076,
      "loc": {
        "start": {
          "line": 157,
          "column": 28
        },
        "end": {
          "line": 157,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7076,
      "end": 7079,
      "loc": {
        "start": {
          "line": 157,
          "column": 29
        },
        "end": {
          "line": 157,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7079,
      "end": 7080,
      "loc": {
        "start": {
          "line": 157,
          "column": 32
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 7080,
      "end": 7084,
      "loc": {
        "start": {
          "line": 157,
          "column": 33
        },
        "end": {
          "line": 157,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7084,
      "end": 7085,
      "loc": {
        "start": {
          "line": 157,
          "column": 37
        },
        "end": {
          "line": 157,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 7085,
      "end": 7091,
      "loc": {
        "start": {
          "line": 157,
          "column": 38
        },
        "end": {
          "line": 157,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7091,
      "end": 7092,
      "loc": {
        "start": {
          "line": 157,
          "column": 44
        },
        "end": {
          "line": 157,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 7092,
      "end": 7100,
      "loc": {
        "start": {
          "line": 157,
          "column": 45
        },
        "end": {
          "line": 157,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7100,
      "end": 7101,
      "loc": {
        "start": {
          "line": 157,
          "column": 53
        },
        "end": {
          "line": 157,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7101,
      "end": 7102,
      "loc": {
        "start": {
          "line": 157,
          "column": 54
        },
        "end": {
          "line": 157,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7124,
      "end": 7125,
      "loc": {
        "start": {
          "line": 158,
          "column": 20
        },
        "end": {
          "line": 158,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7143,
      "end": 7144,
      "loc": {
        "start": {
          "line": 159,
          "column": 16
        },
        "end": {
          "line": 159,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7158,
      "end": 7159,
      "loc": {
        "start": {
          "line": 160,
          "column": 12
        },
        "end": {
          "line": 160,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 7160,
      "end": 7164,
      "loc": {
        "start": {
          "line": 160,
          "column": 14
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7165,
      "end": 7166,
      "loc": {
        "start": {
          "line": 160,
          "column": 19
        },
        "end": {
          "line": 160,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " get two lines if fillet is singular",
      "start": 7184,
      "end": 7222,
      "loc": {
        "start": {
          "line": 161,
          "column": 16
        },
        "end": {
          "line": 161,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 7240,
      "end": 7253,
      "loc": {
        "start": {
          "line": 162,
          "column": 16
        },
        "end": {
          "line": 162,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7254,
      "end": 7255,
      "loc": {
        "start": {
          "line": 162,
          "column": 30
        },
        "end": {
          "line": 162,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7256,
      "end": 7257,
      "loc": {
        "start": {
          "line": 162,
          "column": 32
        },
        "end": {
          "line": 162,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7279,
      "end": 7284,
      "loc": {
        "start": {
          "line": 163,
          "column": 20
        },
        "end": {
          "line": 163,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7284,
      "end": 7285,
      "loc": {
        "start": {
          "line": 163,
          "column": 25
        },
        "end": {
          "line": 163,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 7286,
      "end": 7290,
      "loc": {
        "start": {
          "line": 163,
          "column": 27
        },
        "end": {
          "line": 163,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7290,
      "end": 7291,
      "loc": {
        "start": {
          "line": 163,
          "column": 31
        },
        "end": {
          "line": 163,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 7291,
      "end": 7297,
      "loc": {
        "start": {
          "line": 163,
          "column": 32
        },
        "end": {
          "line": 163,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7297,
      "end": 7298,
      "loc": {
        "start": {
          "line": 163,
          "column": 38
        },
        "end": {
          "line": 163,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 7298,
      "end": 7306,
      "loc": {
        "start": {
          "line": 163,
          "column": 39
        },
        "end": {
          "line": 163,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7306,
      "end": 7307,
      "loc": {
        "start": {
          "line": 163,
          "column": 47
        },
        "end": {
          "line": 163,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7307,
      "end": 7312,
      "loc": {
        "start": {
          "line": 163,
          "column": 48
        },
        "end": {
          "line": 163,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7312,
      "end": 7313,
      "loc": {
        "start": {
          "line": 163,
          "column": 53
        },
        "end": {
          "line": 163,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7313,
      "end": 7314,
      "loc": {
        "start": {
          "line": 163,
          "column": 54
        },
        "end": {
          "line": 163,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7314,
      "end": 7315,
      "loc": {
        "start": {
          "line": 163,
          "column": 55
        },
        "end": {
          "line": 163,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 7337,
      "end": 7340,
      "loc": {
        "start": {
          "line": 164,
          "column": 20
        },
        "end": {
          "line": 164,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7340,
      "end": 7341,
      "loc": {
        "start": {
          "line": 164,
          "column": 23
        },
        "end": {
          "line": 164,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 7342,
      "end": 7346,
      "loc": {
        "start": {
          "line": 164,
          "column": 25
        },
        "end": {
          "line": 164,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7346,
      "end": 7347,
      "loc": {
        "start": {
          "line": 164,
          "column": 29
        },
        "end": {
          "line": 164,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 7347,
      "end": 7353,
      "loc": {
        "start": {
          "line": 164,
          "column": 30
        },
        "end": {
          "line": 164,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7353,
      "end": 7354,
      "loc": {
        "start": {
          "line": 164,
          "column": 36
        },
        "end": {
          "line": 164,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 7354,
      "end": 7362,
      "loc": {
        "start": {
          "line": 164,
          "column": 37
        },
        "end": {
          "line": 164,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7362,
      "end": 7363,
      "loc": {
        "start": {
          "line": 164,
          "column": 45
        },
        "end": {
          "line": 164,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7363,
      "end": 7368,
      "loc": {
        "start": {
          "line": 164,
          "column": 46
        },
        "end": {
          "line": 164,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7368,
      "end": 7369,
      "loc": {
        "start": {
          "line": 164,
          "column": 51
        },
        "end": {
          "line": 164,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7369,
      "end": 7370,
      "loc": {
        "start": {
          "line": 164,
          "column": 52
        },
        "end": {
          "line": 164,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7388,
      "end": 7389,
      "loc": {
        "start": {
          "line": 165,
          "column": 16
        },
        "end": {
          "line": 165,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7389,
      "end": 7390,
      "loc": {
        "start": {
          "line": 165,
          "column": 17
        },
        "end": {
          "line": 165,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7404,
      "end": 7405,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "end": {
          "line": 166,
          "column": 13
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " redraw preview objects",
      "start": 7421,
      "end": 7446,
      "loc": {
        "start": {
          "line": 168,
          "column": 12
        },
        "end": {
          "line": 168,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7460,
      "end": 7463,
      "loc": {
        "start": {
          "line": 169,
          "column": 12
        },
        "end": {
          "line": 169,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 7464,
      "end": 7474,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7475,
      "end": 7476,
      "loc": {
        "start": {
          "line": 169,
          "column": 27
        },
        "end": {
          "line": 169,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 7477,
      "end": 7481,
      "loc": {
        "start": {
          "line": 169,
          "column": 29
        },
        "end": {
          "line": 169,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7481,
      "end": 7482,
      "loc": {
        "start": {
          "line": 169,
          "column": 33
        },
        "end": {
          "line": 169,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 7482,
      "end": 7489,
      "loc": {
        "start": {
          "line": 169,
          "column": 34
        },
        "end": {
          "line": 169,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7489,
      "end": 7490,
      "loc": {
        "start": {
          "line": 169,
          "column": 41
        },
        "end": {
          "line": 169,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 7490,
      "end": 7493,
      "loc": {
        "start": {
          "line": 169,
          "column": 42
        },
        "end": {
          "line": 169,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7493,
      "end": 7494,
      "loc": {
        "start": {
          "line": 169,
          "column": 45
        },
        "end": {
          "line": 169,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7508,
      "end": 7511,
      "loc": {
        "start": {
          "line": 170,
          "column": 12
        },
        "end": {
          "line": 170,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 7512,
      "end": 7522,
      "loc": {
        "start": {
          "line": 170,
          "column": 16
        },
        "end": {
          "line": 170,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7523,
      "end": 7524,
      "loc": {
        "start": {
          "line": 170,
          "column": 27
        },
        "end": {
          "line": 170,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createGeomObject",
      "start": 7525,
      "end": 7541,
      "loc": {
        "start": {
          "line": 170,
          "column": 29
        },
        "end": {
          "line": 170,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7541,
      "end": 7542,
      "loc": {
        "start": {
          "line": 170,
          "column": 45
        },
        "end": {
          "line": 170,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 7542,
      "end": 7555,
      "loc": {
        "start": {
          "line": 170,
          "column": 46
        },
        "end": {
          "line": 170,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7555,
      "end": 7556,
      "loc": {
        "start": {
          "line": 170,
          "column": 59
        },
        "end": {
          "line": 170,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 7557,
      "end": 7561,
      "loc": {
        "start": {
          "line": 170,
          "column": 61
        },
        "end": {
          "line": 170,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7561,
      "end": 7562,
      "loc": {
        "start": {
          "line": 170,
          "column": 65
        },
        "end": {
          "line": 170,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 7562,
      "end": 7569,
      "loc": {
        "start": {
          "line": 170,
          "column": 66
        },
        "end": {
          "line": 170,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7569,
      "end": 7570,
      "loc": {
        "start": {
          "line": 170,
          "column": 73
        },
        "end": {
          "line": 170,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 7570,
      "end": 7573,
      "loc": {
        "start": {
          "line": 170,
          "column": 74
        },
        "end": {
          "line": 170,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7573,
      "end": 7574,
      "loc": {
        "start": {
          "line": 170,
          "column": 77
        },
        "end": {
          "line": 170,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7574,
      "end": 7575,
      "loc": {
        "start": {
          "line": 170,
          "column": 78
        },
        "end": {
          "line": 170,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7589,
      "end": 7591,
      "loc": {
        "start": {
          "line": 171,
          "column": 12
        },
        "end": {
          "line": 171,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7592,
      "end": 7593,
      "loc": {
        "start": {
          "line": 171,
          "column": 15
        },
        "end": {
          "line": 171,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 7593,
      "end": 7603,
      "loc": {
        "start": {
          "line": 171,
          "column": 16
        },
        "end": {
          "line": 171,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!=",
      "start": 7604,
      "end": 7606,
      "loc": {
        "start": {
          "line": 171,
          "column": 27
        },
        "end": {
          "line": 171,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 7607,
      "end": 7617,
      "loc": {
        "start": {
          "line": 171,
          "column": 30
        },
        "end": {
          "line": 171,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7617,
      "end": 7618,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7619,
      "end": 7620,
      "loc": {
        "start": {
          "line": 171,
          "column": 42
        },
        "end": {
          "line": 171,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "new preview geometry was created: update sketch",
      "start": 7638,
      "end": 7687,
      "loc": {
        "start": {
          "line": 172,
          "column": 16
        },
        "end": {
          "line": 172,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7705,
      "end": 7707,
      "loc": {
        "start": {
          "line": 173,
          "column": 16
        },
        "end": {
          "line": 173,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7708,
      "end": 7709,
      "loc": {
        "start": {
          "line": 173,
          "column": 19
        },
        "end": {
          "line": 173,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 7709,
      "end": 7719,
      "loc": {
        "start": {
          "line": 173,
          "column": 20
        },
        "end": {
          "line": 173,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7719,
      "end": 7720,
      "loc": {
        "start": {
          "line": 173,
          "column": 30
        },
        "end": {
          "line": 173,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 7721,
      "end": 7725,
      "loc": {
        "start": {
          "line": 173,
          "column": 32
        },
        "end": {
          "line": 173,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7725,
      "end": 7726,
      "loc": {
        "start": {
          "line": 173,
          "column": 36
        },
        "end": {
          "line": 173,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketch",
      "start": 7726,
      "end": 7732,
      "loc": {
        "start": {
          "line": 173,
          "column": 37
        },
        "end": {
          "line": 173,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7732,
      "end": 7733,
      "loc": {
        "start": {
          "line": 173,
          "column": 43
        },
        "end": {
          "line": 173,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeAuxObject",
      "start": 7733,
      "end": 7748,
      "loc": {
        "start": {
          "line": 173,
          "column": 44
        },
        "end": {
          "line": 173,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7748,
      "end": 7749,
      "loc": {
        "start": {
          "line": 173,
          "column": 59
        },
        "end": {
          "line": 173,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 7749,
      "end": 7759,
      "loc": {
        "start": {
          "line": 173,
          "column": 60
        },
        "end": {
          "line": 173,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7759,
      "end": 7760,
      "loc": {
        "start": {
          "line": 173,
          "column": 70
        },
        "end": {
          "line": 173,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7760,
      "end": 7761,
      "loc": {
        "start": {
          "line": 173,
          "column": 71
        },
        "end": {
          "line": 173,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7779,
      "end": 7781,
      "loc": {
        "start": {
          "line": 174,
          "column": 16
        },
        "end": {
          "line": 174,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7782,
      "end": 7783,
      "loc": {
        "start": {
          "line": 174,
          "column": 19
        },
        "end": {
          "line": 174,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 7783,
      "end": 7793,
      "loc": {
        "start": {
          "line": 174,
          "column": 20
        },
        "end": {
          "line": 174,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7793,
      "end": 7794,
      "loc": {
        "start": {
          "line": 174,
          "column": 30
        },
        "end": {
          "line": 174,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7795,
      "end": 7796,
      "loc": {
        "start": {
          "line": 174,
          "column": 32
        },
        "end": {
          "line": 174,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 7818,
      "end": 7822,
      "loc": {
        "start": {
          "line": 175,
          "column": 20
        },
        "end": {
          "line": 175,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7822,
      "end": 7823,
      "loc": {
        "start": {
          "line": 175,
          "column": 24
        },
        "end": {
          "line": 175,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketch",
      "start": 7823,
      "end": 7829,
      "loc": {
        "start": {
          "line": 175,
          "column": 25
        },
        "end": {
          "line": 175,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7829,
      "end": 7830,
      "loc": {
        "start": {
          "line": 175,
          "column": 31
        },
        "end": {
          "line": 175,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAuxObject",
      "start": 7830,
      "end": 7842,
      "loc": {
        "start": {
          "line": 175,
          "column": 32
        },
        "end": {
          "line": 175,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7842,
      "end": 7843,
      "loc": {
        "start": {
          "line": 175,
          "column": 44
        },
        "end": {
          "line": 175,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 7843,
      "end": 7853,
      "loc": {
        "start": {
          "line": 175,
          "column": 45
        },
        "end": {
          "line": 175,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7853,
      "end": 7854,
      "loc": {
        "start": {
          "line": 175,
          "column": 55
        },
        "end": {
          "line": 175,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7854,
      "end": 7855,
      "loc": {
        "start": {
          "line": 175,
          "column": 56
        },
        "end": {
          "line": 175,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 7877,
      "end": 7881,
      "loc": {
        "start": {
          "line": 176,
          "column": 20
        },
        "end": {
          "line": 176,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7881,
      "end": 7882,
      "loc": {
        "start": {
          "line": 176,
          "column": 24
        },
        "end": {
          "line": 176,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 7882,
      "end": 7889,
      "loc": {
        "start": {
          "line": 176,
          "column": 25
        },
        "end": {
          "line": 176,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7889,
      "end": 7890,
      "loc": {
        "start": {
          "line": 176,
          "column": 32
        },
        "end": {
          "line": 176,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 7890,
      "end": 7893,
      "loc": {
        "start": {
          "line": 176,
          "column": 33
        },
        "end": {
          "line": 176,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7894,
      "end": 7895,
      "loc": {
        "start": {
          "line": 176,
          "column": 37
        },
        "end": {
          "line": 176,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 7896,
      "end": 7906,
      "loc": {
        "start": {
          "line": 176,
          "column": 39
        },
        "end": {
          "line": 176,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7906,
      "end": 7907,
      "loc": {
        "start": {
          "line": 176,
          "column": 49
        },
        "end": {
          "line": 176,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7925,
      "end": 7926,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7940,
      "end": 7941,
      "loc": {
        "start": {
          "line": 178,
          "column": 12
        },
        "end": {
          "line": 178,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 7955,
      "end": 7965,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7966,
      "end": 7967,
      "loc": {
        "start": {
          "line": 179,
          "column": 23
        },
        "end": {
          "line": 179,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 7968,
      "end": 7972,
      "loc": {
        "start": {
          "line": 179,
          "column": 25
        },
        "end": {
          "line": 179,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7972,
      "end": 7973,
      "loc": {
        "start": {
          "line": 179,
          "column": 29
        },
        "end": {
          "line": 179,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 7973,
      "end": 7980,
      "loc": {
        "start": {
          "line": 179,
          "column": 30
        },
        "end": {
          "line": 179,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7980,
      "end": 7981,
      "loc": {
        "start": {
          "line": 179,
          "column": 37
        },
        "end": {
          "line": 179,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 7981,
      "end": 7990,
      "loc": {
        "start": {
          "line": 179,
          "column": 38
        },
        "end": {
          "line": 179,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7990,
      "end": 7991,
      "loc": {
        "start": {
          "line": 179,
          "column": 47
        },
        "end": {
          "line": 179,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 8005,
      "end": 8015,
      "loc": {
        "start": {
          "line": 180,
          "column": 12
        },
        "end": {
          "line": 180,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8016,
      "end": 8017,
      "loc": {
        "start": {
          "line": 180,
          "column": 23
        },
        "end": {
          "line": 180,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createGeomObject",
      "start": 8018,
      "end": 8034,
      "loc": {
        "start": {
          "line": 180,
          "column": 25
        },
        "end": {
          "line": 180,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8034,
      "end": 8035,
      "loc": {
        "start": {
          "line": 180,
          "column": 41
        },
        "end": {
          "line": 180,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8053,
      "end": 8054,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8076,
      "end": 8081,
      "loc": {
        "start": {
          "line": 182,
          "column": 20
        },
        "end": {
          "line": 182,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8081,
      "end": 8082,
      "loc": {
        "start": {
          "line": 182,
          "column": 25
        },
        "end": {
          "line": 182,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 8083,
      "end": 8087,
      "loc": {
        "start": {
          "line": 182,
          "column": 27
        },
        "end": {
          "line": 182,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8087,
      "end": 8088,
      "loc": {
        "start": {
          "line": 182,
          "column": 31
        },
        "end": {
          "line": 182,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 8088,
      "end": 8093,
      "loc": {
        "start": {
          "line": 182,
          "column": 32
        },
        "end": {
          "line": 182,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8093,
      "end": 8094,
      "loc": {
        "start": {
          "line": 182,
          "column": 37
        },
        "end": {
          "line": 182,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8094,
      "end": 8095,
      "loc": {
        "start": {
          "line": 182,
          "column": 38
        },
        "end": {
          "line": 182,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8095,
      "end": 8096,
      "loc": {
        "start": {
          "line": 182,
          "column": 39
        },
        "end": {
          "line": 182,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8096,
      "end": 8097,
      "loc": {
        "start": {
          "line": 182,
          "column": 40
        },
        "end": {
          "line": 182,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 8097,
      "end": 8103,
      "loc": {
        "start": {
          "line": 182,
          "column": 41
        },
        "end": {
          "line": 182,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8103,
      "end": 8104,
      "loc": {
        "start": {
          "line": 182,
          "column": 47
        },
        "end": {
          "line": 182,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "freeIdx0",
      "start": 8104,
      "end": 8112,
      "loc": {
        "start": {
          "line": 182,
          "column": 48
        },
        "end": {
          "line": 182,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8112,
      "end": 8113,
      "loc": {
        "start": {
          "line": 182,
          "column": 56
        },
        "end": {
          "line": 182,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8113,
      "end": 8114,
      "loc": {
        "start": {
          "line": 182,
          "column": 57
        },
        "end": {
          "line": 182,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8114,
      "end": 8122,
      "loc": {
        "start": {
          "line": 182,
          "column": 58
        },
        "end": {
          "line": 182,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8122,
      "end": 8123,
      "loc": {
        "start": {
          "line": 182,
          "column": 66
        },
        "end": {
          "line": 182,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8123,
      "end": 8128,
      "loc": {
        "start": {
          "line": 182,
          "column": 67
        },
        "end": {
          "line": 182,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8128,
      "end": 8129,
      "loc": {
        "start": {
          "line": 182,
          "column": 72
        },
        "end": {
          "line": 182,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8129,
      "end": 8130,
      "loc": {
        "start": {
          "line": 182,
          "column": 73
        },
        "end": {
          "line": 182,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8130,
      "end": 8131,
      "loc": {
        "start": {
          "line": 182,
          "column": 74
        },
        "end": {
          "line": 182,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8153,
      "end": 8156,
      "loc": {
        "start": {
          "line": 183,
          "column": 20
        },
        "end": {
          "line": 183,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8156,
      "end": 8157,
      "loc": {
        "start": {
          "line": 183,
          "column": 23
        },
        "end": {
          "line": 183,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 8158,
      "end": 8171,
      "loc": {
        "start": {
          "line": 183,
          "column": 25
        },
        "end": {
          "line": 183,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8171,
      "end": 8172,
      "loc": {
        "start": {
          "line": 183,
          "column": 38
        },
        "end": {
          "line": 183,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8172,
      "end": 8177,
      "loc": {
        "start": {
          "line": 183,
          "column": 39
        },
        "end": {
          "line": 183,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8177,
      "end": 8178,
      "loc": {
        "start": {
          "line": 183,
          "column": 44
        },
        "end": {
          "line": 183,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8178,
      "end": 8183,
      "loc": {
        "start": {
          "line": 183,
          "column": 45
        },
        "end": {
          "line": 183,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8183,
      "end": 8184,
      "loc": {
        "start": {
          "line": 183,
          "column": 50
        },
        "end": {
          "line": 183,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8184,
      "end": 8185,
      "loc": {
        "start": {
          "line": 183,
          "column": 51
        },
        "end": {
          "line": 183,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8203,
      "end": 8204,
      "loc": {
        "start": {
          "line": 184,
          "column": 16
        },
        "end": {
          "line": 184,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8204,
      "end": 8205,
      "loc": {
        "start": {
          "line": 184,
          "column": 17
        },
        "end": {
          "line": 184,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 8223,
      "end": 8227,
      "loc": {
        "start": {
          "line": 185,
          "column": 16
        },
        "end": {
          "line": 185,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8227,
      "end": 8228,
      "loc": {
        "start": {
          "line": 185,
          "column": 20
        },
        "end": {
          "line": 185,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 8228,
      "end": 8235,
      "loc": {
        "start": {
          "line": 185,
          "column": 21
        },
        "end": {
          "line": 185,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8235,
      "end": 8236,
      "loc": {
        "start": {
          "line": 185,
          "column": 28
        },
        "end": {
          "line": 185,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 8236,
      "end": 8245,
      "loc": {
        "start": {
          "line": 185,
          "column": 29
        },
        "end": {
          "line": 185,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8259,
      "end": 8260,
      "loc": {
        "start": {
          "line": 186,
          "column": 12
        },
        "end": {
          "line": 186,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8260,
      "end": 8261,
      "loc": {
        "start": {
          "line": 186,
          "column": 13
        },
        "end": {
          "line": 186,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8275,
      "end": 8277,
      "loc": {
        "start": {
          "line": 187,
          "column": 12
        },
        "end": {
          "line": 187,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8278,
      "end": 8279,
      "loc": {
        "start": {
          "line": 187,
          "column": 15
        },
        "end": {
          "line": 187,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 8279,
      "end": 8289,
      "loc": {
        "start": {
          "line": 187,
          "column": 16
        },
        "end": {
          "line": 187,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!=",
      "start": 8290,
      "end": 8292,
      "loc": {
        "start": {
          "line": 187,
          "column": 27
        },
        "end": {
          "line": 187,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 8293,
      "end": 8303,
      "loc": {
        "start": {
          "line": 187,
          "column": 30
        },
        "end": {
          "line": 187,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8303,
      "end": 8304,
      "loc": {
        "start": {
          "line": 187,
          "column": 40
        },
        "end": {
          "line": 187,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8305,
      "end": 8306,
      "loc": {
        "start": {
          "line": 187,
          "column": 42
        },
        "end": {
          "line": 187,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "new preview geometry was created: update sketch",
      "start": 8324,
      "end": 8373,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8391,
      "end": 8393,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8394,
      "end": 8395,
      "loc": {
        "start": {
          "line": 189,
          "column": 19
        },
        "end": {
          "line": 189,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 8395,
      "end": 8405,
      "loc": {
        "start": {
          "line": 189,
          "column": 20
        },
        "end": {
          "line": 189,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8405,
      "end": 8406,
      "loc": {
        "start": {
          "line": 189,
          "column": 30
        },
        "end": {
          "line": 189,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8407,
      "end": 8411,
      "loc": {
        "start": {
          "line": 189,
          "column": 32
        },
        "end": {
          "line": 189,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8411,
      "end": 8412,
      "loc": {
        "start": {
          "line": 189,
          "column": 36
        },
        "end": {
          "line": 189,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketch",
      "start": 8412,
      "end": 8418,
      "loc": {
        "start": {
          "line": 189,
          "column": 37
        },
        "end": {
          "line": 189,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8418,
      "end": 8419,
      "loc": {
        "start": {
          "line": 189,
          "column": 43
        },
        "end": {
          "line": 189,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeAuxObject",
      "start": 8419,
      "end": 8434,
      "loc": {
        "start": {
          "line": 189,
          "column": 44
        },
        "end": {
          "line": 189,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8434,
      "end": 8435,
      "loc": {
        "start": {
          "line": 189,
          "column": 59
        },
        "end": {
          "line": 189,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 8435,
      "end": 8445,
      "loc": {
        "start": {
          "line": 189,
          "column": 60
        },
        "end": {
          "line": 189,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8445,
      "end": 8446,
      "loc": {
        "start": {
          "line": 189,
          "column": 70
        },
        "end": {
          "line": 189,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8446,
      "end": 8447,
      "loc": {
        "start": {
          "line": 189,
          "column": 71
        },
        "end": {
          "line": 189,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8465,
      "end": 8467,
      "loc": {
        "start": {
          "line": 190,
          "column": 16
        },
        "end": {
          "line": 190,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8468,
      "end": 8469,
      "loc": {
        "start": {
          "line": 190,
          "column": 19
        },
        "end": {
          "line": 190,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 8469,
      "end": 8479,
      "loc": {
        "start": {
          "line": 190,
          "column": 20
        },
        "end": {
          "line": 190,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8479,
      "end": 8480,
      "loc": {
        "start": {
          "line": 190,
          "column": 30
        },
        "end": {
          "line": 190,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8481,
      "end": 8482,
      "loc": {
        "start": {
          "line": 190,
          "column": 32
        },
        "end": {
          "line": 190,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 8504,
      "end": 8508,
      "loc": {
        "start": {
          "line": 191,
          "column": 20
        },
        "end": {
          "line": 191,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8508,
      "end": 8509,
      "loc": {
        "start": {
          "line": 191,
          "column": 24
        },
        "end": {
          "line": 191,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketch",
      "start": 8509,
      "end": 8515,
      "loc": {
        "start": {
          "line": 191,
          "column": 25
        },
        "end": {
          "line": 191,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8515,
      "end": 8516,
      "loc": {
        "start": {
          "line": 191,
          "column": 31
        },
        "end": {
          "line": 191,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAuxObject",
      "start": 8516,
      "end": 8528,
      "loc": {
        "start": {
          "line": 191,
          "column": 32
        },
        "end": {
          "line": 191,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8528,
      "end": 8529,
      "loc": {
        "start": {
          "line": 191,
          "column": 44
        },
        "end": {
          "line": 191,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 8529,
      "end": 8539,
      "loc": {
        "start": {
          "line": 191,
          "column": 45
        },
        "end": {
          "line": 191,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8539,
      "end": 8540,
      "loc": {
        "start": {
          "line": 191,
          "column": 55
        },
        "end": {
          "line": 191,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8540,
      "end": 8541,
      "loc": {
        "start": {
          "line": 191,
          "column": 56
        },
        "end": {
          "line": 191,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 8563,
      "end": 8567,
      "loc": {
        "start": {
          "line": 192,
          "column": 20
        },
        "end": {
          "line": 192,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8567,
      "end": 8568,
      "loc": {
        "start": {
          "line": 192,
          "column": 24
        },
        "end": {
          "line": 192,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 8568,
      "end": 8575,
      "loc": {
        "start": {
          "line": 192,
          "column": 25
        },
        "end": {
          "line": 192,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8575,
      "end": 8576,
      "loc": {
        "start": {
          "line": 192,
          "column": 32
        },
        "end": {
          "line": 192,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineStart",
      "start": 8576,
      "end": 8585,
      "loc": {
        "start": {
          "line": 192,
          "column": 33
        },
        "end": {
          "line": 192,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8586,
      "end": 8587,
      "loc": {
        "start": {
          "line": 192,
          "column": 43
        },
        "end": {
          "line": 192,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 8588,
      "end": 8598,
      "loc": {
        "start": {
          "line": 192,
          "column": 45
        },
        "end": {
          "line": 192,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8598,
      "end": 8599,
      "loc": {
        "start": {
          "line": 192,
          "column": 55
        },
        "end": {
          "line": 192,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8617,
      "end": 8618,
      "loc": {
        "start": {
          "line": 193,
          "column": 16
        },
        "end": {
          "line": 193,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8632,
      "end": 8633,
      "loc": {
        "start": {
          "line": 194,
          "column": 12
        },
        "end": {
          "line": 194,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 8649,
      "end": 8659,
      "loc": {
        "start": {
          "line": 196,
          "column": 12
        },
        "end": {
          "line": 196,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8660,
      "end": 8661,
      "loc": {
        "start": {
          "line": 196,
          "column": 23
        },
        "end": {
          "line": 196,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 8662,
      "end": 8666,
      "loc": {
        "start": {
          "line": 196,
          "column": 25
        },
        "end": {
          "line": 196,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8666,
      "end": 8667,
      "loc": {
        "start": {
          "line": 196,
          "column": 29
        },
        "end": {
          "line": 196,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 8667,
      "end": 8674,
      "loc": {
        "start": {
          "line": 196,
          "column": 30
        },
        "end": {
          "line": 196,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8674,
      "end": 8675,
      "loc": {
        "start": {
          "line": 196,
          "column": 37
        },
        "end": {
          "line": 196,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 8675,
      "end": 8682,
      "loc": {
        "start": {
          "line": 196,
          "column": 38
        },
        "end": {
          "line": 196,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8682,
      "end": 8683,
      "loc": {
        "start": {
          "line": 196,
          "column": 45
        },
        "end": {
          "line": 196,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 8697,
      "end": 8707,
      "loc": {
        "start": {
          "line": 197,
          "column": 12
        },
        "end": {
          "line": 197,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8708,
      "end": 8709,
      "loc": {
        "start": {
          "line": 197,
          "column": 23
        },
        "end": {
          "line": 197,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createGeomObject",
      "start": 8710,
      "end": 8726,
      "loc": {
        "start": {
          "line": 197,
          "column": 25
        },
        "end": {
          "line": 197,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8726,
      "end": 8727,
      "loc": {
        "start": {
          "line": 197,
          "column": 41
        },
        "end": {
          "line": 197,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8745,
      "end": 8746,
      "loc": {
        "start": {
          "line": 198,
          "column": 16
        },
        "end": {
          "line": 198,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8768,
      "end": 8773,
      "loc": {
        "start": {
          "line": 199,
          "column": 20
        },
        "end": {
          "line": 199,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8773,
      "end": 8774,
      "loc": {
        "start": {
          "line": 199,
          "column": 25
        },
        "end": {
          "line": 199,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 8775,
      "end": 8779,
      "loc": {
        "start": {
          "line": 199,
          "column": 27
        },
        "end": {
          "line": 199,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8779,
      "end": 8780,
      "loc": {
        "start": {
          "line": 199,
          "column": 31
        },
        "end": {
          "line": 199,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 8780,
      "end": 8785,
      "loc": {
        "start": {
          "line": 199,
          "column": 32
        },
        "end": {
          "line": 199,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8785,
      "end": 8786,
      "loc": {
        "start": {
          "line": 199,
          "column": 37
        },
        "end": {
          "line": 199,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8786,
      "end": 8787,
      "loc": {
        "start": {
          "line": 199,
          "column": 38
        },
        "end": {
          "line": 199,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8787,
      "end": 8788,
      "loc": {
        "start": {
          "line": 199,
          "column": 39
        },
        "end": {
          "line": 199,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8788,
      "end": 8789,
      "loc": {
        "start": {
          "line": 199,
          "column": 40
        },
        "end": {
          "line": 199,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 8789,
      "end": 8795,
      "loc": {
        "start": {
          "line": 199,
          "column": 41
        },
        "end": {
          "line": 199,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8795,
      "end": 8796,
      "loc": {
        "start": {
          "line": 199,
          "column": 47
        },
        "end": {
          "line": 199,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "freeIdx1",
      "start": 8796,
      "end": 8804,
      "loc": {
        "start": {
          "line": 199,
          "column": 48
        },
        "end": {
          "line": 199,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8804,
      "end": 8805,
      "loc": {
        "start": {
          "line": 199,
          "column": 56
        },
        "end": {
          "line": 199,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8805,
      "end": 8806,
      "loc": {
        "start": {
          "line": 199,
          "column": 57
        },
        "end": {
          "line": 199,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8806,
      "end": 8814,
      "loc": {
        "start": {
          "line": 199,
          "column": 58
        },
        "end": {
          "line": 199,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8814,
      "end": 8815,
      "loc": {
        "start": {
          "line": 199,
          "column": 66
        },
        "end": {
          "line": 199,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8815,
      "end": 8820,
      "loc": {
        "start": {
          "line": 199,
          "column": 67
        },
        "end": {
          "line": 199,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8820,
      "end": 8821,
      "loc": {
        "start": {
          "line": 199,
          "column": 72
        },
        "end": {
          "line": 199,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8821,
      "end": 8822,
      "loc": {
        "start": {
          "line": 199,
          "column": 73
        },
        "end": {
          "line": 199,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8822,
      "end": 8823,
      "loc": {
        "start": {
          "line": 199,
          "column": 74
        },
        "end": {
          "line": 199,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8845,
      "end": 8848,
      "loc": {
        "start": {
          "line": 200,
          "column": 20
        },
        "end": {
          "line": 200,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8848,
      "end": 8849,
      "loc": {
        "start": {
          "line": 200,
          "column": 23
        },
        "end": {
          "line": 200,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newGeomParams",
      "start": 8850,
      "end": 8863,
      "loc": {
        "start": {
          "line": 200,
          "column": 25
        },
        "end": {
          "line": 200,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8863,
      "end": 8864,
      "loc": {
        "start": {
          "line": 200,
          "column": 38
        },
        "end": {
          "line": 200,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8864,
      "end": 8867,
      "loc": {
        "start": {
          "line": 200,
          "column": 39
        },
        "end": {
          "line": 200,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8867,
      "end": 8868,
      "loc": {
        "start": {
          "line": 200,
          "column": 42
        },
        "end": {
          "line": 200,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8868,
      "end": 8873,
      "loc": {
        "start": {
          "line": 200,
          "column": 43
        },
        "end": {
          "line": 200,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8873,
      "end": 8874,
      "loc": {
        "start": {
          "line": 200,
          "column": 48
        },
        "end": {
          "line": 200,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8874,
      "end": 8875,
      "loc": {
        "start": {
          "line": 200,
          "column": 49
        },
        "end": {
          "line": 200,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8893,
      "end": 8894,
      "loc": {
        "start": {
          "line": 201,
          "column": 16
        },
        "end": {
          "line": 201,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8894,
      "end": 8895,
      "loc": {
        "start": {
          "line": 201,
          "column": 17
        },
        "end": {
          "line": 201,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 8913,
      "end": 8917,
      "loc": {
        "start": {
          "line": 202,
          "column": 16
        },
        "end": {
          "line": 202,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8917,
      "end": 8918,
      "loc": {
        "start": {
          "line": 202,
          "column": 20
        },
        "end": {
          "line": 202,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 8918,
      "end": 8925,
      "loc": {
        "start": {
          "line": 202,
          "column": 21
        },
        "end": {
          "line": 202,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8925,
      "end": 8926,
      "loc": {
        "start": {
          "line": 202,
          "column": 28
        },
        "end": {
          "line": 202,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 8926,
      "end": 8933,
      "loc": {
        "start": {
          "line": 202,
          "column": 29
        },
        "end": {
          "line": 202,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8947,
      "end": 8948,
      "loc": {
        "start": {
          "line": 203,
          "column": 12
        },
        "end": {
          "line": 203,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8948,
      "end": 8949,
      "loc": {
        "start": {
          "line": 203,
          "column": 13
        },
        "end": {
          "line": 203,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8963,
      "end": 8965,
      "loc": {
        "start": {
          "line": 204,
          "column": 12
        },
        "end": {
          "line": 204,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8966,
      "end": 8967,
      "loc": {
        "start": {
          "line": 204,
          "column": 15
        },
        "end": {
          "line": 204,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 8967,
      "end": 8977,
      "loc": {
        "start": {
          "line": 204,
          "column": 16
        },
        "end": {
          "line": 204,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!=",
      "start": 8978,
      "end": 8980,
      "loc": {
        "start": {
          "line": 204,
          "column": 27
        },
        "end": {
          "line": 204,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 8981,
      "end": 8991,
      "loc": {
        "start": {
          "line": 204,
          "column": 30
        },
        "end": {
          "line": 204,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8991,
      "end": 8992,
      "loc": {
        "start": {
          "line": 204,
          "column": 40
        },
        "end": {
          "line": 204,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8993,
      "end": 8994,
      "loc": {
        "start": {
          "line": 204,
          "column": 42
        },
        "end": {
          "line": 204,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "new preview geometry was created: update sketch",
      "start": 9012,
      "end": 9061,
      "loc": {
        "start": {
          "line": 205,
          "column": 16
        },
        "end": {
          "line": 205,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9079,
      "end": 9081,
      "loc": {
        "start": {
          "line": 206,
          "column": 16
        },
        "end": {
          "line": 206,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9082,
      "end": 9083,
      "loc": {
        "start": {
          "line": 206,
          "column": 19
        },
        "end": {
          "line": 206,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 9083,
      "end": 9093,
      "loc": {
        "start": {
          "line": 206,
          "column": 20
        },
        "end": {
          "line": 206,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9093,
      "end": 9094,
      "loc": {
        "start": {
          "line": 206,
          "column": 30
        },
        "end": {
          "line": 206,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 9095,
      "end": 9099,
      "loc": {
        "start": {
          "line": 206,
          "column": 32
        },
        "end": {
          "line": 206,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9099,
      "end": 9100,
      "loc": {
        "start": {
          "line": 206,
          "column": 36
        },
        "end": {
          "line": 206,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketch",
      "start": 9100,
      "end": 9106,
      "loc": {
        "start": {
          "line": 206,
          "column": 37
        },
        "end": {
          "line": 206,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9106,
      "end": 9107,
      "loc": {
        "start": {
          "line": 206,
          "column": 43
        },
        "end": {
          "line": 206,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeAuxObject",
      "start": 9107,
      "end": 9122,
      "loc": {
        "start": {
          "line": 206,
          "column": 44
        },
        "end": {
          "line": 206,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9122,
      "end": 9123,
      "loc": {
        "start": {
          "line": 206,
          "column": 59
        },
        "end": {
          "line": 206,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldPreview",
      "start": 9123,
      "end": 9133,
      "loc": {
        "start": {
          "line": 206,
          "column": 60
        },
        "end": {
          "line": 206,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9133,
      "end": 9134,
      "loc": {
        "start": {
          "line": 206,
          "column": 70
        },
        "end": {
          "line": 206,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9134,
      "end": 9135,
      "loc": {
        "start": {
          "line": 206,
          "column": 71
        },
        "end": {
          "line": 206,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9153,
      "end": 9155,
      "loc": {
        "start": {
          "line": 207,
          "column": 16
        },
        "end": {
          "line": 207,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9156,
      "end": 9157,
      "loc": {
        "start": {
          "line": 207,
          "column": 19
        },
        "end": {
          "line": 207,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 9157,
      "end": 9167,
      "loc": {
        "start": {
          "line": 207,
          "column": 20
        },
        "end": {
          "line": 207,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9167,
      "end": 9168,
      "loc": {
        "start": {
          "line": 207,
          "column": 30
        },
        "end": {
          "line": 207,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9169,
      "end": 9170,
      "loc": {
        "start": {
          "line": 207,
          "column": 32
        },
        "end": {
          "line": 207,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 9192,
      "end": 9196,
      "loc": {
        "start": {
          "line": 208,
          "column": 20
        },
        "end": {
          "line": 208,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9196,
      "end": 9197,
      "loc": {
        "start": {
          "line": 208,
          "column": 24
        },
        "end": {
          "line": 208,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketch",
      "start": 9197,
      "end": 9203,
      "loc": {
        "start": {
          "line": 208,
          "column": 25
        },
        "end": {
          "line": 208,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9203,
      "end": 9204,
      "loc": {
        "start": {
          "line": 208,
          "column": 31
        },
        "end": {
          "line": 208,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addAuxObject",
      "start": 9204,
      "end": 9216,
      "loc": {
        "start": {
          "line": 208,
          "column": 32
        },
        "end": {
          "line": 208,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9216,
      "end": 9217,
      "loc": {
        "start": {
          "line": 208,
          "column": 44
        },
        "end": {
          "line": 208,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 9217,
      "end": 9227,
      "loc": {
        "start": {
          "line": 208,
          "column": 45
        },
        "end": {
          "line": 208,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9227,
      "end": 9228,
      "loc": {
        "start": {
          "line": 208,
          "column": 55
        },
        "end": {
          "line": 208,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9228,
      "end": 9229,
      "loc": {
        "start": {
          "line": 208,
          "column": 56
        },
        "end": {
          "line": 208,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 9251,
      "end": 9255,
      "loc": {
        "start": {
          "line": 209,
          "column": 20
        },
        "end": {
          "line": 209,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9255,
      "end": 9256,
      "loc": {
        "start": {
          "line": 209,
          "column": 24
        },
        "end": {
          "line": 209,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 9256,
      "end": 9263,
      "loc": {
        "start": {
          "line": 209,
          "column": 25
        },
        "end": {
          "line": 209,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9263,
      "end": 9264,
      "loc": {
        "start": {
          "line": 209,
          "column": 32
        },
        "end": {
          "line": 209,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineEnd",
      "start": 9264,
      "end": 9271,
      "loc": {
        "start": {
          "line": 209,
          "column": 33
        },
        "end": {
          "line": 209,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9272,
      "end": 9273,
      "loc": {
        "start": {
          "line": 209,
          "column": 41
        },
        "end": {
          "line": 209,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newPreview",
      "start": 9274,
      "end": 9284,
      "loc": {
        "start": {
          "line": 209,
          "column": 43
        },
        "end": {
          "line": 209,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9284,
      "end": 9285,
      "loc": {
        "start": {
          "line": 209,
          "column": 53
        },
        "end": {
          "line": 209,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9303,
      "end": 9304,
      "loc": {
        "start": {
          "line": 210,
          "column": 16
        },
        "end": {
          "line": 210,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9318,
      "end": 9319,
      "loc": {
        "start": {
          "line": 211,
          "column": 12
        },
        "end": {
          "line": 211,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9329,
      "end": 9330,
      "loc": {
        "start": {
          "line": 212,
          "column": 8
        },
        "end": {
          "line": 212,
          "column": 9
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "interaction for creating new fillet when clicking at vertex",
      "start": 9340,
      "end": 9401,
      "loc": {
        "start": {
          "line": 213,
          "column": 8
        },
        "end": {
          "line": 213,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9411,
      "end": 9419,
      "loc": {
        "start": {
          "line": 214,
          "column": 8
        },
        "end": {
          "line": 214,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addFilletablePointInteraction",
      "start": 9420,
      "end": 9449,
      "loc": {
        "start": {
          "line": 214,
          "column": 17
        },
        "end": {
          "line": 214,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9449,
      "end": 9450,
      "loc": {
        "start": {
          "line": 214,
          "column": 46
        },
        "end": {
          "line": 214,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 9450,
      "end": 9453,
      "loc": {
        "start": {
          "line": 214,
          "column": 47
        },
        "end": {
          "line": 214,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9453,
      "end": 9454,
      "loc": {
        "start": {
          "line": 214,
          "column": 50
        },
        "end": {
          "line": 214,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9455,
      "end": 9456,
      "loc": {
        "start": {
          "line": 214,
          "column": 52
        },
        "end": {
          "line": 214,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 9470,
      "end": 9473,
      "loc": {
        "start": {
          "line": 215,
          "column": 12
        },
        "end": {
          "line": 215,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9473,
      "end": 9474,
      "loc": {
        "start": {
          "line": 215,
          "column": 15
        },
        "end": {
          "line": 215,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 9474,
      "end": 9482,
      "loc": {
        "start": {
          "line": 215,
          "column": 16
        },
        "end": {
          "line": 215,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9500,
      "end": 9501,
      "loc": {
        "start": {
          "line": 216,
          "column": 16
        },
        "end": {
          "line": 216,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createInteraction",
      "start": 9501,
      "end": 9518,
      "loc": {
        "start": {
          "line": 216,
          "column": 17
        },
        "end": {
          "line": 216,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9518,
      "end": 9519,
      "loc": {
        "start": {
          "line": 216,
          "column": 34
        },
        "end": {
          "line": 216,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9519,
      "end": 9520,
      "loc": {
        "start": {
          "line": 216,
          "column": 35
        },
        "end": {
          "line": 216,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "priority",
      "start": 9542,
      "end": 9550,
      "loc": {
        "start": {
          "line": 217,
          "column": 20
        },
        "end": {
          "line": 217,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9550,
      "end": 9551,
      "loc": {
        "start": {
          "line": 217,
          "column": 28
        },
        "end": {
          "line": 217,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 9552,
      "end": 9554,
      "loc": {
        "start": {
          "line": 217,
          "column": 30
        },
        "end": {
          "line": 217,
          "column": 32
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "higher priority that sketcher's box interaction",
      "start": 9555,
      "end": 9604,
      "loc": {
        "start": {
          "line": 217,
          "column": 33
        },
        "end": {
          "line": 217,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9622,
      "end": 9623,
      "loc": {
        "start": {
          "line": 218,
          "column": 16
        },
        "end": {
          "line": 218,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9623,
      "end": 9624,
      "loc": {
        "start": {
          "line": 218,
          "column": 17
        },
        "end": {
          "line": 218,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9642,
      "end": 9643,
      "loc": {
        "start": {
          "line": 219,
          "column": 16
        },
        "end": {
          "line": 219,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 9643,
      "end": 9645,
      "loc": {
        "start": {
          "line": 219,
          "column": 17
        },
        "end": {
          "line": 219,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9645,
      "end": 9646,
      "loc": {
        "start": {
          "line": 219,
          "column": 19
        },
        "end": {
          "line": 219,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9646,
      "end": 9647,
      "loc": {
        "start": {
          "line": 219,
          "column": 20
        },
        "end": {
          "line": 219,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9669,
      "end": 9670,
      "loc": {
        "start": {
          "line": 220,
          "column": 20
        },
        "end": {
          "line": 220,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 9670,
      "end": 9677,
      "loc": {
        "start": {
          "line": 220,
          "column": 21
        },
        "end": {
          "line": 220,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9677,
      "end": 9678,
      "loc": {
        "start": {
          "line": 220,
          "column": 28
        },
        "end": {
          "line": 220,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 9678,
      "end": 9684,
      "loc": {
        "start": {
          "line": 220,
          "column": 29
        },
        "end": {
          "line": 220,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9684,
      "end": 9685,
      "loc": {
        "start": {
          "line": 220,
          "column": 35
        },
        "end": {
          "line": 220,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 9685,
      "end": 9696,
      "loc": {
        "start": {
          "line": 220,
          "column": 36
        },
        "end": {
          "line": 220,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9696,
      "end": 9697,
      "loc": {
        "start": {
          "line": 220,
          "column": 47
        },
        "end": {
          "line": 220,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Hovered",
      "start": 9697,
      "end": 9704,
      "loc": {
        "start": {
          "line": 220,
          "column": 48
        },
        "end": {
          "line": 220,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9704,
      "end": 9705,
      "loc": {
        "start": {
          "line": 220,
          "column": 55
        },
        "end": {
          "line": 220,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9705,
      "end": 9706,
      "loc": {
        "start": {
          "line": 220,
          "column": 56
        },
        "end": {
          "line": 220,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9706,
      "end": 9710,
      "loc": {
        "start": {
          "line": 220,
          "column": 57
        },
        "end": {
          "line": 220,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9710,
      "end": 9711,
      "loc": {
        "start": {
          "line": 220,
          "column": 61
        },
        "end": {
          "line": 220,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9712,
      "end": 9713,
      "loc": {
        "start": {
          "line": 220,
          "column": 63
        },
        "end": {
          "line": 220,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 9739,
      "end": 9742,
      "loc": {
        "start": {
          "line": 221,
          "column": 24
        },
        "end": {
          "line": 221,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9742,
      "end": 9743,
      "loc": {
        "start": {
          "line": 221,
          "column": 27
        },
        "end": {
          "line": 221,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 9743,
      "end": 9751,
      "loc": {
        "start": {
          "line": 221,
          "column": 28
        },
        "end": {
          "line": 221,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9751,
      "end": 9752,
      "loc": {
        "start": {
          "line": 221,
          "column": 36
        },
        "end": {
          "line": 221,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hover",
      "start": 9752,
      "end": 9757,
      "loc": {
        "start": {
          "line": 221,
          "column": 37
        },
        "end": {
          "line": 221,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9757,
      "end": 9758,
      "loc": {
        "start": {
          "line": 221,
          "column": 42
        },
        "end": {
          "line": 221,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9758,
      "end": 9759,
      "loc": {
        "start": {
          "line": 221,
          "column": 43
        },
        "end": {
          "line": 221,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9759,
      "end": 9760,
      "loc": {
        "start": {
          "line": 221,
          "column": 44
        },
        "end": {
          "line": 221,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 9786,
      "end": 9794,
      "loc": {
        "start": {
          "line": 222,
          "column": 24
        },
        "end": {
          "line": 222,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9794,
      "end": 9795,
      "loc": {
        "start": {
          "line": 222,
          "column": 32
        },
        "end": {
          "line": 222,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refresh",
      "start": 9795,
      "end": 9802,
      "loc": {
        "start": {
          "line": 222,
          "column": 33
        },
        "end": {
          "line": 222,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9802,
      "end": 9803,
      "loc": {
        "start": {
          "line": 222,
          "column": 40
        },
        "end": {
          "line": 222,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9803,
      "end": 9804,
      "loc": {
        "start": {
          "line": 222,
          "column": 41
        },
        "end": {
          "line": 222,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9804,
      "end": 9805,
      "loc": {
        "start": {
          "line": 222,
          "column": 42
        },
        "end": {
          "line": 222,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9827,
      "end": 9828,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9828,
      "end": 9829,
      "loc": {
        "start": {
          "line": 223,
          "column": 21
        },
        "end": {
          "line": 223,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9851,
      "end": 9852,
      "loc": {
        "start": {
          "line": 224,
          "column": 20
        },
        "end": {
          "line": 224,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 9852,
      "end": 9859,
      "loc": {
        "start": {
          "line": 224,
          "column": 21
        },
        "end": {
          "line": 224,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9859,
      "end": 9860,
      "loc": {
        "start": {
          "line": 224,
          "column": 28
        },
        "end": {
          "line": 224,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 9860,
      "end": 9866,
      "loc": {
        "start": {
          "line": 224,
          "column": 29
        },
        "end": {
          "line": 224,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9866,
      "end": 9867,
      "loc": {
        "start": {
          "line": 224,
          "column": 35
        },
        "end": {
          "line": 224,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 9867,
      "end": 9878,
      "loc": {
        "start": {
          "line": 224,
          "column": 36
        },
        "end": {
          "line": 224,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9878,
      "end": 9879,
      "loc": {
        "start": {
          "line": 224,
          "column": 47
        },
        "end": {
          "line": 224,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Unhovered",
      "start": 9879,
      "end": 9888,
      "loc": {
        "start": {
          "line": 224,
          "column": 48
        },
        "end": {
          "line": 224,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9888,
      "end": 9889,
      "loc": {
        "start": {
          "line": 224,
          "column": 57
        },
        "end": {
          "line": 224,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9889,
      "end": 9890,
      "loc": {
        "start": {
          "line": 224,
          "column": 58
        },
        "end": {
          "line": 224,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9890,
      "end": 9894,
      "loc": {
        "start": {
          "line": 224,
          "column": 59
        },
        "end": {
          "line": 224,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9894,
      "end": 9895,
      "loc": {
        "start": {
          "line": 224,
          "column": 63
        },
        "end": {
          "line": 224,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9896,
      "end": 9897,
      "loc": {
        "start": {
          "line": 224,
          "column": 65
        },
        "end": {
          "line": 224,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 9923,
      "end": 9926,
      "loc": {
        "start": {
          "line": 225,
          "column": 24
        },
        "end": {
          "line": 225,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9926,
      "end": 9927,
      "loc": {
        "start": {
          "line": 225,
          "column": 27
        },
        "end": {
          "line": 225,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 9927,
      "end": 9935,
      "loc": {
        "start": {
          "line": 225,
          "column": 28
        },
        "end": {
          "line": 225,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9935,
      "end": 9936,
      "loc": {
        "start": {
          "line": 225,
          "column": 36
        },
        "end": {
          "line": 225,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unhover",
      "start": 9936,
      "end": 9943,
      "loc": {
        "start": {
          "line": 225,
          "column": 37
        },
        "end": {
          "line": 225,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9943,
      "end": 9944,
      "loc": {
        "start": {
          "line": 225,
          "column": 44
        },
        "end": {
          "line": 225,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9944,
      "end": 9945,
      "loc": {
        "start": {
          "line": 225,
          "column": 45
        },
        "end": {
          "line": 225,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9945,
      "end": 9946,
      "loc": {
        "start": {
          "line": 225,
          "column": 46
        },
        "end": {
          "line": 225,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 9972,
      "end": 9980,
      "loc": {
        "start": {
          "line": 226,
          "column": 24
        },
        "end": {
          "line": 226,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9980,
      "end": 9981,
      "loc": {
        "start": {
          "line": 226,
          "column": 32
        },
        "end": {
          "line": 226,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refresh",
      "start": 9981,
      "end": 9988,
      "loc": {
        "start": {
          "line": 226,
          "column": 33
        },
        "end": {
          "line": 226,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9988,
      "end": 9989,
      "loc": {
        "start": {
          "line": 226,
          "column": 40
        },
        "end": {
          "line": 226,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9989,
      "end": 9990,
      "loc": {
        "start": {
          "line": 226,
          "column": 41
        },
        "end": {
          "line": 226,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9990,
      "end": 9991,
      "loc": {
        "start": {
          "line": 226,
          "column": 42
        },
        "end": {
          "line": 226,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10013,
      "end": 10014,
      "loc": {
        "start": {
          "line": 227,
          "column": 20
        },
        "end": {
          "line": 227,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10014,
      "end": 10015,
      "loc": {
        "start": {
          "line": 227,
          "column": 21
        },
        "end": {
          "line": 227,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10037,
      "end": 10038,
      "loc": {
        "start": {
          "line": 228,
          "column": 20
        },
        "end": {
          "line": 228,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 10038,
      "end": 10045,
      "loc": {
        "start": {
          "line": 228,
          "column": 21
        },
        "end": {
          "line": 228,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10045,
      "end": 10046,
      "loc": {
        "start": {
          "line": 228,
          "column": 28
        },
        "end": {
          "line": 228,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 10046,
      "end": 10052,
      "loc": {
        "start": {
          "line": 228,
          "column": 29
        },
        "end": {
          "line": 228,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10052,
      "end": 10053,
      "loc": {
        "start": {
          "line": 228,
          "column": 35
        },
        "end": {
          "line": 228,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 10053,
      "end": 10064,
      "loc": {
        "start": {
          "line": 228,
          "column": 36
        },
        "end": {
          "line": 228,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10064,
      "end": 10065,
      "loc": {
        "start": {
          "line": 228,
          "column": 47
        },
        "end": {
          "line": 228,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Clicked",
      "start": 10065,
      "end": 10072,
      "loc": {
        "start": {
          "line": 228,
          "column": 48
        },
        "end": {
          "line": 228,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10072,
      "end": 10073,
      "loc": {
        "start": {
          "line": 228,
          "column": 55
        },
        "end": {
          "line": 228,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10073,
      "end": 10074,
      "loc": {
        "start": {
          "line": 228,
          "column": 56
        },
        "end": {
          "line": 228,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 10074,
      "end": 10078,
      "loc": {
        "start": {
          "line": 228,
          "column": 57
        },
        "end": {
          "line": 228,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10078,
      "end": 10079,
      "loc": {
        "start": {
          "line": 228,
          "column": 61
        },
        "end": {
          "line": 228,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10080,
      "end": 10081,
      "loc": {
        "start": {
          "line": 228,
          "column": 63
        },
        "end": {
          "line": 228,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10107,
      "end": 10109,
      "loc": {
        "start": {
          "line": 229,
          "column": 24
        },
        "end": {
          "line": 229,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10110,
      "end": 10111,
      "loc": {
        "start": {
          "line": 229,
          "column": 27
        },
        "end": {
          "line": 229,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10111,
      "end": 10115,
      "loc": {
        "start": {
          "line": 229,
          "column": 28
        },
        "end": {
          "line": 229,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10115,
      "end": 10116,
      "loc": {
        "start": {
          "line": 229,
          "column": 32
        },
        "end": {
          "line": 229,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 10116,
      "end": 10120,
      "loc": {
        "start": {
          "line": 229,
          "column": 33
        },
        "end": {
          "line": 229,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10120,
      "end": 10121,
      "loc": {
        "start": {
          "line": 229,
          "column": 37
        },
        "end": {
          "line": 229,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10122,
      "end": 10128,
      "loc": {
        "start": {
          "line": 229,
          "column": 39
        },
        "end": {
          "line": 229,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10128,
      "end": 10129,
      "loc": {
        "start": {
          "line": 229,
          "column": 45
        },
        "end": {
          "line": 229,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10155,
      "end": 10158,
      "loc": {
        "start": {
          "line": 230,
          "column": 24
        },
        "end": {
          "line": 230,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 10159,
      "end": 10163,
      "loc": {
        "start": {
          "line": 230,
          "column": 28
        },
        "end": {
          "line": 230,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10164,
      "end": 10165,
      "loc": {
        "start": {
          "line": 230,
          "column": 33
        },
        "end": {
          "line": 230,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10166,
      "end": 10170,
      "loc": {
        "start": {
          "line": 230,
          "column": 35
        },
        "end": {
          "line": 230,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10170,
      "end": 10171,
      "loc": {
        "start": {
          "line": 230,
          "column": 39
        },
        "end": {
          "line": 230,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 10171,
      "end": 10180,
      "loc": {
        "start": {
          "line": 230,
          "column": 40
        },
        "end": {
          "line": 230,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10180,
      "end": 10181,
      "loc": {
        "start": {
          "line": 230,
          "column": 49
        },
        "end": {
          "line": 230,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RecognizeFilletableAngle",
      "start": 10181,
      "end": 10205,
      "loc": {
        "start": {
          "line": 230,
          "column": 50
        },
        "end": {
          "line": 230,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10205,
      "end": 10206,
      "loc": {
        "start": {
          "line": 230,
          "column": 74
        },
        "end": {
          "line": 230,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 10206,
      "end": 10209,
      "loc": {
        "start": {
          "line": 230,
          "column": 75
        },
        "end": {
          "line": 230,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10209,
      "end": 10210,
      "loc": {
        "start": {
          "line": 230,
          "column": 78
        },
        "end": {
          "line": 230,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 10210,
      "end": 10218,
      "loc": {
        "start": {
          "line": 230,
          "column": 79
        },
        "end": {
          "line": 230,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10218,
      "end": 10219,
      "loc": {
        "start": {
          "line": 230,
          "column": 87
        },
        "end": {
          "line": 230,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10219,
      "end": 10220,
      "loc": {
        "start": {
          "line": 230,
          "column": 88
        },
        "end": {
          "line": 230,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10246,
      "end": 10248,
      "loc": {
        "start": {
          "line": 231,
          "column": 24
        },
        "end": {
          "line": 231,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10249,
      "end": 10250,
      "loc": {
        "start": {
          "line": 231,
          "column": 27
        },
        "end": {
          "line": 231,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 10250,
      "end": 10251,
      "loc": {
        "start": {
          "line": 231,
          "column": 28
        },
        "end": {
          "line": 231,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 10251,
      "end": 10255,
      "loc": {
        "start": {
          "line": 231,
          "column": 29
        },
        "end": {
          "line": 231,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10255,
      "end": 10256,
      "loc": {
        "start": {
          "line": 231,
          "column": 33
        },
        "end": {
          "line": 231,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10257,
      "end": 10263,
      "loc": {
        "start": {
          "line": 231,
          "column": 35
        },
        "end": {
          "line": 231,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10263,
      "end": 10264,
      "loc": {
        "start": {
          "line": 231,
          "column": 41
        },
        "end": {
          "line": 231,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10292,
      "end": 10295,
      "loc": {
        "start": {
          "line": 233,
          "column": 24
        },
        "end": {
          "line": 233,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shiftPressed",
      "start": 10296,
      "end": 10308,
      "loc": {
        "start": {
          "line": 233,
          "column": 28
        },
        "end": {
          "line": 233,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10309,
      "end": 10310,
      "loc": {
        "start": {
          "line": 233,
          "column": 41
        },
        "end": {
          "line": 233,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10311,
      "end": 10315,
      "loc": {
        "start": {
          "line": 233,
          "column": 43
        },
        "end": {
          "line": 233,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10315,
      "end": 10316,
      "loc": {
        "start": {
          "line": 233,
          "column": 47
        },
        "end": {
          "line": 233,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 10316,
      "end": 10324,
      "loc": {
        "start": {
          "line": 233,
          "column": 48
        },
        "end": {
          "line": 233,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10324,
      "end": 10325,
      "loc": {
        "start": {
          "line": 233,
          "column": 56
        },
        "end": {
          "line": 233,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 10325,
      "end": 10329,
      "loc": {
        "start": {
          "line": 233,
          "column": 57
        },
        "end": {
          "line": 233,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10329,
      "end": 10330,
      "loc": {
        "start": {
          "line": 233,
          "column": 61
        },
        "end": {
          "line": 233,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 10330,
      "end": 10341,
      "loc": {
        "start": {
          "line": 233,
          "column": 62
        },
        "end": {
          "line": 233,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10341,
      "end": 10342,
      "loc": {
        "start": {
          "line": 233,
          "column": 73
        },
        "end": {
          "line": 233,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shiftKey",
      "start": 10342,
      "end": 10350,
      "loc": {
        "start": {
          "line": 233,
          "column": 74
        },
        "end": {
          "line": 233,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10350,
      "end": 10351,
      "loc": {
        "start": {
          "line": 233,
          "column": 82
        },
        "end": {
          "line": 233,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10377,
      "end": 10379,
      "loc": {
        "start": {
          "line": 234,
          "column": 24
        },
        "end": {
          "line": 234,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10380,
      "end": 10381,
      "loc": {
        "start": {
          "line": 234,
          "column": 27
        },
        "end": {
          "line": 234,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shiftPressed",
      "start": 10381,
      "end": 10393,
      "loc": {
        "start": {
          "line": 234,
          "column": 28
        },
        "end": {
          "line": 234,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10393,
      "end": 10394,
      "loc": {
        "start": {
          "line": 234,
          "column": 40
        },
        "end": {
          "line": 234,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10395,
      "end": 10398,
      "loc": {
        "start": {
          "line": 234,
          "column": 42
        },
        "end": {
          "line": 234,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 10399,
      "end": 10405,
      "loc": {
        "start": {
          "line": 234,
          "column": 46
        },
        "end": {
          "line": 234,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10406,
      "end": 10407,
      "loc": {
        "start": {
          "line": 234,
          "column": 53
        },
        "end": {
          "line": 234,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10408,
      "end": 10412,
      "loc": {
        "start": {
          "line": 234,
          "column": 55
        },
        "end": {
          "line": 234,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10412,
      "end": 10413,
      "loc": {
        "start": {
          "line": 234,
          "column": 59
        },
        "end": {
          "line": 234,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 10413,
      "end": 10422,
      "loc": {
        "start": {
          "line": 234,
          "column": 60
        },
        "end": {
          "line": 234,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10422,
      "end": 10423,
      "loc": {
        "start": {
          "line": 234,
          "column": 69
        },
        "end": {
          "line": 234,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CalculateFilletParamsByRadius",
      "start": 10423,
      "end": 10452,
      "loc": {
        "start": {
          "line": 234,
          "column": 70
        },
        "end": {
          "line": 234,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10452,
      "end": 10453,
      "loc": {
        "start": {
          "line": 234,
          "column": 99
        },
        "end": {
          "line": 234,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 10453,
      "end": 10457,
      "loc": {
        "start": {
          "line": 234,
          "column": 100
        },
        "end": {
          "line": 234,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10457,
      "end": 10458,
      "loc": {
        "start": {
          "line": 234,
          "column": 104
        },
        "end": {
          "line": 234,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 10459,
      "end": 10463,
      "loc": {
        "start": {
          "line": 234,
          "column": 106
        },
        "end": {
          "line": 234,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10463,
      "end": 10464,
      "loc": {
        "start": {
          "line": 234,
          "column": 110
        },
        "end": {
          "line": 234,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10464,
      "end": 10465,
      "loc": {
        "start": {
          "line": 234,
          "column": 111
        },
        "end": {
          "line": 234,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 10491,
      "end": 10495,
      "loc": {
        "start": {
          "line": 235,
          "column": 24
        },
        "end": {
          "line": 235,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10496,
      "end": 10499,
      "loc": {
        "start": {
          "line": 235,
          "column": 29
        },
        "end": {
          "line": 235,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 10500,
      "end": 10506,
      "loc": {
        "start": {
          "line": 235,
          "column": 33
        },
        "end": {
          "line": 235,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10507,
      "end": 10508,
      "loc": {
        "start": {
          "line": 235,
          "column": 40
        },
        "end": {
          "line": 235,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10509,
      "end": 10513,
      "loc": {
        "start": {
          "line": 235,
          "column": 42
        },
        "end": {
          "line": 235,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10513,
      "end": 10514,
      "loc": {
        "start": {
          "line": 235,
          "column": 46
        },
        "end": {
          "line": 235,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 10514,
      "end": 10523,
      "loc": {
        "start": {
          "line": 235,
          "column": 47
        },
        "end": {
          "line": 235,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10523,
      "end": 10524,
      "loc": {
        "start": {
          "line": 235,
          "column": 56
        },
        "end": {
          "line": 235,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CalculateChamferParamsByOffset",
      "start": 10524,
      "end": 10554,
      "loc": {
        "start": {
          "line": 235,
          "column": 57
        },
        "end": {
          "line": 235,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10554,
      "end": 10555,
      "loc": {
        "start": {
          "line": 235,
          "column": 87
        },
        "end": {
          "line": 235,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 10555,
      "end": 10559,
      "loc": {
        "start": {
          "line": 235,
          "column": 88
        },
        "end": {
          "line": 235,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10559,
      "end": 10560,
      "loc": {
        "start": {
          "line": 235,
          "column": 92
        },
        "end": {
          "line": 235,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 10561,
      "end": 10565,
      "loc": {
        "start": {
          "line": 235,
          "column": 94
        },
        "end": {
          "line": 235,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10565,
      "end": 10566,
      "loc": {
        "start": {
          "line": 235,
          "column": 98
        },
        "end": {
          "line": 235,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10566,
      "end": 10567,
      "loc": {
        "start": {
          "line": 235,
          "column": 99
        },
        "end": {
          "line": 235,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10593,
      "end": 10595,
      "loc": {
        "start": {
          "line": 236,
          "column": 24
        },
        "end": {
          "line": 236,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10596,
      "end": 10597,
      "loc": {
        "start": {
          "line": 236,
          "column": 27
        },
        "end": {
          "line": 236,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 10597,
      "end": 10598,
      "loc": {
        "start": {
          "line": 236,
          "column": 28
        },
        "end": {
          "line": 236,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 10598,
      "end": 10604,
      "loc": {
        "start": {
          "line": 236,
          "column": 29
        },
        "end": {
          "line": 236,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10604,
      "end": 10605,
      "loc": {
        "start": {
          "line": 236,
          "column": 35
        },
        "end": {
          "line": 236,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10606,
      "end": 10612,
      "loc": {
        "start": {
          "line": 236,
          "column": 37
        },
        "end": {
          "line": 236,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10612,
      "end": 10613,
      "loc": {
        "start": {
          "line": 236,
          "column": 43
        },
        "end": {
          "line": 236,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10641,
      "end": 10645,
      "loc": {
        "start": {
          "line": 238,
          "column": 24
        },
        "end": {
          "line": 238,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10645,
      "end": 10646,
      "loc": {
        "start": {
          "line": 238,
          "column": 28
        },
        "end": {
          "line": 238,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 10646,
      "end": 10650,
      "loc": {
        "start": {
          "line": 238,
          "column": 29
        },
        "end": {
          "line": 238,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10651,
      "end": 10652,
      "loc": {
        "start": {
          "line": 238,
          "column": 34
        },
        "end": {
          "line": 238,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 10653,
      "end": 10657,
      "loc": {
        "start": {
          "line": 238,
          "column": 36
        },
        "end": {
          "line": 238,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10657,
      "end": 10658,
      "loc": {
        "start": {
          "line": 238,
          "column": 40
        },
        "end": {
          "line": 238,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10684,
      "end": 10690,
      "loc": {
        "start": {
          "line": 239,
          "column": 24
        },
        "end": {
          "line": 239,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10691,
      "end": 10695,
      "loc": {
        "start": {
          "line": 239,
          "column": 31
        },
        "end": {
          "line": 239,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10695,
      "end": 10696,
      "loc": {
        "start": {
          "line": 239,
          "column": 35
        },
        "end": {
          "line": 239,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 10696,
      "end": 10705,
      "loc": {
        "start": {
          "line": 239,
          "column": 36
        },
        "end": {
          "line": 239,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10705,
      "end": 10706,
      "loc": {
        "start": {
          "line": 239,
          "column": 45
        },
        "end": {
          "line": 239,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CreateNewFillet",
      "start": 10706,
      "end": 10721,
      "loc": {
        "start": {
          "line": 239,
          "column": 46
        },
        "end": {
          "line": 239,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10721,
      "end": 10722,
      "loc": {
        "start": {
          "line": 239,
          "column": 61
        },
        "end": {
          "line": 239,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 10722,
      "end": 10726,
      "loc": {
        "start": {
          "line": 239,
          "column": 62
        },
        "end": {
          "line": 239,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10726,
      "end": 10727,
      "loc": {
        "start": {
          "line": 239,
          "column": 66
        },
        "end": {
          "line": 239,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 10728,
      "end": 10734,
      "loc": {
        "start": {
          "line": 239,
          "column": 68
        },
        "end": {
          "line": 239,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10734,
      "end": 10735,
      "loc": {
        "start": {
          "line": 239,
          "column": 74
        },
        "end": {
          "line": 239,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10735,
      "end": 10736,
      "loc": {
        "start": {
          "line": 239,
          "column": 75
        },
        "end": {
          "line": 239,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 10736,
      "end": 10740,
      "loc": {
        "start": {
          "line": 239,
          "column": 76
        },
        "end": {
          "line": 239,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10740,
      "end": 10741,
      "loc": {
        "start": {
          "line": 239,
          "column": 80
        },
        "end": {
          "line": 239,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10741,
      "end": 10742,
      "loc": {
        "start": {
          "line": 239,
          "column": 81
        },
        "end": {
          "line": 239,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10742,
      "end": 10743,
      "loc": {
        "start": {
          "line": 239,
          "column": 82
        },
        "end": {
          "line": 239,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10744,
      "end": 10746,
      "loc": {
        "start": {
          "line": 239,
          "column": 84
        },
        "end": {
          "line": 239,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10747,
      "end": 10748,
      "loc": {
        "start": {
          "line": 239,
          "column": 87
        },
        "end": {
          "line": 239,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10778,
      "end": 10782,
      "loc": {
        "start": {
          "line": 240,
          "column": 28
        },
        "end": {
          "line": 240,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10782,
      "end": 10783,
      "loc": {
        "start": {
          "line": 240,
          "column": 32
        },
        "end": {
          "line": 240,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateInteractiveObjects",
      "start": 10783,
      "end": 10807,
      "loc": {
        "start": {
          "line": 240,
          "column": 33
        },
        "end": {
          "line": 240,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10807,
      "end": 10808,
      "loc": {
        "start": {
          "line": 240,
          "column": 57
        },
        "end": {
          "line": 240,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10808,
      "end": 10809,
      "loc": {
        "start": {
          "line": 240,
          "column": 58
        },
        "end": {
          "line": 240,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10809,
      "end": 10810,
      "loc": {
        "start": {
          "line": 240,
          "column": 59
        },
        "end": {
          "line": 240,
          "column": 60
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " self.sketcher.refresh();",
      "start": 10840,
      "end": 10867,
      "loc": {
        "start": {
          "line": 241,
          "column": 28
        },
        "end": {
          "line": 241,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 10897,
      "end": 10901,
      "loc": {
        "start": {
          "line": 242,
          "column": 28
        },
        "end": {
          "line": 242,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10901,
      "end": 10902,
      "loc": {
        "start": {
          "line": 242,
          "column": 32
        },
        "end": {
          "line": 242,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 10902,
      "end": 10906,
      "loc": {
        "start": {
          "line": 242,
          "column": 33
        },
        "end": {
          "line": 242,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10907,
      "end": 10908,
      "loc": {
        "start": {
          "line": 242,
          "column": 38
        },
        "end": {
          "line": 242,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 10909,
      "end": 10914,
      "loc": {
        "start": {
          "line": 242,
          "column": 40
        },
        "end": {
          "line": 242,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10914,
      "end": 10915,
      "loc": {
        "start": {
          "line": 242,
          "column": 45
        },
        "end": {
          "line": 242,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10941,
      "end": 10942,
      "loc": {
        "start": {
          "line": 243,
          "column": 24
        },
        "end": {
          "line": 243,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10942,
      "end": 10943,
      "loc": {
        "start": {
          "line": 243,
          "column": 25
        },
        "end": {
          "line": 243,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10943,
      "end": 10944,
      "loc": {
        "start": {
          "line": 243,
          "column": 26
        },
        "end": {
          "line": 243,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10966,
      "end": 10967,
      "loc": {
        "start": {
          "line": 244,
          "column": 20
        },
        "end": {
          "line": 244,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10985,
      "end": 10986,
      "loc": {
        "start": {
          "line": 245,
          "column": 16
        },
        "end": {
          "line": 245,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10986,
      "end": 10987,
      "loc": {
        "start": {
          "line": 245,
          "column": 17
        },
        "end": {
          "line": 245,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10987,
      "end": 10988,
      "loc": {
        "start": {
          "line": 245,
          "column": 18
        },
        "end": {
          "line": 245,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10998,
      "end": 10999,
      "loc": {
        "start": {
          "line": 246,
          "column": 8
        },
        "end": {
          "line": 246,
          "column": 9
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "interaction for deleting a present fillet when clicking in its arc",
      "start": 11009,
      "end": 11077,
      "loc": {
        "start": {
          "line": 247,
          "column": 8
        },
        "end": {
          "line": 247,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 11087,
      "end": 11095,
      "loc": {
        "start": {
          "line": 248,
          "column": 8
        },
        "end": {
          "line": 248,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addFilletArcLineInteraction",
      "start": 11096,
      "end": 11123,
      "loc": {
        "start": {
          "line": 248,
          "column": 17
        },
        "end": {
          "line": 248,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11123,
      "end": 11124,
      "loc": {
        "start": {
          "line": 248,
          "column": 44
        },
        "end": {
          "line": 248,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 11124,
      "end": 11127,
      "loc": {
        "start": {
          "line": 248,
          "column": 45
        },
        "end": {
          "line": 248,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11127,
      "end": 11128,
      "loc": {
        "start": {
          "line": 248,
          "column": 48
        },
        "end": {
          "line": 248,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11129,
      "end": 11130,
      "loc": {
        "start": {
          "line": 248,
          "column": 50
        },
        "end": {
          "line": 248,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 11144,
      "end": 11147,
      "loc": {
        "start": {
          "line": 249,
          "column": 12
        },
        "end": {
          "line": 249,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11147,
      "end": 11148,
      "loc": {
        "start": {
          "line": 249,
          "column": 15
        },
        "end": {
          "line": 249,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 11148,
      "end": 11156,
      "loc": {
        "start": {
          "line": 249,
          "column": 16
        },
        "end": {
          "line": 249,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11174,
      "end": 11175,
      "loc": {
        "start": {
          "line": 250,
          "column": 16
        },
        "end": {
          "line": 250,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createInteraction",
      "start": 11175,
      "end": 11192,
      "loc": {
        "start": {
          "line": 250,
          "column": 17
        },
        "end": {
          "line": 250,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11192,
      "end": 11193,
      "loc": {
        "start": {
          "line": 250,
          "column": 34
        },
        "end": {
          "line": 250,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11193,
      "end": 11194,
      "loc": {
        "start": {
          "line": 250,
          "column": 35
        },
        "end": {
          "line": 250,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "priority",
      "start": 11216,
      "end": 11224,
      "loc": {
        "start": {
          "line": 251,
          "column": 20
        },
        "end": {
          "line": 251,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11224,
      "end": 11225,
      "loc": {
        "start": {
          "line": 251,
          "column": 28
        },
        "end": {
          "line": 251,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 11226,
      "end": 11228,
      "loc": {
        "start": {
          "line": 251,
          "column": 30
        },
        "end": {
          "line": 251,
          "column": 32
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "higher priority that sketcher's box interaction",
      "start": 11229,
      "end": 11278,
      "loc": {
        "start": {
          "line": 251,
          "column": 33
        },
        "end": {
          "line": 251,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11296,
      "end": 11297,
      "loc": {
        "start": {
          "line": 252,
          "column": 16
        },
        "end": {
          "line": 252,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11297,
      "end": 11298,
      "loc": {
        "start": {
          "line": 252,
          "column": 17
        },
        "end": {
          "line": 252,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11316,
      "end": 11317,
      "loc": {
        "start": {
          "line": 253,
          "column": 16
        },
        "end": {
          "line": 253,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 11317,
      "end": 11319,
      "loc": {
        "start": {
          "line": 253,
          "column": 17
        },
        "end": {
          "line": 253,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11319,
      "end": 11320,
      "loc": {
        "start": {
          "line": 253,
          "column": 19
        },
        "end": {
          "line": 253,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11320,
      "end": 11321,
      "loc": {
        "start": {
          "line": 253,
          "column": 20
        },
        "end": {
          "line": 253,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11343,
      "end": 11344,
      "loc": {
        "start": {
          "line": 254,
          "column": 20
        },
        "end": {
          "line": 254,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 11344,
      "end": 11351,
      "loc": {
        "start": {
          "line": 254,
          "column": 21
        },
        "end": {
          "line": 254,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11351,
      "end": 11352,
      "loc": {
        "start": {
          "line": 254,
          "column": 28
        },
        "end": {
          "line": 254,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 11352,
      "end": 11358,
      "loc": {
        "start": {
          "line": 254,
          "column": 29
        },
        "end": {
          "line": 254,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11358,
      "end": 11359,
      "loc": {
        "start": {
          "line": 254,
          "column": 35
        },
        "end": {
          "line": 254,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 11359,
      "end": 11370,
      "loc": {
        "start": {
          "line": 254,
          "column": 36
        },
        "end": {
          "line": 254,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11370,
      "end": 11371,
      "loc": {
        "start": {
          "line": 254,
          "column": 47
        },
        "end": {
          "line": 254,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Hovered",
      "start": 11371,
      "end": 11378,
      "loc": {
        "start": {
          "line": 254,
          "column": 48
        },
        "end": {
          "line": 254,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11378,
      "end": 11379,
      "loc": {
        "start": {
          "line": 254,
          "column": 55
        },
        "end": {
          "line": 254,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11379,
      "end": 11380,
      "loc": {
        "start": {
          "line": 254,
          "column": 56
        },
        "end": {
          "line": 254,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 11380,
      "end": 11384,
      "loc": {
        "start": {
          "line": 254,
          "column": 57
        },
        "end": {
          "line": 254,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11384,
      "end": 11385,
      "loc": {
        "start": {
          "line": 254,
          "column": 61
        },
        "end": {
          "line": 254,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11386,
      "end": 11387,
      "loc": {
        "start": {
          "line": 254,
          "column": 63
        },
        "end": {
          "line": 254,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 11413,
      "end": 11416,
      "loc": {
        "start": {
          "line": 255,
          "column": 24
        },
        "end": {
          "line": 255,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11416,
      "end": 11417,
      "loc": {
        "start": {
          "line": 255,
          "column": 27
        },
        "end": {
          "line": 255,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 11417,
      "end": 11425,
      "loc": {
        "start": {
          "line": 255,
          "column": 28
        },
        "end": {
          "line": 255,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11425,
      "end": 11426,
      "loc": {
        "start": {
          "line": 255,
          "column": 36
        },
        "end": {
          "line": 255,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hover",
      "start": 11426,
      "end": 11431,
      "loc": {
        "start": {
          "line": 255,
          "column": 37
        },
        "end": {
          "line": 255,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11431,
      "end": 11432,
      "loc": {
        "start": {
          "line": 255,
          "column": 42
        },
        "end": {
          "line": 255,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11432,
      "end": 11433,
      "loc": {
        "start": {
          "line": 255,
          "column": 43
        },
        "end": {
          "line": 255,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11433,
      "end": 11434,
      "loc": {
        "start": {
          "line": 255,
          "column": 44
        },
        "end": {
          "line": 255,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 11460,
      "end": 11468,
      "loc": {
        "start": {
          "line": 256,
          "column": 24
        },
        "end": {
          "line": 256,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11468,
      "end": 11469,
      "loc": {
        "start": {
          "line": 256,
          "column": 32
        },
        "end": {
          "line": 256,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refresh",
      "start": 11469,
      "end": 11476,
      "loc": {
        "start": {
          "line": 256,
          "column": 33
        },
        "end": {
          "line": 256,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11476,
      "end": 11477,
      "loc": {
        "start": {
          "line": 256,
          "column": 40
        },
        "end": {
          "line": 256,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11477,
      "end": 11478,
      "loc": {
        "start": {
          "line": 256,
          "column": 41
        },
        "end": {
          "line": 256,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11478,
      "end": 11479,
      "loc": {
        "start": {
          "line": 256,
          "column": 42
        },
        "end": {
          "line": 256,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11501,
      "end": 11502,
      "loc": {
        "start": {
          "line": 257,
          "column": 20
        },
        "end": {
          "line": 257,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11502,
      "end": 11503,
      "loc": {
        "start": {
          "line": 257,
          "column": 21
        },
        "end": {
          "line": 257,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11525,
      "end": 11526,
      "loc": {
        "start": {
          "line": 258,
          "column": 20
        },
        "end": {
          "line": 258,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 11526,
      "end": 11533,
      "loc": {
        "start": {
          "line": 258,
          "column": 21
        },
        "end": {
          "line": 258,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11533,
      "end": 11534,
      "loc": {
        "start": {
          "line": 258,
          "column": 28
        },
        "end": {
          "line": 258,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 11534,
      "end": 11540,
      "loc": {
        "start": {
          "line": 258,
          "column": 29
        },
        "end": {
          "line": 258,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11540,
      "end": 11541,
      "loc": {
        "start": {
          "line": 258,
          "column": 35
        },
        "end": {
          "line": 258,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 11541,
      "end": 11552,
      "loc": {
        "start": {
          "line": 258,
          "column": 36
        },
        "end": {
          "line": 258,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11552,
      "end": 11553,
      "loc": {
        "start": {
          "line": 258,
          "column": 47
        },
        "end": {
          "line": 258,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Unhovered",
      "start": 11553,
      "end": 11562,
      "loc": {
        "start": {
          "line": 258,
          "column": 48
        },
        "end": {
          "line": 258,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11562,
      "end": 11563,
      "loc": {
        "start": {
          "line": 258,
          "column": 57
        },
        "end": {
          "line": 258,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11563,
      "end": 11564,
      "loc": {
        "start": {
          "line": 258,
          "column": 58
        },
        "end": {
          "line": 258,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 11564,
      "end": 11568,
      "loc": {
        "start": {
          "line": 258,
          "column": 59
        },
        "end": {
          "line": 258,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11568,
      "end": 11569,
      "loc": {
        "start": {
          "line": 258,
          "column": 63
        },
        "end": {
          "line": 258,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11570,
      "end": 11571,
      "loc": {
        "start": {
          "line": 258,
          "column": 65
        },
        "end": {
          "line": 258,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 11597,
      "end": 11600,
      "loc": {
        "start": {
          "line": 259,
          "column": 24
        },
        "end": {
          "line": 259,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11600,
      "end": 11601,
      "loc": {
        "start": {
          "line": 259,
          "column": 27
        },
        "end": {
          "line": 259,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 11601,
      "end": 11609,
      "loc": {
        "start": {
          "line": 259,
          "column": 28
        },
        "end": {
          "line": 259,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11609,
      "end": 11610,
      "loc": {
        "start": {
          "line": 259,
          "column": 36
        },
        "end": {
          "line": 259,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unhover",
      "start": 11610,
      "end": 11617,
      "loc": {
        "start": {
          "line": 259,
          "column": 37
        },
        "end": {
          "line": 259,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11617,
      "end": 11618,
      "loc": {
        "start": {
          "line": 259,
          "column": 44
        },
        "end": {
          "line": 259,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11618,
      "end": 11619,
      "loc": {
        "start": {
          "line": 259,
          "column": 45
        },
        "end": {
          "line": 259,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11619,
      "end": 11620,
      "loc": {
        "start": {
          "line": 259,
          "column": 46
        },
        "end": {
          "line": 259,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 11646,
      "end": 11654,
      "loc": {
        "start": {
          "line": 260,
          "column": 24
        },
        "end": {
          "line": 260,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11654,
      "end": 11655,
      "loc": {
        "start": {
          "line": 260,
          "column": 32
        },
        "end": {
          "line": 260,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refresh",
      "start": 11655,
      "end": 11662,
      "loc": {
        "start": {
          "line": 260,
          "column": 33
        },
        "end": {
          "line": 260,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11662,
      "end": 11663,
      "loc": {
        "start": {
          "line": 260,
          "column": 40
        },
        "end": {
          "line": 260,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11663,
      "end": 11664,
      "loc": {
        "start": {
          "line": 260,
          "column": 41
        },
        "end": {
          "line": 260,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11664,
      "end": 11665,
      "loc": {
        "start": {
          "line": 260,
          "column": 42
        },
        "end": {
          "line": 260,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11687,
      "end": 11688,
      "loc": {
        "start": {
          "line": 261,
          "column": 20
        },
        "end": {
          "line": 261,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11688,
      "end": 11689,
      "loc": {
        "start": {
          "line": 261,
          "column": 21
        },
        "end": {
          "line": 261,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11711,
      "end": 11712,
      "loc": {
        "start": {
          "line": 262,
          "column": 20
        },
        "end": {
          "line": 262,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 11712,
      "end": 11719,
      "loc": {
        "start": {
          "line": 262,
          "column": 21
        },
        "end": {
          "line": 262,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11719,
      "end": 11720,
      "loc": {
        "start": {
          "line": 262,
          "column": 28
        },
        "end": {
          "line": 262,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 11720,
      "end": 11726,
      "loc": {
        "start": {
          "line": 262,
          "column": 29
        },
        "end": {
          "line": 262,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11726,
      "end": 11727,
      "loc": {
        "start": {
          "line": 262,
          "column": 35
        },
        "end": {
          "line": 262,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 11727,
      "end": 11738,
      "loc": {
        "start": {
          "line": 262,
          "column": 36
        },
        "end": {
          "line": 262,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11738,
      "end": 11739,
      "loc": {
        "start": {
          "line": 262,
          "column": 47
        },
        "end": {
          "line": 262,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Picked",
      "start": 11739,
      "end": 11745,
      "loc": {
        "start": {
          "line": 262,
          "column": 48
        },
        "end": {
          "line": 262,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11745,
      "end": 11746,
      "loc": {
        "start": {
          "line": 262,
          "column": 54
        },
        "end": {
          "line": 262,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11746,
      "end": 11747,
      "loc": {
        "start": {
          "line": 262,
          "column": 55
        },
        "end": {
          "line": 262,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 11747,
      "end": 11751,
      "loc": {
        "start": {
          "line": 262,
          "column": 56
        },
        "end": {
          "line": 262,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11751,
      "end": 11752,
      "loc": {
        "start": {
          "line": 262,
          "column": 60
        },
        "end": {
          "line": 262,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11753,
      "end": 11754,
      "loc": {
        "start": {
          "line": 262,
          "column": 62
        },
        "end": {
          "line": 262,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11780,
      "end": 11782,
      "loc": {
        "start": {
          "line": 263,
          "column": 24
        },
        "end": {
          "line": 263,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11783,
      "end": 11784,
      "loc": {
        "start": {
          "line": 263,
          "column": 27
        },
        "end": {
          "line": 263,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 11784,
      "end": 11788,
      "loc": {
        "start": {
          "line": 263,
          "column": 28
        },
        "end": {
          "line": 263,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11788,
      "end": 11789,
      "loc": {
        "start": {
          "line": 263,
          "column": 32
        },
        "end": {
          "line": 263,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 11789,
      "end": 11793,
      "loc": {
        "start": {
          "line": 263,
          "column": 33
        },
        "end": {
          "line": 263,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11793,
      "end": 11794,
      "loc": {
        "start": {
          "line": 263,
          "column": 37
        },
        "end": {
          "line": 263,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11795,
      "end": 11801,
      "loc": {
        "start": {
          "line": 263,
          "column": 39
        },
        "end": {
          "line": 263,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11801,
      "end": 11802,
      "loc": {
        "start": {
          "line": 263,
          "column": 45
        },
        "end": {
          "line": 263,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11828,
      "end": 11831,
      "loc": {
        "start": {
          "line": 264,
          "column": 24
        },
        "end": {
          "line": 264,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 11832,
      "end": 11836,
      "loc": {
        "start": {
          "line": 264,
          "column": 28
        },
        "end": {
          "line": 264,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11837,
      "end": 11838,
      "loc": {
        "start": {
          "line": 264,
          "column": 33
        },
        "end": {
          "line": 264,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 11839,
      "end": 11843,
      "loc": {
        "start": {
          "line": 264,
          "column": 35
        },
        "end": {
          "line": 264,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11843,
      "end": 11844,
      "loc": {
        "start": {
          "line": 264,
          "column": 39
        },
        "end": {
          "line": 264,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 11844,
      "end": 11853,
      "loc": {
        "start": {
          "line": 264,
          "column": 40
        },
        "end": {
          "line": 264,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11853,
      "end": 11854,
      "loc": {
        "start": {
          "line": 264,
          "column": 49
        },
        "end": {
          "line": 264,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RecognizeFilletByArcOrEdge",
      "start": 11854,
      "end": 11880,
      "loc": {
        "start": {
          "line": 264,
          "column": 50
        },
        "end": {
          "line": 264,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11880,
      "end": 11881,
      "loc": {
        "start": {
          "line": 264,
          "column": 76
        },
        "end": {
          "line": 264,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 11881,
      "end": 11884,
      "loc": {
        "start": {
          "line": 264,
          "column": 77
        },
        "end": {
          "line": 264,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11884,
      "end": 11885,
      "loc": {
        "start": {
          "line": 264,
          "column": 80
        },
        "end": {
          "line": 264,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11885,
      "end": 11886,
      "loc": {
        "start": {
          "line": 264,
          "column": 81
        },
        "end": {
          "line": 264,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11912,
      "end": 11914,
      "loc": {
        "start": {
          "line": 265,
          "column": 24
        },
        "end": {
          "line": 265,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11915,
      "end": 11916,
      "loc": {
        "start": {
          "line": 265,
          "column": 27
        },
        "end": {
          "line": 265,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 11916,
      "end": 11917,
      "loc": {
        "start": {
          "line": 265,
          "column": 28
        },
        "end": {
          "line": 265,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 11917,
      "end": 11921,
      "loc": {
        "start": {
          "line": 265,
          "column": 29
        },
        "end": {
          "line": 265,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11921,
      "end": 11922,
      "loc": {
        "start": {
          "line": 265,
          "column": 33
        },
        "end": {
          "line": 265,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11923,
      "end": 11929,
      "loc": {
        "start": {
          "line": 265,
          "column": 35
        },
        "end": {
          "line": 265,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11929,
      "end": 11930,
      "loc": {
        "start": {
          "line": 265,
          "column": 41
        },
        "end": {
          "line": 265,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11958,
      "end": 11961,
      "loc": {
        "start": {
          "line": 267,
          "column": 24
        },
        "end": {
          "line": 267,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shiftPressed",
      "start": 11962,
      "end": 11974,
      "loc": {
        "start": {
          "line": 267,
          "column": 28
        },
        "end": {
          "line": 267,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11975,
      "end": 11976,
      "loc": {
        "start": {
          "line": 267,
          "column": 41
        },
        "end": {
          "line": 267,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 11977,
      "end": 11981,
      "loc": {
        "start": {
          "line": 267,
          "column": 43
        },
        "end": {
          "line": 267,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11981,
      "end": 11982,
      "loc": {
        "start": {
          "line": 267,
          "column": 47
        },
        "end": {
          "line": 267,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 11982,
      "end": 11990,
      "loc": {
        "start": {
          "line": 267,
          "column": 48
        },
        "end": {
          "line": 267,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11990,
      "end": 11991,
      "loc": {
        "start": {
          "line": 267,
          "column": 56
        },
        "end": {
          "line": 267,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 11991,
      "end": 11995,
      "loc": {
        "start": {
          "line": 267,
          "column": 57
        },
        "end": {
          "line": 267,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11995,
      "end": 11996,
      "loc": {
        "start": {
          "line": 267,
          "column": 61
        },
        "end": {
          "line": 267,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 11996,
      "end": 12007,
      "loc": {
        "start": {
          "line": 267,
          "column": 62
        },
        "end": {
          "line": 267,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12007,
      "end": 12008,
      "loc": {
        "start": {
          "line": 267,
          "column": 73
        },
        "end": {
          "line": 267,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shiftKey",
      "start": 12008,
      "end": 12016,
      "loc": {
        "start": {
          "line": 267,
          "column": 74
        },
        "end": {
          "line": 267,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12016,
      "end": 12017,
      "loc": {
        "start": {
          "line": 267,
          "column": 82
        },
        "end": {
          "line": 267,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12043,
      "end": 12045,
      "loc": {
        "start": {
          "line": 268,
          "column": 24
        },
        "end": {
          "line": 268,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12046,
      "end": 12047,
      "loc": {
        "start": {
          "line": 268,
          "column": 27
        },
        "end": {
          "line": 268,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 12047,
      "end": 12048,
      "loc": {
        "start": {
          "line": 268,
          "column": 28
        },
        "end": {
          "line": 268,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shiftPressed",
      "start": 12048,
      "end": 12060,
      "loc": {
        "start": {
          "line": 268,
          "column": 29
        },
        "end": {
          "line": 268,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12060,
      "end": 12061,
      "loc": {
        "start": {
          "line": 268,
          "column": 41
        },
        "end": {
          "line": 268,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12062,
      "end": 12063,
      "loc": {
        "start": {
          "line": 268,
          "column": 43
        },
        "end": {
          "line": 268,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 12093,
      "end": 12096,
      "loc": {
        "start": {
          "line": 269,
          "column": 28
        },
        "end": {
          "line": 269,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 12097,
      "end": 12104,
      "loc": {
        "start": {
          "line": 269,
          "column": 32
        },
        "end": {
          "line": 269,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12105,
      "end": 12106,
      "loc": {
        "start": {
          "line": 269,
          "column": 40
        },
        "end": {
          "line": 269,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 12107,
      "end": 12111,
      "loc": {
        "start": {
          "line": 269,
          "column": 42
        },
        "end": {
          "line": 269,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12111,
      "end": 12112,
      "loc": {
        "start": {
          "line": 269,
          "column": 46
        },
        "end": {
          "line": 269,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 12112,
      "end": 12121,
      "loc": {
        "start": {
          "line": 269,
          "column": 47
        },
        "end": {
          "line": 269,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12121,
      "end": 12122,
      "loc": {
        "start": {
          "line": 269,
          "column": 56
        },
        "end": {
          "line": 269,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DeleteFillet",
      "start": 12122,
      "end": 12134,
      "loc": {
        "start": {
          "line": 269,
          "column": 57
        },
        "end": {
          "line": 269,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12134,
      "end": 12135,
      "loc": {
        "start": {
          "line": 269,
          "column": 69
        },
        "end": {
          "line": 269,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 12135,
      "end": 12139,
      "loc": {
        "start": {
          "line": 269,
          "column": 70
        },
        "end": {
          "line": 269,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12139,
      "end": 12140,
      "loc": {
        "start": {
          "line": 269,
          "column": 74
        },
        "end": {
          "line": 269,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12140,
      "end": 12141,
      "loc": {
        "start": {
          "line": 269,
          "column": 75
        },
        "end": {
          "line": 269,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12171,
      "end": 12177,
      "loc": {
        "start": {
          "line": 270,
          "column": 28
        },
        "end": {
          "line": 270,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 12178,
      "end": 12185,
      "loc": {
        "start": {
          "line": 270,
          "column": 35
        },
        "end": {
          "line": 270,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12185,
      "end": 12186,
      "loc": {
        "start": {
          "line": 270,
          "column": 42
        },
        "end": {
          "line": 270,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 12186,
      "end": 12190,
      "loc": {
        "start": {
          "line": 270,
          "column": 43
        },
        "end": {
          "line": 270,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12190,
      "end": 12191,
      "loc": {
        "start": {
          "line": 270,
          "column": 47
        },
        "end": {
          "line": 270,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12191,
      "end": 12192,
      "loc": {
        "start": {
          "line": 270,
          "column": 48
        },
        "end": {
          "line": 270,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12192,
      "end": 12193,
      "loc": {
        "start": {
          "line": 270,
          "column": 49
        },
        "end": {
          "line": 270,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12194,
      "end": 12196,
      "loc": {
        "start": {
          "line": 270,
          "column": 51
        },
        "end": {
          "line": 270,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12197,
      "end": 12198,
      "loc": {
        "start": {
          "line": 270,
          "column": 54
        },
        "end": {
          "line": 270,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 12232,
      "end": 12236,
      "loc": {
        "start": {
          "line": 271,
          "column": 32
        },
        "end": {
          "line": 271,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12236,
      "end": 12237,
      "loc": {
        "start": {
          "line": 271,
          "column": 36
        },
        "end": {
          "line": 271,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 12237,
      "end": 12240,
      "loc": {
        "start": {
          "line": 271,
          "column": 37
        },
        "end": {
          "line": 271,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12240,
      "end": 12241,
      "loc": {
        "start": {
          "line": 271,
          "column": 40
        },
        "end": {
          "line": 271,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 12241,
      "end": 12249,
      "loc": {
        "start": {
          "line": 271,
          "column": 41
        },
        "end": {
          "line": 271,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12249,
      "end": 12250,
      "loc": {
        "start": {
          "line": 271,
          "column": 49
        },
        "end": {
          "line": 271,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unhover",
      "start": 12250,
      "end": 12257,
      "loc": {
        "start": {
          "line": 271,
          "column": 50
        },
        "end": {
          "line": 271,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12257,
      "end": 12258,
      "loc": {
        "start": {
          "line": 271,
          "column": 57
        },
        "end": {
          "line": 271,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12258,
      "end": 12259,
      "loc": {
        "start": {
          "line": 271,
          "column": 58
        },
        "end": {
          "line": 271,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12259,
      "end": 12260,
      "loc": {
        "start": {
          "line": 271,
          "column": 59
        },
        "end": {
          "line": 271,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 12294,
      "end": 12298,
      "loc": {
        "start": {
          "line": 272,
          "column": 32
        },
        "end": {
          "line": 272,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12298,
      "end": 12299,
      "loc": {
        "start": {
          "line": 272,
          "column": 36
        },
        "end": {
          "line": 272,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateInteractiveObjects",
      "start": 12299,
      "end": 12323,
      "loc": {
        "start": {
          "line": 272,
          "column": 37
        },
        "end": {
          "line": 272,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12323,
      "end": 12324,
      "loc": {
        "start": {
          "line": 272,
          "column": 61
        },
        "end": {
          "line": 272,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12324,
      "end": 12325,
      "loc": {
        "start": {
          "line": 272,
          "column": 62
        },
        "end": {
          "line": 272,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12325,
      "end": 12326,
      "loc": {
        "start": {
          "line": 272,
          "column": 63
        },
        "end": {
          "line": 272,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 12360,
      "end": 12364,
      "loc": {
        "start": {
          "line": 273,
          "column": 32
        },
        "end": {
          "line": 273,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12364,
      "end": 12365,
      "loc": {
        "start": {
          "line": 273,
          "column": 36
        },
        "end": {
          "line": 273,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 12365,
      "end": 12369,
      "loc": {
        "start": {
          "line": 273,
          "column": 37
        },
        "end": {
          "line": 273,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12370,
      "end": 12371,
      "loc": {
        "start": {
          "line": 273,
          "column": 42
        },
        "end": {
          "line": 273,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12372,
      "end": 12377,
      "loc": {
        "start": {
          "line": 273,
          "column": 44
        },
        "end": {
          "line": 273,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12377,
      "end": 12378,
      "loc": {
        "start": {
          "line": 273,
          "column": 49
        },
        "end": {
          "line": 273,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12408,
      "end": 12409,
      "loc": {
        "start": {
          "line": 274,
          "column": 28
        },
        "end": {
          "line": 274,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12409,
      "end": 12410,
      "loc": {
        "start": {
          "line": 274,
          "column": 29
        },
        "end": {
          "line": 274,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12410,
      "end": 12411,
      "loc": {
        "start": {
          "line": 274,
          "column": 30
        },
        "end": {
          "line": 274,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12437,
      "end": 12438,
      "loc": {
        "start": {
          "line": 275,
          "column": 24
        },
        "end": {
          "line": 275,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 12466,
      "end": 12470,
      "loc": {
        "start": {
          "line": 277,
          "column": 24
        },
        "end": {
          "line": 277,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12470,
      "end": 12471,
      "loc": {
        "start": {
          "line": 277,
          "column": 28
        },
        "end": {
          "line": 277,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 12471,
      "end": 12475,
      "loc": {
        "start": {
          "line": 277,
          "column": 29
        },
        "end": {
          "line": 277,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12476,
      "end": 12477,
      "loc": {
        "start": {
          "line": 277,
          "column": 34
        },
        "end": {
          "line": 277,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 12478,
      "end": 12482,
      "loc": {
        "start": {
          "line": 277,
          "column": 36
        },
        "end": {
          "line": 277,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12482,
      "end": 12483,
      "loc": {
        "start": {
          "line": 277,
          "column": 40
        },
        "end": {
          "line": 277,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 12509,
      "end": 12517,
      "loc": {
        "start": {
          "line": 278,
          "column": 24
        },
        "end": {
          "line": 278,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12517,
      "end": 12518,
      "loc": {
        "start": {
          "line": 278,
          "column": 32
        },
        "end": {
          "line": 278,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 12518,
      "end": 12522,
      "loc": {
        "start": {
          "line": 278,
          "column": 33
        },
        "end": {
          "line": 278,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12522,
      "end": 12523,
      "loc": {
        "start": {
          "line": 278,
          "column": 37
        },
        "end": {
          "line": 278,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controls",
      "start": 12523,
      "end": 12531,
      "loc": {
        "start": {
          "line": 278,
          "column": 38
        },
        "end": {
          "line": 278,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12531,
      "end": 12532,
      "loc": {
        "start": {
          "line": 278,
          "column": 46
        },
        "end": {
          "line": 278,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 12532,
      "end": 12539,
      "loc": {
        "start": {
          "line": 278,
          "column": 47
        },
        "end": {
          "line": 278,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12540,
      "end": 12541,
      "loc": {
        "start": {
          "line": 278,
          "column": 55
        },
        "end": {
          "line": 278,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12542,
      "end": 12547,
      "loc": {
        "start": {
          "line": 278,
          "column": 57
        },
        "end": {
          "line": 278,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12547,
      "end": 12548,
      "loc": {
        "start": {
          "line": 278,
          "column": 62
        },
        "end": {
          "line": 278,
          "column": 63
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "do not update camera when dragging",
      "start": 12549,
      "end": 12585,
      "loc": {
        "start": {
          "line": 278,
          "column": 64
        },
        "end": {
          "line": 278,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 12613,
      "end": 12617,
      "loc": {
        "start": {
          "line": 280,
          "column": 24
        },
        "end": {
          "line": 280,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12617,
      "end": 12618,
      "loc": {
        "start": {
          "line": 280,
          "column": 28
        },
        "end": {
          "line": 280,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 12618,
      "end": 12621,
      "loc": {
        "start": {
          "line": 280,
          "column": 29
        },
        "end": {
          "line": 280,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12621,
      "end": 12622,
      "loc": {
        "start": {
          "line": 280,
          "column": 32
        },
        "end": {
          "line": 280,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 12622,
      "end": 12630,
      "loc": {
        "start": {
          "line": 280,
          "column": 33
        },
        "end": {
          "line": 280,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12630,
      "end": 12631,
      "loc": {
        "start": {
          "line": 280,
          "column": 41
        },
        "end": {
          "line": 280,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unhover",
      "start": 12631,
      "end": 12638,
      "loc": {
        "start": {
          "line": 280,
          "column": 42
        },
        "end": {
          "line": 280,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12638,
      "end": 12639,
      "loc": {
        "start": {
          "line": 280,
          "column": 49
        },
        "end": {
          "line": 280,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12639,
      "end": 12640,
      "loc": {
        "start": {
          "line": 280,
          "column": 50
        },
        "end": {
          "line": 280,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12640,
      "end": 12641,
      "loc": {
        "start": {
          "line": 280,
          "column": 51
        },
        "end": {
          "line": 280,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 12667,
      "end": 12671,
      "loc": {
        "start": {
          "line": 281,
          "column": 24
        },
        "end": {
          "line": 281,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12671,
      "end": 12672,
      "loc": {
        "start": {
          "line": 281,
          "column": 28
        },
        "end": {
          "line": 281,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 12672,
      "end": 12675,
      "loc": {
        "start": {
          "line": 281,
          "column": 29
        },
        "end": {
          "line": 281,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12675,
      "end": 12676,
      "loc": {
        "start": {
          "line": 281,
          "column": 32
        },
        "end": {
          "line": 281,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVisible",
      "start": 12676,
      "end": 12686,
      "loc": {
        "start": {
          "line": 281,
          "column": 33
        },
        "end": {
          "line": 281,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12686,
      "end": 12687,
      "loc": {
        "start": {
          "line": 281,
          "column": 43
        },
        "end": {
          "line": 281,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12687,
      "end": 12692,
      "loc": {
        "start": {
          "line": 281,
          "column": 44
        },
        "end": {
          "line": 281,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12692,
      "end": 12693,
      "loc": {
        "start": {
          "line": 281,
          "column": 49
        },
        "end": {
          "line": 281,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12693,
      "end": 12694,
      "loc": {
        "start": {
          "line": 281,
          "column": 50
        },
        "end": {
          "line": 281,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 12720,
      "end": 12724,
      "loc": {
        "start": {
          "line": 282,
          "column": 24
        },
        "end": {
          "line": 282,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12724,
      "end": 12725,
      "loc": {
        "start": {
          "line": 282,
          "column": 28
        },
        "end": {
          "line": 282,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 12725,
      "end": 12730,
      "loc": {
        "start": {
          "line": 282,
          "column": 29
        },
        "end": {
          "line": 282,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12730,
      "end": 12731,
      "loc": {
        "start": {
          "line": 282,
          "column": 34
        },
        "end": {
          "line": 282,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 12731,
      "end": 12738,
      "loc": {
        "start": {
          "line": 282,
          "column": 35
        },
        "end": {
          "line": 282,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12738,
      "end": 12739,
      "loc": {
        "start": {
          "line": 282,
          "column": 42
        },
        "end": {
          "line": 282,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 12739,
      "end": 12743,
      "loc": {
        "start": {
          "line": 282,
          "column": 43
        },
        "end": {
          "line": 282,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12744,
      "end": 12746,
      "loc": {
        "start": {
          "line": 282,
          "column": 48
        },
        "end": {
          "line": 282,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 12747,
      "end": 12751,
      "loc": {
        "start": {
          "line": 282,
          "column": 51
        },
        "end": {
          "line": 282,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12751,
      "end": 12752,
      "loc": {
        "start": {
          "line": 282,
          "column": 55
        },
        "end": {
          "line": 282,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVisible",
      "start": 12752,
      "end": 12762,
      "loc": {
        "start": {
          "line": 282,
          "column": 56
        },
        "end": {
          "line": 282,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12762,
      "end": 12763,
      "loc": {
        "start": {
          "line": 282,
          "column": 66
        },
        "end": {
          "line": 282,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12763,
      "end": 12768,
      "loc": {
        "start": {
          "line": 282,
          "column": 67
        },
        "end": {
          "line": 282,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12768,
      "end": 12769,
      "loc": {
        "start": {
          "line": 282,
          "column": 72
        },
        "end": {
          "line": 282,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12769,
      "end": 12770,
      "loc": {
        "start": {
          "line": 282,
          "column": 73
        },
        "end": {
          "line": 282,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12770,
      "end": 12771,
      "loc": {
        "start": {
          "line": 282,
          "column": 74
        },
        "end": {
          "line": 282,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addPreview",
      "start": 12799,
      "end": 12809,
      "loc": {
        "start": {
          "line": 284,
          "column": 24
        },
        "end": {
          "line": 284,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12809,
      "end": 12810,
      "loc": {
        "start": {
          "line": 284,
          "column": 34
        },
        "end": {
          "line": 284,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 12810,
      "end": 12814,
      "loc": {
        "start": {
          "line": 284,
          "column": 35
        },
        "end": {
          "line": 284,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12814,
      "end": 12815,
      "loc": {
        "start": {
          "line": 284,
          "column": 39
        },
        "end": {
          "line": 284,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12815,
      "end": 12816,
      "loc": {
        "start": {
          "line": 284,
          "column": 40
        },
        "end": {
          "line": 284,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 12844,
      "end": 12852,
      "loc": {
        "start": {
          "line": 286,
          "column": 24
        },
        "end": {
          "line": 286,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12852,
      "end": 12853,
      "loc": {
        "start": {
          "line": 286,
          "column": 32
        },
        "end": {
          "line": 286,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refresh",
      "start": 12853,
      "end": 12860,
      "loc": {
        "start": {
          "line": 286,
          "column": 33
        },
        "end": {
          "line": 286,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12860,
      "end": 12861,
      "loc": {
        "start": {
          "line": 286,
          "column": 40
        },
        "end": {
          "line": 286,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12861,
      "end": 12862,
      "loc": {
        "start": {
          "line": 286,
          "column": 41
        },
        "end": {
          "line": 286,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12862,
      "end": 12863,
      "loc": {
        "start": {
          "line": 286,
          "column": 42
        },
        "end": {
          "line": 286,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 12889,
      "end": 12893,
      "loc": {
        "start": {
          "line": 287,
          "column": 24
        },
        "end": {
          "line": 287,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12893,
      "end": 12894,
      "loc": {
        "start": {
          "line": 287,
          "column": 28
        },
        "end": {
          "line": 287,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 12894,
      "end": 12898,
      "loc": {
        "start": {
          "line": 287,
          "column": 29
        },
        "end": {
          "line": 287,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12899,
      "end": 12900,
      "loc": {
        "start": {
          "line": 287,
          "column": 34
        },
        "end": {
          "line": 287,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12901,
      "end": 12906,
      "loc": {
        "start": {
          "line": 287,
          "column": 36
        },
        "end": {
          "line": 287,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12906,
      "end": 12907,
      "loc": {
        "start": {
          "line": 287,
          "column": 41
        },
        "end": {
          "line": 287,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12929,
      "end": 12930,
      "loc": {
        "start": {
          "line": 288,
          "column": 20
        },
        "end": {
          "line": 288,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12930,
      "end": 12931,
      "loc": {
        "start": {
          "line": 288,
          "column": 21
        },
        "end": {
          "line": 288,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12953,
      "end": 12954,
      "loc": {
        "start": {
          "line": 289,
          "column": 20
        },
        "end": {
          "line": 289,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 12954,
      "end": 12961,
      "loc": {
        "start": {
          "line": 289,
          "column": 21
        },
        "end": {
          "line": 289,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12961,
      "end": 12962,
      "loc": {
        "start": {
          "line": 289,
          "column": 28
        },
        "end": {
          "line": 289,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 12962,
      "end": 12968,
      "loc": {
        "start": {
          "line": 289,
          "column": 29
        },
        "end": {
          "line": 289,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12968,
      "end": 12969,
      "loc": {
        "start": {
          "line": 289,
          "column": 35
        },
        "end": {
          "line": 289,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 12969,
      "end": 12980,
      "loc": {
        "start": {
          "line": 289,
          "column": 36
        },
        "end": {
          "line": 289,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12980,
      "end": 12981,
      "loc": {
        "start": {
          "line": 289,
          "column": 47
        },
        "end": {
          "line": 289,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Dropped",
      "start": 12981,
      "end": 12988,
      "loc": {
        "start": {
          "line": 289,
          "column": 48
        },
        "end": {
          "line": 289,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12988,
      "end": 12989,
      "loc": {
        "start": {
          "line": 289,
          "column": 55
        },
        "end": {
          "line": 289,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12989,
      "end": 12990,
      "loc": {
        "start": {
          "line": 289,
          "column": 56
        },
        "end": {
          "line": 289,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 12990,
      "end": 12994,
      "loc": {
        "start": {
          "line": 289,
          "column": 57
        },
        "end": {
          "line": 289,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12994,
      "end": 12995,
      "loc": {
        "start": {
          "line": 289,
          "column": 61
        },
        "end": {
          "line": 289,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12996,
      "end": 12997,
      "loc": {
        "start": {
          "line": 289,
          "column": 63
        },
        "end": {
          "line": 289,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13023,
      "end": 13025,
      "loc": {
        "start": {
          "line": 290,
          "column": 24
        },
        "end": {
          "line": 290,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13026,
      "end": 13027,
      "loc": {
        "start": {
          "line": 290,
          "column": 27
        },
        "end": {
          "line": 290,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13027,
      "end": 13031,
      "loc": {
        "start": {
          "line": 290,
          "column": 28
        },
        "end": {
          "line": 290,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13031,
      "end": 13032,
      "loc": {
        "start": {
          "line": 290,
          "column": 32
        },
        "end": {
          "line": 290,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 13032,
      "end": 13036,
      "loc": {
        "start": {
          "line": 290,
          "column": 33
        },
        "end": {
          "line": 290,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 13037,
      "end": 13039,
      "loc": {
        "start": {
          "line": 290,
          "column": 38
        },
        "end": {
          "line": 290,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 13040,
      "end": 13041,
      "loc": {
        "start": {
          "line": 290,
          "column": 41
        },
        "end": {
          "line": 290,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13041,
      "end": 13045,
      "loc": {
        "start": {
          "line": 290,
          "column": 42
        },
        "end": {
          "line": 290,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13045,
      "end": 13046,
      "loc": {
        "start": {
          "line": 290,
          "column": 46
        },
        "end": {
          "line": 290,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 13046,
      "end": 13053,
      "loc": {
        "start": {
          "line": 290,
          "column": 47
        },
        "end": {
          "line": 290,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13053,
      "end": 13054,
      "loc": {
        "start": {
          "line": 290,
          "column": 54
        },
        "end": {
          "line": 290,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13055,
      "end": 13061,
      "loc": {
        "start": {
          "line": 290,
          "column": 56
        },
        "end": {
          "line": 290,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13061,
      "end": 13062,
      "loc": {
        "start": {
          "line": 290,
          "column": 62
        },
        "end": {
          "line": 290,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 13090,
      "end": 13093,
      "loc": {
        "start": {
          "line": 292,
          "column": 24
        },
        "end": {
          "line": 292,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13094,
      "end": 13098,
      "loc": {
        "start": {
          "line": 292,
          "column": 28
        },
        "end": {
          "line": 292,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13099,
      "end": 13100,
      "loc": {
        "start": {
          "line": 292,
          "column": 33
        },
        "end": {
          "line": 292,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13101,
      "end": 13105,
      "loc": {
        "start": {
          "line": 292,
          "column": 35
        },
        "end": {
          "line": 292,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13105,
      "end": 13106,
      "loc": {
        "start": {
          "line": 292,
          "column": 39
        },
        "end": {
          "line": 292,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 13106,
      "end": 13115,
      "loc": {
        "start": {
          "line": 292,
          "column": 40
        },
        "end": {
          "line": 292,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13115,
      "end": 13116,
      "loc": {
        "start": {
          "line": 292,
          "column": 49
        },
        "end": {
          "line": 292,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RecognizeFilletByArcOrEdge",
      "start": 13116,
      "end": 13142,
      "loc": {
        "start": {
          "line": 292,
          "column": 50
        },
        "end": {
          "line": 292,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13142,
      "end": 13143,
      "loc": {
        "start": {
          "line": 292,
          "column": 76
        },
        "end": {
          "line": 292,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 13143,
      "end": 13146,
      "loc": {
        "start": {
          "line": 292,
          "column": 77
        },
        "end": {
          "line": 292,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13146,
      "end": 13147,
      "loc": {
        "start": {
          "line": 292,
          "column": 80
        },
        "end": {
          "line": 292,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13147,
      "end": 13148,
      "loc": {
        "start": {
          "line": 292,
          "column": 81
        },
        "end": {
          "line": 292,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13174,
      "end": 13176,
      "loc": {
        "start": {
          "line": 293,
          "column": 24
        },
        "end": {
          "line": 293,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13177,
      "end": 13178,
      "loc": {
        "start": {
          "line": 293,
          "column": 27
        },
        "end": {
          "line": 293,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 13178,
      "end": 13179,
      "loc": {
        "start": {
          "line": 293,
          "column": 28
        },
        "end": {
          "line": 293,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13179,
      "end": 13183,
      "loc": {
        "start": {
          "line": 293,
          "column": 29
        },
        "end": {
          "line": 293,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13183,
      "end": 13184,
      "loc": {
        "start": {
          "line": 293,
          "column": 33
        },
        "end": {
          "line": 293,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13185,
      "end": 13191,
      "loc": {
        "start": {
          "line": 293,
          "column": 35
        },
        "end": {
          "line": 293,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13191,
      "end": 13192,
      "loc": {
        "start": {
          "line": 293,
          "column": 41
        },
        "end": {
          "line": 293,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13218,
      "end": 13222,
      "loc": {
        "start": {
          "line": 294,
          "column": 24
        },
        "end": {
          "line": 294,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13222,
      "end": 13223,
      "loc": {
        "start": {
          "line": 294,
          "column": 28
        },
        "end": {
          "line": 294,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 13223,
      "end": 13227,
      "loc": {
        "start": {
          "line": 294,
          "column": 29
        },
        "end": {
          "line": 294,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13228,
      "end": 13229,
      "loc": {
        "start": {
          "line": 294,
          "column": 34
        },
        "end": {
          "line": 294,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 13230,
      "end": 13234,
      "loc": {
        "start": {
          "line": 294,
          "column": 36
        },
        "end": {
          "line": 294,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13234,
      "end": 13235,
      "loc": {
        "start": {
          "line": 294,
          "column": 40
        },
        "end": {
          "line": 294,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13263,
      "end": 13265,
      "loc": {
        "start": {
          "line": 296,
          "column": 24
        },
        "end": {
          "line": 296,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13266,
      "end": 13267,
      "loc": {
        "start": {
          "line": 296,
          "column": 27
        },
        "end": {
          "line": 296,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13267,
      "end": 13271,
      "loc": {
        "start": {
          "line": 296,
          "column": 28
        },
        "end": {
          "line": 296,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13271,
      "end": 13272,
      "loc": {
        "start": {
          "line": 296,
          "column": 32
        },
        "end": {
          "line": 296,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 13272,
      "end": 13275,
      "loc": {
        "start": {
          "line": 296,
          "column": 33
        },
        "end": {
          "line": 296,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 13276,
      "end": 13286,
      "loc": {
        "start": {
          "line": 296,
          "column": 37
        },
        "end": {
          "line": 296,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Arc",
      "start": 13287,
      "end": 13290,
      "loc": {
        "start": {
          "line": 296,
          "column": 48
        },
        "end": {
          "line": 296,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13290,
      "end": 13291,
      "loc": {
        "start": {
          "line": 296,
          "column": 51
        },
        "end": {
          "line": 296,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13292,
      "end": 13293,
      "loc": {
        "start": {
          "line": 296,
          "column": 53
        },
        "end": {
          "line": 296,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 13323,
      "end": 13326,
      "loc": {
        "start": {
          "line": 297,
          "column": 28
        },
        "end": {
          "line": 297,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 13327,
      "end": 13333,
      "loc": {
        "start": {
          "line": 297,
          "column": 32
        },
        "end": {
          "line": 297,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13334,
      "end": 13335,
      "loc": {
        "start": {
          "line": 297,
          "column": 39
        },
        "end": {
          "line": 297,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13336,
      "end": 13340,
      "loc": {
        "start": {
          "line": 297,
          "column": 41
        },
        "end": {
          "line": 297,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13340,
      "end": 13341,
      "loc": {
        "start": {
          "line": 297,
          "column": 45
        },
        "end": {
          "line": 297,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 13341,
      "end": 13348,
      "loc": {
        "start": {
          "line": 297,
          "column": 46
        },
        "end": {
          "line": 297,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13348,
      "end": 13349,
      "loc": {
        "start": {
          "line": 297,
          "column": 53
        },
        "end": {
          "line": 297,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 13349,
      "end": 13352,
      "loc": {
        "start": {
          "line": 297,
          "column": 54
        },
        "end": {
          "line": 297,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13353,
      "end": 13354,
      "loc": {
        "start": {
          "line": 297,
          "column": 58
        },
        "end": {
          "line": 297,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13355,
      "end": 13359,
      "loc": {
        "start": {
          "line": 297,
          "column": 60
        },
        "end": {
          "line": 297,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13359,
      "end": 13360,
      "loc": {
        "start": {
          "line": 297,
          "column": 64
        },
        "end": {
          "line": 297,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 13360,
      "end": 13367,
      "loc": {
        "start": {
          "line": 297,
          "column": 65
        },
        "end": {
          "line": 297,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13367,
      "end": 13368,
      "loc": {
        "start": {
          "line": 297,
          "column": 72
        },
        "end": {
          "line": 297,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 13368,
      "end": 13371,
      "loc": {
        "start": {
          "line": 297,
          "column": 73
        },
        "end": {
          "line": 297,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13371,
      "end": 13372,
      "loc": {
        "start": {
          "line": 297,
          "column": 76
        },
        "end": {
          "line": 297,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 13372,
      "end": 13378,
      "loc": {
        "start": {
          "line": 297,
          "column": 77
        },
        "end": {
          "line": 297,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13379,
      "end": 13380,
      "loc": {
        "start": {
          "line": 297,
          "column": 84
        },
        "end": {
          "line": 297,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13381,
      "end": 13385,
      "loc": {
        "start": {
          "line": 297,
          "column": 86
        },
        "end": {
          "line": 297,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13385,
      "end": 13386,
      "loc": {
        "start": {
          "line": 297,
          "column": 90
        },
        "end": {
          "line": 297,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 13386,
      "end": 13389,
      "loc": {
        "start": {
          "line": 297,
          "column": 91
        },
        "end": {
          "line": 297,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13389,
      "end": 13390,
      "loc": {
        "start": {
          "line": 297,
          "column": 94
        },
        "end": {
          "line": 297,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 13390,
      "end": 13396,
      "loc": {
        "start": {
          "line": 297,
          "column": 95
        },
        "end": {
          "line": 297,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13396,
      "end": 13397,
      "loc": {
        "start": {
          "line": 297,
          "column": 101
        },
        "end": {
          "line": 297,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 13427,
      "end": 13430,
      "loc": {
        "start": {
          "line": 298,
          "column": 28
        },
        "end": {
          "line": 298,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 13431,
      "end": 13437,
      "loc": {
        "start": {
          "line": 298,
          "column": 32
        },
        "end": {
          "line": 298,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13438,
      "end": 13439,
      "loc": {
        "start": {
          "line": 298,
          "column": 39
        },
        "end": {
          "line": 298,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13440,
      "end": 13444,
      "loc": {
        "start": {
          "line": 298,
          "column": 41
        },
        "end": {
          "line": 298,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13444,
      "end": 13445,
      "loc": {
        "start": {
          "line": 298,
          "column": 45
        },
        "end": {
          "line": 298,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 13445,
      "end": 13454,
      "loc": {
        "start": {
          "line": 298,
          "column": 46
        },
        "end": {
          "line": 298,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13454,
      "end": 13455,
      "loc": {
        "start": {
          "line": 298,
          "column": 55
        },
        "end": {
          "line": 298,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CalculateFilletParamsByRadius",
      "start": 13455,
      "end": 13484,
      "loc": {
        "start": {
          "line": 298,
          "column": 56
        },
        "end": {
          "line": 298,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13484,
      "end": 13485,
      "loc": {
        "start": {
          "line": 298,
          "column": 85
        },
        "end": {
          "line": 298,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13485,
      "end": 13489,
      "loc": {
        "start": {
          "line": 298,
          "column": 86
        },
        "end": {
          "line": 298,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13489,
      "end": 13490,
      "loc": {
        "start": {
          "line": 298,
          "column": 90
        },
        "end": {
          "line": 298,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 13491,
      "end": 13497,
      "loc": {
        "start": {
          "line": 298,
          "column": 92
        },
        "end": {
          "line": 298,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13497,
      "end": 13498,
      "loc": {
        "start": {
          "line": 298,
          "column": 98
        },
        "end": {
          "line": 298,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13498,
      "end": 13499,
      "loc": {
        "start": {
          "line": 298,
          "column": 99
        },
        "end": {
          "line": 298,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13525,
      "end": 13526,
      "loc": {
        "start": {
          "line": 299,
          "column": 24
        },
        "end": {
          "line": 299,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 13527,
      "end": 13531,
      "loc": {
        "start": {
          "line": 299,
          "column": 26
        },
        "end": {
          "line": 299,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13532,
      "end": 13533,
      "loc": {
        "start": {
          "line": 299,
          "column": 31
        },
        "end": {
          "line": 299,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13563,
      "end": 13565,
      "loc": {
        "start": {
          "line": 300,
          "column": 28
        },
        "end": {
          "line": 300,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13566,
      "end": 13567,
      "loc": {
        "start": {
          "line": 300,
          "column": 31
        },
        "end": {
          "line": 300,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13567,
      "end": 13571,
      "loc": {
        "start": {
          "line": 300,
          "column": 32
        },
        "end": {
          "line": 300,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13571,
      "end": 13572,
      "loc": {
        "start": {
          "line": 300,
          "column": 36
        },
        "end": {
          "line": 300,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 13572,
      "end": 13579,
      "loc": {
        "start": {
          "line": 300,
          "column": 37
        },
        "end": {
          "line": 300,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13579,
      "end": 13580,
      "loc": {
        "start": {
          "line": 300,
          "column": 44
        },
        "end": {
          "line": 300,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 13580,
      "end": 13583,
      "loc": {
        "start": {
          "line": 300,
          "column": 45
        },
        "end": {
          "line": 300,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13583,
      "end": 13584,
      "loc": {
        "start": {
          "line": 300,
          "column": 48
        },
        "end": {
          "line": 300,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 13618,
      "end": 13621,
      "loc": {
        "start": {
          "line": 301,
          "column": 32
        },
        "end": {
          "line": 301,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 13622,
      "end": 13628,
      "loc": {
        "start": {
          "line": 301,
          "column": 36
        },
        "end": {
          "line": 301,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13629,
      "end": 13630,
      "loc": {
        "start": {
          "line": 301,
          "column": 43
        },
        "end": {
          "line": 301,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13631,
      "end": 13635,
      "loc": {
        "start": {
          "line": 301,
          "column": 45
        },
        "end": {
          "line": 301,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13635,
      "end": 13636,
      "loc": {
        "start": {
          "line": 301,
          "column": 49
        },
        "end": {
          "line": 301,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 13636,
      "end": 13643,
      "loc": {
        "start": {
          "line": 301,
          "column": 50
        },
        "end": {
          "line": 301,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13643,
      "end": 13644,
      "loc": {
        "start": {
          "line": 301,
          "column": 57
        },
        "end": {
          "line": 301,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 13644,
      "end": 13647,
      "loc": {
        "start": {
          "line": 301,
          "column": 58
        },
        "end": {
          "line": 301,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13647,
      "end": 13648,
      "loc": {
        "start": {
          "line": 301,
          "column": 61
        },
        "end": {
          "line": 301,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 13648,
      "end": 13654,
      "loc": {
        "start": {
          "line": 301,
          "column": 62
        },
        "end": {
          "line": 301,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13654,
      "end": 13655,
      "loc": {
        "start": {
          "line": 301,
          "column": 68
        },
        "end": {
          "line": 301,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13655,
      "end": 13656,
      "loc": {
        "start": {
          "line": 301,
          "column": 69
        },
        "end": {
          "line": 301,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13656,
      "end": 13657,
      "loc": {
        "start": {
          "line": 301,
          "column": 70
        },
        "end": {
          "line": 301,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13657,
      "end": 13658,
      "loc": {
        "start": {
          "line": 301,
          "column": 71
        },
        "end": {
          "line": 301,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 13658,
      "end": 13666,
      "loc": {
        "start": {
          "line": 301,
          "column": 72
        },
        "end": {
          "line": 301,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13666,
      "end": 13667,
      "loc": {
        "start": {
          "line": 301,
          "column": 80
        },
        "end": {
          "line": 301,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 13667,
      "end": 13677,
      "loc": {
        "start": {
          "line": 301,
          "column": 81
        },
        "end": {
          "line": 301,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13677,
      "end": 13678,
      "loc": {
        "start": {
          "line": 301,
          "column": 91
        },
        "end": {
          "line": 301,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13678,
      "end": 13682,
      "loc": {
        "start": {
          "line": 301,
          "column": 92
        },
        "end": {
          "line": 301,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13682,
      "end": 13683,
      "loc": {
        "start": {
          "line": 301,
          "column": 96
        },
        "end": {
          "line": 301,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 13683,
      "end": 13689,
      "loc": {
        "start": {
          "line": 301,
          "column": 97
        },
        "end": {
          "line": 301,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13689,
      "end": 13690,
      "loc": {
        "start": {
          "line": 301,
          "column": 103
        },
        "end": {
          "line": 301,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 13690,
      "end": 13698,
      "loc": {
        "start": {
          "line": 301,
          "column": 104
        },
        "end": {
          "line": 301,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13698,
      "end": 13699,
      "loc": {
        "start": {
          "line": 301,
          "column": 112
        },
        "end": {
          "line": 301,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13699,
      "end": 13700,
      "loc": {
        "start": {
          "line": 301,
          "column": 113
        },
        "end": {
          "line": 301,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 13730,
      "end": 13734,
      "loc": {
        "start": {
          "line": 302,
          "column": 28
        },
        "end": {
          "line": 302,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 13768,
      "end": 13771,
      "loc": {
        "start": {
          "line": 303,
          "column": 32
        },
        "end": {
          "line": 303,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 13772,
      "end": 13778,
      "loc": {
        "start": {
          "line": 303,
          "column": 36
        },
        "end": {
          "line": 303,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13779,
      "end": 13780,
      "loc": {
        "start": {
          "line": 303,
          "column": 43
        },
        "end": {
          "line": 303,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13781,
      "end": 13785,
      "loc": {
        "start": {
          "line": 303,
          "column": 45
        },
        "end": {
          "line": 303,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13785,
      "end": 13786,
      "loc": {
        "start": {
          "line": 303,
          "column": 49
        },
        "end": {
          "line": 303,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 13786,
      "end": 13789,
      "loc": {
        "start": {
          "line": 303,
          "column": 50
        },
        "end": {
          "line": 303,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13789,
      "end": 13790,
      "loc": {
        "start": {
          "line": 303,
          "column": 53
        },
        "end": {
          "line": 303,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 13790,
      "end": 13796,
      "loc": {
        "start": {
          "line": 303,
          "column": 54
        },
        "end": {
          "line": 303,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13796,
      "end": 13797,
      "loc": {
        "start": {
          "line": 303,
          "column": 60
        },
        "end": {
          "line": 303,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13797,
      "end": 13798,
      "loc": {
        "start": {
          "line": 303,
          "column": 61
        },
        "end": {
          "line": 303,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13798,
      "end": 13799,
      "loc": {
        "start": {
          "line": 303,
          "column": 62
        },
        "end": {
          "line": 303,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13799,
      "end": 13800,
      "loc": {
        "start": {
          "line": 303,
          "column": 63
        },
        "end": {
          "line": 303,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 13800,
      "end": 13808,
      "loc": {
        "start": {
          "line": 303,
          "column": 64
        },
        "end": {
          "line": 303,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13808,
      "end": 13809,
      "loc": {
        "start": {
          "line": 303,
          "column": 72
        },
        "end": {
          "line": 303,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 13809,
      "end": 13819,
      "loc": {
        "start": {
          "line": 303,
          "column": 73
        },
        "end": {
          "line": 303,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13819,
      "end": 13820,
      "loc": {
        "start": {
          "line": 303,
          "column": 83
        },
        "end": {
          "line": 303,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13820,
      "end": 13824,
      "loc": {
        "start": {
          "line": 303,
          "column": 84
        },
        "end": {
          "line": 303,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13824,
      "end": 13825,
      "loc": {
        "start": {
          "line": 303,
          "column": 88
        },
        "end": {
          "line": 303,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertex",
      "start": 13825,
      "end": 13831,
      "loc": {
        "start": {
          "line": 303,
          "column": 89
        },
        "end": {
          "line": 303,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13831,
      "end": 13832,
      "loc": {
        "start": {
          "line": 303,
          "column": 95
        },
        "end": {
          "line": 303,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13832,
      "end": 13833,
      "loc": {
        "start": {
          "line": 303,
          "column": 96
        },
        "end": {
          "line": 303,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 13865,
      "end": 13868,
      "loc": {
        "start": {
          "line": 305,
          "column": 28
        },
        "end": {
          "line": 305,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 13869,
      "end": 13875,
      "loc": {
        "start": {
          "line": 305,
          "column": 32
        },
        "end": {
          "line": 305,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13876,
      "end": 13877,
      "loc": {
        "start": {
          "line": 305,
          "column": 39
        },
        "end": {
          "line": 305,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 13878,
      "end": 13882,
      "loc": {
        "start": {
          "line": 305,
          "column": 41
        },
        "end": {
          "line": 305,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13882,
      "end": 13883,
      "loc": {
        "start": {
          "line": 305,
          "column": 45
        },
        "end": {
          "line": 305,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 13883,
      "end": 13892,
      "loc": {
        "start": {
          "line": 305,
          "column": 46
        },
        "end": {
          "line": 305,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13892,
      "end": 13893,
      "loc": {
        "start": {
          "line": 305,
          "column": 55
        },
        "end": {
          "line": 305,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CalculateChamferParamsByOffset",
      "start": 13893,
      "end": 13923,
      "loc": {
        "start": {
          "line": 305,
          "column": 56
        },
        "end": {
          "line": 305,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13923,
      "end": 13924,
      "loc": {
        "start": {
          "line": 305,
          "column": 86
        },
        "end": {
          "line": 305,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 13924,
      "end": 13928,
      "loc": {
        "start": {
          "line": 305,
          "column": 87
        },
        "end": {
          "line": 305,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13928,
      "end": 13929,
      "loc": {
        "start": {
          "line": 305,
          "column": 91
        },
        "end": {
          "line": 305,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 13930,
      "end": 13936,
      "loc": {
        "start": {
          "line": 305,
          "column": 93
        },
        "end": {
          "line": 305,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13936,
      "end": 13937,
      "loc": {
        "start": {
          "line": 305,
          "column": 99
        },
        "end": {
          "line": 305,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13937,
      "end": 13938,
      "loc": {
        "start": {
          "line": 305,
          "column": 100
        },
        "end": {
          "line": 305,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13964,
      "end": 13965,
      "loc": {
        "start": {
          "line": 306,
          "column": 24
        },
        "end": {
          "line": 306,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 13993,
      "end": 13996,
      "loc": {
        "start": {
          "line": 308,
          "column": 24
        },
        "end": {
          "line": 308,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 13997,
      "end": 14004,
      "loc": {
        "start": {
          "line": 308,
          "column": 28
        },
        "end": {
          "line": 308,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14004,
      "end": 14005,
      "loc": {
        "start": {
          "line": 308,
          "column": 35
        },
        "end": {
          "line": 308,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14031,
      "end": 14033,
      "loc": {
        "start": {
          "line": 309,
          "column": 24
        },
        "end": {
          "line": 309,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14034,
      "end": 14035,
      "loc": {
        "start": {
          "line": 309,
          "column": 27
        },
        "end": {
          "line": 309,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 14065,
      "end": 14066,
      "loc": {
        "start": {
          "line": 310,
          "column": 28
        },
        "end": {
          "line": 310,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 14066,
      "end": 14070,
      "loc": {
        "start": {
          "line": 310,
          "column": 29
        },
        "end": {
          "line": 310,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14070,
      "end": 14071,
      "loc": {
        "start": {
          "line": 310,
          "column": 33
        },
        "end": {
          "line": 310,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 14071,
      "end": 14078,
      "loc": {
        "start": {
          "line": 310,
          "column": 34
        },
        "end": {
          "line": 310,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14078,
      "end": 14079,
      "loc": {
        "start": {
          "line": 310,
          "column": 41
        },
        "end": {
          "line": 310,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 14079,
      "end": 14082,
      "loc": {
        "start": {
          "line": 310,
          "column": 42
        },
        "end": {
          "line": 310,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 14083,
      "end": 14085,
      "loc": {
        "start": {
          "line": 310,
          "column": 46
        },
        "end": {
          "line": 310,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 14115,
      "end": 14119,
      "loc": {
        "start": {
          "line": 311,
          "column": 28
        },
        "end": {
          "line": 311,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14119,
      "end": 14120,
      "loc": {
        "start": {
          "line": 311,
          "column": 32
        },
        "end": {
          "line": 311,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 14120,
      "end": 14127,
      "loc": {
        "start": {
          "line": 311,
          "column": 33
        },
        "end": {
          "line": 311,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14127,
      "end": 14128,
      "loc": {
        "start": {
          "line": 311,
          "column": 40
        },
        "end": {
          "line": 311,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 14128,
      "end": 14131,
      "loc": {
        "start": {
          "line": 311,
          "column": 41
        },
        "end": {
          "line": 311,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14131,
      "end": 14132,
      "loc": {
        "start": {
          "line": 311,
          "column": 44
        },
        "end": {
          "line": 311,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 14132,
      "end": 14138,
      "loc": {
        "start": {
          "line": 311,
          "column": 45
        },
        "end": {
          "line": 311,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14138,
      "end": 14139,
      "loc": {
        "start": {
          "line": 311,
          "column": 51
        },
        "end": {
          "line": 311,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 14139,
      "end": 14140,
      "loc": {
        "start": {
          "line": 311,
          "column": 52
        },
        "end": {
          "line": 311,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14140,
      "end": 14141,
      "loc": {
        "start": {
          "line": 311,
          "column": 53
        },
        "end": {
          "line": 311,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14141,
      "end": 14142,
      "loc": {
        "start": {
          "line": 311,
          "column": 54
        },
        "end": {
          "line": 311,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 14142,
      "end": 14150,
      "loc": {
        "start": {
          "line": 311,
          "column": 55
        },
        "end": {
          "line": 311,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14150,
      "end": 14151,
      "loc": {
        "start": {
          "line": 311,
          "column": 63
        },
        "end": {
          "line": 311,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 14151,
      "end": 14161,
      "loc": {
        "start": {
          "line": 311,
          "column": 64
        },
        "end": {
          "line": 311,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14161,
      "end": 14162,
      "loc": {
        "start": {
          "line": 311,
          "column": 74
        },
        "end": {
          "line": 311,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 14162,
      "end": 14166,
      "loc": {
        "start": {
          "line": 311,
          "column": 75
        },
        "end": {
          "line": 311,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14166,
      "end": 14167,
      "loc": {
        "start": {
          "line": 311,
          "column": 79
        },
        "end": {
          "line": 311,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 14167,
      "end": 14174,
      "loc": {
        "start": {
          "line": 311,
          "column": 80
        },
        "end": {
          "line": 311,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14174,
      "end": 14175,
      "loc": {
        "start": {
          "line": 311,
          "column": 87
        },
        "end": {
          "line": 311,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 14175,
      "end": 14178,
      "loc": {
        "start": {
          "line": 311,
          "column": 88
        },
        "end": {
          "line": 311,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14178,
      "end": 14179,
      "loc": {
        "start": {
          "line": 311,
          "column": 91
        },
        "end": {
          "line": 311,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "points",
      "start": 14179,
      "end": 14185,
      "loc": {
        "start": {
          "line": 311,
          "column": 92
        },
        "end": {
          "line": 311,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14185,
      "end": 14186,
      "loc": {
        "start": {
          "line": 311,
          "column": 98
        },
        "end": {
          "line": 311,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 14186,
      "end": 14187,
      "loc": {
        "start": {
          "line": 311,
          "column": 99
        },
        "end": {
          "line": 311,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14187,
      "end": 14188,
      "loc": {
        "start": {
          "line": 311,
          "column": 100
        },
        "end": {
          "line": 311,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14188,
      "end": 14189,
      "loc": {
        "start": {
          "line": 311,
          "column": 101
        },
        "end": {
          "line": 311,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 14189,
      "end": 14197,
      "loc": {
        "start": {
          "line": 311,
          "column": 102
        },
        "end": {
          "line": 311,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14197,
      "end": 14198,
      "loc": {
        "start": {
          "line": 311,
          "column": 110
        },
        "end": {
          "line": 311,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 14199,
      "end": 14200,
      "loc": {
        "start": {
          "line": 311,
          "column": 112
        },
        "end": {
          "line": 311,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.001,
      "start": 14201,
      "end": 14205,
      "loc": {
        "start": {
          "line": 311,
          "column": 114
        },
        "end": {
          "line": 311,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14231,
      "end": 14232,
      "loc": {
        "start": {
          "line": 312,
          "column": 24
        },
        "end": {
          "line": 312,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14233,
      "end": 14234,
      "loc": {
        "start": {
          "line": 312,
          "column": 26
        },
        "end": {
          "line": 312,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 14264,
      "end": 14271,
      "loc": {
        "start": {
          "line": 313,
          "column": 28
        },
        "end": {
          "line": 313,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14272,
      "end": 14273,
      "loc": {
        "start": {
          "line": 313,
          "column": 36
        },
        "end": {
          "line": 313,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 14274,
      "end": 14278,
      "loc": {
        "start": {
          "line": 313,
          "column": 38
        },
        "end": {
          "line": 313,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14278,
      "end": 14279,
      "loc": {
        "start": {
          "line": 313,
          "column": 42
        },
        "end": {
          "line": 313,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 14279,
      "end": 14288,
      "loc": {
        "start": {
          "line": 313,
          "column": 43
        },
        "end": {
          "line": 313,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14288,
      "end": 14289,
      "loc": {
        "start": {
          "line": 313,
          "column": 52
        },
        "end": {
          "line": 313,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DeleteFillet",
      "start": 14289,
      "end": 14301,
      "loc": {
        "start": {
          "line": 313,
          "column": 53
        },
        "end": {
          "line": 313,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14301,
      "end": 14302,
      "loc": {
        "start": {
          "line": 313,
          "column": 65
        },
        "end": {
          "line": 313,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 14302,
      "end": 14306,
      "loc": {
        "start": {
          "line": 313,
          "column": 66
        },
        "end": {
          "line": 313,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14306,
      "end": 14307,
      "loc": {
        "start": {
          "line": 313,
          "column": 70
        },
        "end": {
          "line": 313,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14307,
      "end": 14308,
      "loc": {
        "start": {
          "line": 313,
          "column": 71
        },
        "end": {
          "line": 313,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14334,
      "end": 14335,
      "loc": {
        "start": {
          "line": 314,
          "column": 24
        },
        "end": {
          "line": 314,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 14336,
      "end": 14340,
      "loc": {
        "start": {
          "line": 314,
          "column": 26
        },
        "end": {
          "line": 314,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14341,
      "end": 14342,
      "loc": {
        "start": {
          "line": 314,
          "column": 31
        },
        "end": {
          "line": 314,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 14372,
      "end": 14379,
      "loc": {
        "start": {
          "line": 315,
          "column": 28
        },
        "end": {
          "line": 315,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14380,
      "end": 14381,
      "loc": {
        "start": {
          "line": 315,
          "column": 36
        },
        "end": {
          "line": 315,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 14382,
      "end": 14386,
      "loc": {
        "start": {
          "line": 315,
          "column": 38
        },
        "end": {
          "line": 315,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14386,
      "end": 14387,
      "loc": {
        "start": {
          "line": 315,
          "column": 42
        },
        "end": {
          "line": 315,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 14387,
      "end": 14396,
      "loc": {
        "start": {
          "line": 315,
          "column": 43
        },
        "end": {
          "line": 315,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14396,
      "end": 14397,
      "loc": {
        "start": {
          "line": 315,
          "column": 52
        },
        "end": {
          "line": 315,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ChangeFillet",
      "start": 14397,
      "end": 14409,
      "loc": {
        "start": {
          "line": 315,
          "column": 53
        },
        "end": {
          "line": 315,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14409,
      "end": 14410,
      "loc": {
        "start": {
          "line": 315,
          "column": 65
        },
        "end": {
          "line": 315,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 14410,
      "end": 14414,
      "loc": {
        "start": {
          "line": 315,
          "column": 66
        },
        "end": {
          "line": 315,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14414,
      "end": 14415,
      "loc": {
        "start": {
          "line": 315,
          "column": 70
        },
        "end": {
          "line": 315,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 14416,
      "end": 14422,
      "loc": {
        "start": {
          "line": 315,
          "column": 72
        },
        "end": {
          "line": 315,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14422,
      "end": 14423,
      "loc": {
        "start": {
          "line": 315,
          "column": 78
        },
        "end": {
          "line": 315,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14423,
      "end": 14424,
      "loc": {
        "start": {
          "line": 315,
          "column": 79
        },
        "end": {
          "line": 315,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14450,
      "end": 14451,
      "loc": {
        "start": {
          "line": 316,
          "column": 24
        },
        "end": {
          "line": 316,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removePreview",
      "start": 14479,
      "end": 14492,
      "loc": {
        "start": {
          "line": 318,
          "column": 24
        },
        "end": {
          "line": 318,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14492,
      "end": 14493,
      "loc": {
        "start": {
          "line": 318,
          "column": 37
        },
        "end": {
          "line": 318,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14493,
      "end": 14494,
      "loc": {
        "start": {
          "line": 318,
          "column": 38
        },
        "end": {
          "line": 318,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14494,
      "end": 14495,
      "loc": {
        "start": {
          "line": 318,
          "column": 39
        },
        "end": {
          "line": 318,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 14521,
      "end": 14529,
      "loc": {
        "start": {
          "line": 319,
          "column": 24
        },
        "end": {
          "line": 319,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14529,
      "end": 14530,
      "loc": {
        "start": {
          "line": 319,
          "column": 32
        },
        "end": {
          "line": 319,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 14530,
      "end": 14534,
      "loc": {
        "start": {
          "line": 319,
          "column": 33
        },
        "end": {
          "line": 319,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14534,
      "end": 14535,
      "loc": {
        "start": {
          "line": 319,
          "column": 37
        },
        "end": {
          "line": 319,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controls",
      "start": 14535,
      "end": 14543,
      "loc": {
        "start": {
          "line": 319,
          "column": 38
        },
        "end": {
          "line": 319,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14543,
      "end": 14544,
      "loc": {
        "start": {
          "line": 319,
          "column": 46
        },
        "end": {
          "line": 319,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 14544,
      "end": 14551,
      "loc": {
        "start": {
          "line": 319,
          "column": 47
        },
        "end": {
          "line": 319,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14552,
      "end": 14553,
      "loc": {
        "start": {
          "line": 319,
          "column": 55
        },
        "end": {
          "line": 319,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 14554,
      "end": 14558,
      "loc": {
        "start": {
          "line": 319,
          "column": 57
        },
        "end": {
          "line": 319,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14558,
      "end": 14559,
      "loc": {
        "start": {
          "line": 319,
          "column": 61
        },
        "end": {
          "line": 319,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 14587,
      "end": 14591,
      "loc": {
        "start": {
          "line": 321,
          "column": 24
        },
        "end": {
          "line": 321,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14591,
      "end": 14592,
      "loc": {
        "start": {
          "line": 321,
          "column": 28
        },
        "end": {
          "line": 321,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lines",
      "start": 14592,
      "end": 14597,
      "loc": {
        "start": {
          "line": 321,
          "column": 29
        },
        "end": {
          "line": 321,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14597,
      "end": 14598,
      "loc": {
        "start": {
          "line": 321,
          "column": 34
        },
        "end": {
          "line": 321,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 14598,
      "end": 14605,
      "loc": {
        "start": {
          "line": 321,
          "column": 35
        },
        "end": {
          "line": 321,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14605,
      "end": 14606,
      "loc": {
        "start": {
          "line": 321,
          "column": 42
        },
        "end": {
          "line": 321,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 14606,
      "end": 14610,
      "loc": {
        "start": {
          "line": 321,
          "column": 43
        },
        "end": {
          "line": 321,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14611,
      "end": 14613,
      "loc": {
        "start": {
          "line": 321,
          "column": 48
        },
        "end": {
          "line": 321,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 14614,
      "end": 14618,
      "loc": {
        "start": {
          "line": 321,
          "column": 51
        },
        "end": {
          "line": 321,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14618,
      "end": 14619,
      "loc": {
        "start": {
          "line": 321,
          "column": 55
        },
        "end": {
          "line": 321,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVisible",
      "start": 14619,
      "end": 14629,
      "loc": {
        "start": {
          "line": 321,
          "column": 56
        },
        "end": {
          "line": 321,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14629,
      "end": 14630,
      "loc": {
        "start": {
          "line": 321,
          "column": 66
        },
        "end": {
          "line": 321,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 14630,
      "end": 14634,
      "loc": {
        "start": {
          "line": 321,
          "column": 67
        },
        "end": {
          "line": 321,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14634,
      "end": 14635,
      "loc": {
        "start": {
          "line": 321,
          "column": 71
        },
        "end": {
          "line": 321,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14635,
      "end": 14636,
      "loc": {
        "start": {
          "line": 321,
          "column": 72
        },
        "end": {
          "line": 321,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14636,
      "end": 14637,
      "loc": {
        "start": {
          "line": 321,
          "column": 73
        },
        "end": {
          "line": 321,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14663,
      "end": 14669,
      "loc": {
        "start": {
          "line": 322,
          "column": 24
        },
        "end": {
          "line": 322,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 14670,
      "end": 14677,
      "loc": {
        "start": {
          "line": 322,
          "column": 31
        },
        "end": {
          "line": 322,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14677,
      "end": 14678,
      "loc": {
        "start": {
          "line": 322,
          "column": 38
        },
        "end": {
          "line": 322,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 14678,
      "end": 14682,
      "loc": {
        "start": {
          "line": 322,
          "column": 39
        },
        "end": {
          "line": 322,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14682,
      "end": 14683,
      "loc": {
        "start": {
          "line": 322,
          "column": 43
        },
        "end": {
          "line": 322,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14683,
      "end": 14684,
      "loc": {
        "start": {
          "line": 322,
          "column": 44
        },
        "end": {
          "line": 322,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14684,
      "end": 14685,
      "loc": {
        "start": {
          "line": 322,
          "column": 45
        },
        "end": {
          "line": 322,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14686,
      "end": 14688,
      "loc": {
        "start": {
          "line": 322,
          "column": 47
        },
        "end": {
          "line": 322,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14689,
      "end": 14690,
      "loc": {
        "start": {
          "line": 322,
          "column": 50
        },
        "end": {
          "line": 322,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 14720,
      "end": 14724,
      "loc": {
        "start": {
          "line": 323,
          "column": 28
        },
        "end": {
          "line": 323,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14724,
      "end": 14725,
      "loc": {
        "start": {
          "line": 323,
          "column": 32
        },
        "end": {
          "line": 323,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 14725,
      "end": 14728,
      "loc": {
        "start": {
          "line": 323,
          "column": 33
        },
        "end": {
          "line": 323,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14728,
      "end": 14729,
      "loc": {
        "start": {
          "line": 323,
          "column": 36
        },
        "end": {
          "line": 323,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVisible",
      "start": 14729,
      "end": 14739,
      "loc": {
        "start": {
          "line": 323,
          "column": 37
        },
        "end": {
          "line": 323,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14739,
      "end": 14740,
      "loc": {
        "start": {
          "line": 323,
          "column": 47
        },
        "end": {
          "line": 323,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 14740,
      "end": 14744,
      "loc": {
        "start": {
          "line": 323,
          "column": 48
        },
        "end": {
          "line": 323,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14744,
      "end": 14745,
      "loc": {
        "start": {
          "line": 323,
          "column": 52
        },
        "end": {
          "line": 323,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14745,
      "end": 14746,
      "loc": {
        "start": {
          "line": 323,
          "column": 53
        },
        "end": {
          "line": 323,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 14776,
      "end": 14780,
      "loc": {
        "start": {
          "line": 324,
          "column": 28
        },
        "end": {
          "line": 324,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14780,
      "end": 14781,
      "loc": {
        "start": {
          "line": 324,
          "column": 32
        },
        "end": {
          "line": 324,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 14781,
      "end": 14784,
      "loc": {
        "start": {
          "line": 324,
          "column": 33
        },
        "end": {
          "line": 324,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14784,
      "end": 14785,
      "loc": {
        "start": {
          "line": 324,
          "column": 36
        },
        "end": {
          "line": 324,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interact",
      "start": 14785,
      "end": 14793,
      "loc": {
        "start": {
          "line": 324,
          "column": 37
        },
        "end": {
          "line": 324,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14793,
      "end": 14794,
      "loc": {
        "start": {
          "line": 324,
          "column": 45
        },
        "end": {
          "line": 324,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unhover",
      "start": 14794,
      "end": 14801,
      "loc": {
        "start": {
          "line": 324,
          "column": 46
        },
        "end": {
          "line": 324,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14801,
      "end": 14802,
      "loc": {
        "start": {
          "line": 324,
          "column": 53
        },
        "end": {
          "line": 324,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14802,
      "end": 14803,
      "loc": {
        "start": {
          "line": 324,
          "column": 54
        },
        "end": {
          "line": 324,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14803,
      "end": 14804,
      "loc": {
        "start": {
          "line": 324,
          "column": 55
        },
        "end": {
          "line": 324,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 14834,
      "end": 14838,
      "loc": {
        "start": {
          "line": 325,
          "column": 28
        },
        "end": {
          "line": 325,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14838,
      "end": 14839,
      "loc": {
        "start": {
          "line": 325,
          "column": 32
        },
        "end": {
          "line": 325,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sketcher",
      "start": 14839,
      "end": 14847,
      "loc": {
        "start": {
          "line": 325,
          "column": 33
        },
        "end": {
          "line": 325,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14847,
      "end": 14848,
      "loc": {
        "start": {
          "line": 325,
          "column": 41
        },
        "end": {
          "line": 325,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "refresh",
      "start": 14848,
      "end": 14855,
      "loc": {
        "start": {
          "line": 325,
          "column": 42
        },
        "end": {
          "line": 325,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14855,
      "end": 14856,
      "loc": {
        "start": {
          "line": 325,
          "column": 49
        },
        "end": {
          "line": 325,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14856,
      "end": 14857,
      "loc": {
        "start": {
          "line": 325,
          "column": 50
        },
        "end": {
          "line": 325,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14857,
      "end": 14858,
      "loc": {
        "start": {
          "line": 325,
          "column": 51
        },
        "end": {
          "line": 325,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 14888,
      "end": 14892,
      "loc": {
        "start": {
          "line": 326,
          "column": 28
        },
        "end": {
          "line": 326,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14892,
      "end": 14893,
      "loc": {
        "start": {
          "line": 326,
          "column": 32
        },
        "end": {
          "line": 326,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 14893,
      "end": 14897,
      "loc": {
        "start": {
          "line": 326,
          "column": 33
        },
        "end": {
          "line": 326,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14898,
      "end": 14899,
      "loc": {
        "start": {
          "line": 326,
          "column": 38
        },
        "end": {
          "line": 326,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 14900,
      "end": 14905,
      "loc": {
        "start": {
          "line": 326,
          "column": 40
        },
        "end": {
          "line": 326,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14905,
      "end": 14906,
      "loc": {
        "start": {
          "line": 326,
          "column": 45
        },
        "end": {
          "line": 326,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 14936,
      "end": 14940,
      "loc": {
        "start": {
          "line": 327,
          "column": 28
        },
        "end": {
          "line": 327,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14940,
      "end": 14941,
      "loc": {
        "start": {
          "line": 327,
          "column": 32
        },
        "end": {
          "line": 327,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateInteractiveObjects",
      "start": 14941,
      "end": 14965,
      "loc": {
        "start": {
          "line": 327,
          "column": 33
        },
        "end": {
          "line": 327,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14965,
      "end": 14966,
      "loc": {
        "start": {
          "line": 327,
          "column": 57
        },
        "end": {
          "line": 327,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14966,
      "end": 14967,
      "loc": {
        "start": {
          "line": 327,
          "column": 58
        },
        "end": {
          "line": 327,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14967,
      "end": 14968,
      "loc": {
        "start": {
          "line": 327,
          "column": 59
        },
        "end": {
          "line": 327,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14994,
      "end": 14995,
      "loc": {
        "start": {
          "line": 328,
          "column": 24
        },
        "end": {
          "line": 328,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14995,
      "end": 14996,
      "loc": {
        "start": {
          "line": 328,
          "column": 25
        },
        "end": {
          "line": 328,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14996,
      "end": 14997,
      "loc": {
        "start": {
          "line": 328,
          "column": 26
        },
        "end": {
          "line": 328,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15019,
      "end": 15020,
      "loc": {
        "start": {
          "line": 329,
          "column": 20
        },
        "end": {
          "line": 329,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15020,
      "end": 15021,
      "loc": {
        "start": {
          "line": 329,
          "column": 21
        },
        "end": {
          "line": 329,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15043,
      "end": 15044,
      "loc": {
        "start": {
          "line": 330,
          "column": 20
        },
        "end": {
          "line": 330,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 15044,
      "end": 15051,
      "loc": {
        "start": {
          "line": 330,
          "column": 21
        },
        "end": {
          "line": 330,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15051,
      "end": 15052,
      "loc": {
        "start": {
          "line": 330,
          "column": 28
        },
        "end": {
          "line": 330,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 15052,
      "end": 15058,
      "loc": {
        "start": {
          "line": 330,
          "column": 29
        },
        "end": {
          "line": 330,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15058,
      "end": 15059,
      "loc": {
        "start": {
          "line": 330,
          "column": 35
        },
        "end": {
          "line": 330,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 15059,
      "end": 15070,
      "loc": {
        "start": {
          "line": 330,
          "column": 36
        },
        "end": {
          "line": 330,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15070,
      "end": 15071,
      "loc": {
        "start": {
          "line": 330,
          "column": 47
        },
        "end": {
          "line": 330,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Dragged",
      "start": 15071,
      "end": 15078,
      "loc": {
        "start": {
          "line": 330,
          "column": 48
        },
        "end": {
          "line": 330,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15078,
      "end": 15079,
      "loc": {
        "start": {
          "line": 330,
          "column": 55
        },
        "end": {
          "line": 330,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15079,
      "end": 15080,
      "loc": {
        "start": {
          "line": 330,
          "column": 56
        },
        "end": {
          "line": 330,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 15080,
      "end": 15084,
      "loc": {
        "start": {
          "line": 330,
          "column": 57
        },
        "end": {
          "line": 330,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15084,
      "end": 15085,
      "loc": {
        "start": {
          "line": 330,
          "column": 61
        },
        "end": {
          "line": 330,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15086,
      "end": 15087,
      "loc": {
        "start": {
          "line": 330,
          "column": 63
        },
        "end": {
          "line": 330,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15113,
      "end": 15115,
      "loc": {
        "start": {
          "line": 331,
          "column": 24
        },
        "end": {
          "line": 331,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15116,
      "end": 15117,
      "loc": {
        "start": {
          "line": 331,
          "column": 27
        },
        "end": {
          "line": 331,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 15117,
      "end": 15121,
      "loc": {
        "start": {
          "line": 331,
          "column": 28
        },
        "end": {
          "line": 331,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15121,
      "end": 15122,
      "loc": {
        "start": {
          "line": 331,
          "column": 32
        },
        "end": {
          "line": 331,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 15122,
      "end": 15126,
      "loc": {
        "start": {
          "line": 331,
          "column": 33
        },
        "end": {
          "line": 331,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15127,
      "end": 15129,
      "loc": {
        "start": {
          "line": 331,
          "column": 38
        },
        "end": {
          "line": 331,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 15130,
      "end": 15131,
      "loc": {
        "start": {
          "line": 331,
          "column": 41
        },
        "end": {
          "line": 331,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 15131,
      "end": 15135,
      "loc": {
        "start": {
          "line": 331,
          "column": 42
        },
        "end": {
          "line": 331,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15135,
      "end": 15136,
      "loc": {
        "start": {
          "line": 331,
          "column": 46
        },
        "end": {
          "line": 331,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preview",
      "start": 15136,
      "end": 15143,
      "loc": {
        "start": {
          "line": 331,
          "column": 47
        },
        "end": {
          "line": 331,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15143,
      "end": 15144,
      "loc": {
        "start": {
          "line": 331,
          "column": 54
        },
        "end": {
          "line": 331,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15145,
      "end": 15151,
      "loc": {
        "start": {
          "line": 331,
          "column": 56
        },
        "end": {
          "line": 331,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15151,
      "end": 15152,
      "loc": {
        "start": {
          "line": 331,
          "column": 62
        },
        "end": {
          "line": 331,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 15180,
      "end": 15183,
      "loc": {
        "start": {
          "line": 333,
          "column": 24
        },
        "end": {
          "line": 333,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 15184,
      "end": 15188,
      "loc": {
        "start": {
          "line": 333,
          "column": 28
        },
        "end": {
          "line": 333,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15189,
      "end": 15190,
      "loc": {
        "start": {
          "line": 333,
          "column": 33
        },
        "end": {
          "line": 333,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "self",
      "start": 15191,
      "end": 15195,
      "loc": {
        "start": {
          "line": 333,
          "column": 35
        },
        "end": {
          "line": 333,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15195,
      "end": 15196,
      "loc": {
        "start": {
          "line": 333,
          "column": 39
        },
        "end": {
          "line": 333,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "processor",
      "start": 15196,
      "end": 15205,
      "loc": {
        "start": {
          "line": 333,
          "column": 40
        },
        "end": {
          "line": 333,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15205,
      "end": 15206,
      "loc": {
        "start": {
          "line": 333,
          "column": 49
        },
        "end": {
          "line": 333,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RecognizeFilletByArcOrEdge",
      "start": 15206,
      "end": 15232,
      "loc": {
        "start": {
          "line": 333,
          "column": 50
        },
        "end": {
          "line": 333,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15232,
      "end": 15233,
      "loc": {
        "start": {
          "line": 333,
          "column": 76
        },
        "end": {
          "line": 333,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 15233,
      "end": 15236,
      "loc": {
        "start": {
          "line": 333,
          "column": 77
        },
        "end": {
          "line": 333,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15236,
      "end": 15237,
      "loc": {
        "start": {
          "line": 333,
          "column": 80
        },
        "end": {
          "line": 333,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15237,
      "end": 15238,
      "loc": {
        "start": {
          "line": 333,
          "column": 81
        },
        "end": {
          "line": 333,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15264,
      "end": 15266,
      "loc": {
        "start": {
          "line": 334,
          "column": 24
        },
        "end": {
          "line": 334,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15267,
      "end": 15268,
      "loc": {
        "start": {
          "line": 334,
          "column": 27
        },
        "end": {
          "line": 334,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 15268,
      "end": 15269,
      "loc": {
        "start": {
          "line": 334,
          "column": 28
        },
        "end": {
          "line": 334,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 15269,
      "end": 15273,
      "loc": {
        "start": {
          "line": 334,
          "column": 29
        },
        "end": {
          "line": 334,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15273,
      "end": 15274,
      "loc": {
        "start": {
          "line": 334,
          "column": 33
        },
        "end": {
          "line": 334,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15275,
      "end": 15281,
      "loc": {
        "start": {
          "line": 334,
          "column": 35
        },
        "end": {
          "line": 334,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15281,
      "end": 15282,
      "loc": {
        "start": {
          "line": 334,
          "column": 41
        },
        "end": {
          "line": 334,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updatePreview",
      "start": 15310,
      "end": 15323,
      "loc": {
        "start": {
          "line": 336,
          "column": 24
        },
        "end": {
          "line": 336,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15323,
      "end": 15324,
      "loc": {
        "start": {
          "line": 336,
          "column": 37
        },
        "end": {
          "line": 336,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 15324,
      "end": 15328,
      "loc": {
        "start": {
          "line": 336,
          "column": 38
        },
        "end": {
          "line": 336,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15328,
      "end": 15329,
      "loc": {
        "start": {
          "line": 336,
          "column": 42
        },
        "end": {
          "line": 336,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15329,
      "end": 15330,
      "loc": {
        "start": {
          "line": 336,
          "column": 43
        },
        "end": {
          "line": 336,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15352,
      "end": 15353,
      "loc": {
        "start": {
          "line": 337,
          "column": 20
        },
        "end": {
          "line": 337,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15371,
      "end": 15372,
      "loc": {
        "start": {
          "line": 338,
          "column": 16
        },
        "end": {
          "line": 338,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15372,
      "end": 15373,
      "loc": {
        "start": {
          "line": 338,
          "column": 17
        },
        "end": {
          "line": 338,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15373,
      "end": 15374,
      "loc": {
        "start": {
          "line": 338,
          "column": 18
        },
        "end": {
          "line": 338,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15384,
      "end": 15385,
      "loc": {
        "start": {
          "line": 339,
          "column": 8
        },
        "end": {
          "line": 339,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15397,
      "end": 15401,
      "loc": {
        "start": {
          "line": 341,
          "column": 8
        },
        "end": {
          "line": 341,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15401,
      "end": 15402,
      "loc": {
        "start": {
          "line": 341,
          "column": 12
        },
        "end": {
          "line": 341,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletablePoints",
      "start": 15402,
      "end": 15418,
      "loc": {
        "start": {
          "line": 341,
          "column": 13
        },
        "end": {
          "line": 341,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15418,
      "end": 15419,
      "loc": {
        "start": {
          "line": 341,
          "column": 29
        },
        "end": {
          "line": 341,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 15419,
      "end": 15426,
      "loc": {
        "start": {
          "line": 341,
          "column": 30
        },
        "end": {
          "line": 341,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15426,
      "end": 15427,
      "loc": {
        "start": {
          "line": 341,
          "column": 37
        },
        "end": {
          "line": 341,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addFilletablePointInteraction",
      "start": 15427,
      "end": 15456,
      "loc": {
        "start": {
          "line": 341,
          "column": 38
        },
        "end": {
          "line": 341,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15456,
      "end": 15457,
      "loc": {
        "start": {
          "line": 341,
          "column": 67
        },
        "end": {
          "line": 341,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15457,
      "end": 15458,
      "loc": {
        "start": {
          "line": 341,
          "column": 68
        },
        "end": {
          "line": 341,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15468,
      "end": 15472,
      "loc": {
        "start": {
          "line": 342,
          "column": 8
        },
        "end": {
          "line": 342,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15472,
      "end": 15473,
      "loc": {
        "start": {
          "line": 342,
          "column": 12
        },
        "end": {
          "line": 342,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletArcs",
      "start": 15473,
      "end": 15483,
      "loc": {
        "start": {
          "line": 342,
          "column": 13
        },
        "end": {
          "line": 342,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15483,
      "end": 15484,
      "loc": {
        "start": {
          "line": 342,
          "column": 23
        },
        "end": {
          "line": 342,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 15484,
      "end": 15491,
      "loc": {
        "start": {
          "line": 342,
          "column": 24
        },
        "end": {
          "line": 342,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15491,
      "end": 15492,
      "loc": {
        "start": {
          "line": 342,
          "column": 31
        },
        "end": {
          "line": 342,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addFilletArcLineInteraction",
      "start": 15492,
      "end": 15519,
      "loc": {
        "start": {
          "line": 342,
          "column": 32
        },
        "end": {
          "line": 342,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15519,
      "end": 15520,
      "loc": {
        "start": {
          "line": 342,
          "column": 59
        },
        "end": {
          "line": 342,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15520,
      "end": 15521,
      "loc": {
        "start": {
          "line": 342,
          "column": 60
        },
        "end": {
          "line": 342,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15531,
      "end": 15535,
      "loc": {
        "start": {
          "line": 343,
          "column": 8
        },
        "end": {
          "line": 343,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15535,
      "end": 15536,
      "loc": {
        "start": {
          "line": 343,
          "column": 12
        },
        "end": {
          "line": 343,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filletLines",
      "start": 15536,
      "end": 15547,
      "loc": {
        "start": {
          "line": 343,
          "column": 13
        },
        "end": {
          "line": 343,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15547,
      "end": 15548,
      "loc": {
        "start": {
          "line": 343,
          "column": 24
        },
        "end": {
          "line": 343,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 15548,
      "end": 15555,
      "loc": {
        "start": {
          "line": 343,
          "column": 25
        },
        "end": {
          "line": 343,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15555,
      "end": 15556,
      "loc": {
        "start": {
          "line": 343,
          "column": 32
        },
        "end": {
          "line": 343,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addFilletArcLineInteraction",
      "start": 15556,
      "end": 15583,
      "loc": {
        "start": {
          "line": 343,
          "column": 33
        },
        "end": {
          "line": 343,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15583,
      "end": 15584,
      "loc": {
        "start": {
          "line": 343,
          "column": 60
        },
        "end": {
          "line": 343,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15584,
      "end": 15585,
      "loc": {
        "start": {
          "line": 343,
          "column": 61
        },
        "end": {
          "line": 343,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15591,
      "end": 15592,
      "loc": {
        "start": {
          "line": 344,
          "column": 4
        },
        "end": {
          "line": 344,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "destroy",
      "start": 15600,
      "end": 15607,
      "loc": {
        "start": {
          "line": 346,
          "column": 4
        },
        "end": {
          "line": 346,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15607,
      "end": 15608,
      "loc": {
        "start": {
          "line": 346,
          "column": 11
        },
        "end": {
          "line": 346,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15608,
      "end": 15609,
      "loc": {
        "start": {
          "line": 346,
          "column": 12
        },
        "end": {
          "line": 346,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15610,
      "end": 15611,
      "loc": {
        "start": {
          "line": 346,
          "column": 14
        },
        "end": {
          "line": 346,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15621,
      "end": 15625,
      "loc": {
        "start": {
          "line": 347,
          "column": 8
        },
        "end": {
          "line": 347,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15625,
      "end": 15626,
      "loc": {
        "start": {
          "line": 347,
          "column": 12
        },
        "end": {
          "line": 347,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clear",
      "start": 15626,
      "end": 15631,
      "loc": {
        "start": {
          "line": 347,
          "column": 13
        },
        "end": {
          "line": 347,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15631,
      "end": 15632,
      "loc": {
        "start": {
          "line": 347,
          "column": 18
        },
        "end": {
          "line": 347,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15632,
      "end": 15633,
      "loc": {
        "start": {
          "line": 347,
          "column": 19
        },
        "end": {
          "line": 347,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15633,
      "end": 15634,
      "loc": {
        "start": {
          "line": 347,
          "column": 20
        },
        "end": {
          "line": 347,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15640,
      "end": 15641,
      "loc": {
        "start": {
          "line": 348,
          "column": 4
        },
        "end": {
          "line": 348,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15643,
      "end": 15644,
      "loc": {
        "start": {
          "line": 349,
          "column": 0
        },
        "end": {
          "line": 349,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15646,
      "end": 15646,
      "loc": {
        "start": {
          "line": 350,
          "column": 0
        },
        "end": {
          "line": 350,
          "column": 0
        }
      }
    }
  ]
}