copy method
Create a copy of this Geometry, with the same values and figures. @expose @return {Geometry}
Implementation
_i3.Geometry copy() => _i4.callMethod(
this,
'copy',
[],
);
Create a copy of this Geometry, with the same values and figures. @expose @return {Geometry}
_i3.Geometry copy() => _i4.callMethod(
this,
'copy',
[],
);