Hi All,<br>I have 3D points generated from a script and I want to compute a convex hull over these<br>points to make a polygon. Wondering how I can get these points in? <br>Is this a geometry collection or is MULTIPOINT?<br>
I need to basically build this SQL in my script and add in all these points.<br><br>Cheers,<br>Ed.<br><br><br>Format of my points: <br><br>          {<br>            'sy' => '83.8422270354043',<br>            'sz' => '820.463109185838',<br>
            'sx' => '16.1577729645957'<br>          },<br>          {<br>            'sy' => '84.0763234092944',<br>            'sz' => '820.369470636282',<br>            'sx' => '15.9236765907056'<br>
          },<br>          {<br>            'sy' => '84.0763234092944',<br>            'sz' => '820.369470636282',<br>            'sx' => '15.9236765907056'<br>          },<br>
          {<br>            'sy' => '84.0763234092944',<br>            'sz' => '820.369470636282',<br>            'sx' => '15.9236765907056'<br>          }<br><br>