Line from point tangent to circle in Dynamo

Hello.
Does anyone have ideas how to create a line from point tangent to circle or curve in Dynamo?
Thank you!

@arkadiy.kalina ,

we had here similar issues

if you use python you can try this:
https://stackoverflow.com/questions/49968720/find-tangent-points-in-a-circle-from-a-point

It’s absolutely bright idea! thank you.