Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Guys,
Good day.
I'm having problem in the extraction of coordinates of Polyline. When I try to compare the extracted coordinates in VBA and the List command in AutoCAD they are both different value.
Sample value below:
Code that I use to extract:
dim pp as variant
dim oEnt as acadentity
dim oPL as acadlwPolyline
ThisDrawing.Utility.GetEntity oEnt, pp, vbCrLf & "Select Polyline: "
set oPL = oEnt
mCoord = oPL.Coordinates
Thank you in advance.
Best regards,
Alex
Solved! Go to Solution.