Implementing Polygon Resize Functionality

Hello @cad-developer,

For the granular face-level control that you want to implement, you will need to modify the position of the vertices of the face in question based on the transformation applied through the handle operator.

Please see this post about iterating through the MeshData.faces.element object via a selection:

A more “complete” example of interacting with the mesh data is available as part of the quickstart module. To view this example, please do the following:

Thanks,
Tino