Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. ledComp

    How to get the length of a spline

    Thanks for the tip... LedComp
  2. ledComp

    How to only loop through items selected (VBA autocad)

    I'm looping through the modelSpace but only want to loop through those objects that have been selected. Does anyone know how I can do that? For Each entry In ThisDrawing.ModelSpace (where is selected) Next entry Thank you....
  3. ledComp

    How to get the length of a spline

    Hello: I'm new to vba for autocad and am writing a small script that needs to get the length of a spline in order to do calculations. I noticed that length is not an option for spline. Does anyone know how I can accomplish this ...and what property I need to use? Thanks, ledComp
Back
Top