2

I'd like to scale features with a scale factor. With the scale tool of the editor toolbar it is possible to define a factor but then every single line of the feature is scaled by this factor. However, I'd like to scale the feature referring to the area and not referring to every line (for example 1.5 times the size it was before). Moreover, I'd like to automise the whole process. Does this only work with a python script?

BERA
  • 72,339
  • 13
  • 72
  • 161
Michele
  • 21
  • 1

1 Answers1

0

I dont know of a geoprocessing tool for this. You could take a look at this question but you need to use some Python: Is there ArcPy tool for polygon resizing like Scale tool of Advanced Editing toolbar in ArcMap?

BERA
  • 72,339
  • 13
  • 72
  • 161
  • Thank you. Yes, this was the only answer I could find, too. But it didn't work so far. Thank you anyway! – Michele Mar 22 '17 at 15:47