jan_ek Posted January 26, 2022 Posted January 26, 2022 Hello, How to calculate the maximum envelope of several polylines given a list of points of each polyline. Example on the screen Quote
jan_ek Posted January 26, 2022 Author Posted January 26, 2022 Thank you very much, sorry for the unnecessary new post 1 Quote
Nick Merchant Posted January 27, 2022 Posted January 27, 2022 Try this to avoid merging Polylines or modifying objects: Create a selectionSet as a vla-object vla-get-boundingBox vla-object 'min 'max vlax-safearray->list on each symbol to retrieve xy coordinate of limits ref: https://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-A20C361C-BBF0-4EAB-8BE7-709154CEEE09 Quote
mhupp Posted January 27, 2022 Posted January 27, 2022 If you are wanting to calculate the area this is prob your best bet. Objects have to be overlapping to work properly. http://www.lee-mac.com/outlineobjects.html 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.