Sunday, February 20, 2011

Programming VBA Import point and Spline for CATIA

CATIA like AUTOCAD is limited to circles, splines, and points etc but what makes CATIA most unique is it's VBA functionality. With VBA you can import points and create any geometry you want. There is however a program that already imports points and it does a rather good job of it too, but what this program is lacking is connecting these points.


My script imports the points and connects them all by a spline.


The code can be found here:
http://tancospi.googlecode.com/files/catia_spline_vba.txt
The format is a text file. Copy and paste contents into an empty module.

No comments:

Post a Comment