In the geom GUI, is there a button for geompy.MakeTangentOnCurve()?

I am able to create a tangent to a curve by modifying the python “study” script and adding
the following two lines:

tan1 = geompy.MakeTangentOnCurve( curve, 1.0)
geompy.addToStudy( tan1, ‘tan1’ )

But I am only doing this because I cannot find the GUI button for this function.
Anybody know where it is or should I make a request to add this button in?

Thanks

I can’t find it either.
This method has been made available through API, but no corresponding GUI was created.
You may ask for another vector creation method:

  • Tangent to Curve by Parameter