Can I make the geometry get scaled with a specific distance?

I am trying to make the geometry scaled in the x direction with 200 mm distance, can I make this with “Geometry.Scale” node ?
fwsadf

You would need to do the math - X-200mm/X. where X is the current X dimension.