Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to obtain the value of a point (the position of a civil 3d structure) like that:
(setq obj (vlax-ename->vla-object (car (entsel))))
(setq p1 (vlax-get-property obj 'Position))
I get:
#<VLA-OBJECT IAeccPoint3d 00000270e7ca4760>
My question:
How to proceed from here to obtain the value of the point?
Thanks,
Eitan
Solved! Go to Solution.