Creates ActiveX-compatible (variant) 3D point structure
Supported Platforms: Windows only
(vlax-3D-point lst) (vlax-3D-point x y [z])
Type: List
A list of two or three numbers, representing points.
Type: Integer or Real
Numbers representing X and Y coordinates of a point.
Type: Integer or Real
A number representing the Z coordinate of a point.
Type: Variant
A variant containing a three-element array of doubles.
(vlax-3D-point 5 20) #<variant 8197 ...> (vlax-3D-point '(33.6 44.0 90.0)) <variant 8197 ...>