lemmiwinks43
Computer
I'd like to create an array of points, including their associated properties: x, y, z, (etc.), using VB. I am working on a script to create a Point class, and add the properties in as member variables of a Point object. Is this possible in VB?
Has anyone done something like this before? I have also considered creating an array of hybridshape objects, but I'm not sure if I can collect all of the information I'd like from each point.
Has anyone done something like this before? I have also considered creating an array of hybridshape objects, but I'm not sure if I can collect all of the information I'd like from each point.