copy method

Geometry copy()

Create a copy of this Geometry, with the same values and figures. @expose @return {Geometry}

Implementation

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