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!

Search results for query: *

  • Users: kkaesaem
  • Content: Threads
  • Order by date
  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...

Part and Inventory Search

Back
Top