Fetch geometry data from solid object having the Facets in it
- December 13, 2023
- 2 replies
- 1909 views
I am using the Creo Parametric 5.0.0.0
I am using the ProTK Toolkit APIS to get the information from the model.
I have a PVZ model where it looks like this model has facets data and no surfaces in it.
To get the geometry data from the surface we use ProSolidSurfaceVisit which gives a call back to user defined function with surface as argument.
I am trying to get the Facet data by using the ProSolidFacetsetVisit API, I am getting the call into the call back function with the facets set information and app data information.
Can anyone help me to get the geometry data out of this facets set,
Its better if I get a sample code fetch the geometry data within the callback function from Facets.
I have attached the sample model PVZ part file.
Thanks and regards.

