How to get the length of a spline
How to get the length of a spline
(OP)
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
Thanks,
ledComp





RE: How to get the length of a spline
RE: How to get the length of a spline
LedComp
RE: How to get the length of a spline
I thought you were looking for a way in VBA.
More alternatives:
- "_lengthen" command (no dialog box)
- "_area" command (no dialog box+area)
- search for a lisp in the www
L.ADT 2004