Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi
Can anyone help me understand use case of API ProSurfaceTessellationGet() ? What is meant by this API?
Does this API help to find geometry of part file?
Thanks and Regards
Ketan
Solved! Go to Solution.
pretty good explanation of tessellation is here:
https://computergraphics.stackexchange.com/questions/2018/what-is-tessellation-in-computer-graphics
ProSurfaceTessellation related API will generate a triangular mesh for a given surface...
a triangular mesh would naturally produce a point cloud and from a point cloud the possibilities are unlimited -robotic vision, image processing, machine learning API's...
HIH.
@Ketan_Lalcheta wrote:
Hi
Can anyone help me understand use case of API ProSurfaceTessellationGet() ? What is meant by this API?
Does this API help to find geometry of part file?
Thanks and Regards
Ketan
pretty good explanation of tessellation is here:
https://computergraphics.stackexchange.com/questions/2018/what-is-tessellation-in-computer-graphics
ProSurfaceTessellation related API will generate a triangular mesh for a given surface...
a triangular mesh would naturally produce a point cloud and from a point cloud the possibilities are unlimited -robotic vision, image processing, machine learning API's...
HIH.
@Ketan_Lalcheta wrote:
Hi
Can anyone help me understand use case of API ProSurfaceTessellationGet() ? What is meant by this API?
Does this API help to find geometry of part file?
Thanks and Regards
Ketan