Divide polygon into smaller

Hi,

Is there a function to split a polygon into several polygons with a given number of vertices? My problem is that I have to spend a Complex over 101 simple polygonal vertices less than 101 vertices.

I'm programming in VBA

Regards

Parents Reply
  • MDL Functions

    Both the jmdlEmbeddedArray_api and the mdlPop_api are unsuitable for use with VBA.  They require careful use of pointers and dynamic memory.  VBA doesn't know about such things. Once you leave the comfort zone of VBA then errors can occur that you have no way of debugging.

    It would be difficult to develop a VBA application that makes extensive calls into MDL.  It would be wiser to create the application using MDL or native code C++.

     
    Regards, Jon Summers
    LA Solutions

Children