cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Surface Tessellation

Ketan_Lalcheta
19-Tanzanite

Surface Tessellation

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

1 ACCEPTED SOLUTION

Accepted Solutions
FV
17-Peridot
17-Peridot
(To:Ketan_Lalcheta)

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


View solution in original post

1 REPLY 1
FV
17-Peridot
17-Peridot
(To:Ketan_Lalcheta)

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


Top Tags