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