Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kkaesaem

  1. kkaesaem

    3 points parabola drawinng using VBA

    Below is the code of Parabola with 3 points in VBA '-----------------------------------------------------------Code Sub para() Dim Pnt1, Pnt2, Pnt3 As Variant '3points for parabola Pnt1 = ThisDrawing.Utility.GetPoint(, "1st Point") Pnt2 = ThisDrawing.Utility.GetPoint(, "2nd...
  2. kkaesaem

    Catenary

    I think you will find a solution in my blog. "C" as you mentioned is lowest position ? You will check the position seeing the catenary graph.

Part and Inventory Search

Back
Top