2024-06-24 05:28 AM
Hello everyone,
I'm trying to union morphs and merge faces to get the boundary,
which is more intuitive than convex hull and concave hull, I think.
But I can't find which api function is possible to achieve this.
Otherwise, I'll write a merge function.
Any advice would be appreciated.
Solved! Go to Solution.
2024-06-25 07:56 AM
Hi,
I'm afriad you cannot find API function for morph same as 'Smooth & Merge Faces'... but if you'd unify polygons maybe you can use api Geometry::UnifyPolygon2DData() function.
HTH.
2024-06-25 07:56 AM
Hi,
I'm afriad you cannot find API function for morph same as 'Smooth & Merge Faces'... but if you'd unify polygons maybe you can use api Geometry::UnifyPolygon2DData() function.
HTH.
2024-06-26 11:13 AM
Thanks,I'll give it a try.👍