Select to view content in your preferred language

how can i generate delaunay triangle by Arcgis pro api

735
2
09-04-2023 02:26 AM
YLZ
by
Emerging Contributor
 
0 Kudos
2 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

If you own 3D Analyst license you can call geoprocessing tool Create TIN.

If not, you can call python code from here

0 Kudos
Wolf
by Esri Regular Contributor
Esri Regular Contributor

You can take a look at this sample:  arcgis-pro-sdk-community-samples/Geometry/MultipatchBuilderEx at master · Esri/arcgis-pro-sdk-commun...

and search for 'Triangle'.   The sample constructs multipatch geometries from triangles.

0 Kudos