makeGeometry method

Geometry makeGeometry()

Produce a Geometry given the points of this route, depending on the value of #curve and #corner and perhaps other properties. The points of the Geometry are in local coordinates, whereas the #points of the link route are in document coordinates.

This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {Geometry} @since 1.6

Implementation

_i3.Geometry makeGeometry() => _i4.callMethod(
      this,
      'makeGeometry',
      [],
    );