Originally Posted by jabuffi I guess now what I will examine is writing a VBA macro for AutoCad that will read a text file or spreadsheet, use points along a line as input for a spline, and then loft the splines together to create a surface...
Anyone got any better suggestions? Other than buying software? |
I write AutoCAD macros, and I'd just draw 3D faces. You'll probably have to use triangles, quads would probably end up non planar. Splines may be smoother, but I guess it depends on the resolution of the scan for whether or not you'd need to smooth it.