I want to create a program that lets the user select faces and then changes the selected faces to the color we specified.
Also, the selection is limited to faces.
Please let me know if you know.
I want to create a mirror curve by storing all the tags of the few splines I created in an array.
Putting the contents of the create_spline array into the CurveDumbRule array results in an error. How do I fix this?
Dim create_curve(*) As Spline
create_curve(*) =...