Surface Normal in OnTriggerEnter...

How can i get surface Normal/impact point Normal in OnTriggerEnter fuction?

Thanks.

You can't get an impact point because there is no impact. A trigger will only tell you when and which objects collide.

You can however use the Collider.ClosestPointOnBounds method to figure out roughly where one collider entered the other.