How to create a grid with 4 points of a rectangle and the centre mark

Hi all, could someone please point me in the correct direction for creating a grid as below. I want the green marks, so the centre of the ‘square’ as well as the outer points. Thanks

I think I have solved it actually. Is this the best way to do it?

Using the SqGrid (Square Grid) could also be a possibility.
Alternatively, you can get the centers with PCen (Polygon Center), but the Area component is fine, too. The vertices can also be extracted with the Explode component.
What you’re doing is completely fine though!

1 Like