Lee Mac Posted March 23, 2009 Posted March 23, 2009 I am struggline to specify a three-element array of doubles If I have say a list of two coords: ((1.0 2.0 0.0) (3.0 4.0 0.0)) How would I make this into a three-element array of doubles? *hating safearray's at the moment...* Cheers Lee Quote
ASMI Posted March 23, 2009 Posted March 23, 2009 Command: (vlax-3d-point '(1.0 2.0 0.0)) #<variant 8197 ...> I think you need variant - three-element array of doubles. This is 3d point representation for ActiveX functions. Quote
Lee Mac Posted March 23, 2009 Author Posted March 23, 2009 Ahh, I knew of the function vlax-3d-point ... just didn't know to use it in this application ~ silly me Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.