2019-11-18 05:56 PM
2020-05-05 02:00 PM
PREPAREFUNCTION ch, "StorePolyline", "polyline1", nVertices4,vertArr4,defaultInhEdgeInfo, inhEdgeInfos dim cont1[] cont1[1]=vardim1(vertArr) ! points to the last vertex of the contour ! Store = Store _polygon_ PREPAREFUNCTION ch, "Store", "poly1", nVertices,1,vertArr,cont1
! GetVertices = Get _polygon_ vertices nVertices = CALLFUNCTION (ch, "GetVertices", polylineID, resPolylineVertices)Polygon Operations sure is full of gotchas...