Get normal of points on sphere

Hello, would like some advice on how get the normal of each point on a sphere.
I want each of the cubes to face outside from the center point of the sphere.

Thank you.

Brep closest point this will give you the closest point from your population to your sphere. It also provides the normal vector which you can use to construct a normal plane

You can also use the adjust plane component and use a line from the sphere origin to each point on the surface of the sphere.

1 Like

Thank you for both answers. It works :slight_smile: