I'm trying to use the Surface Tessellation api's.
Surface Tessellation has the following functions:
- ProSurfaceTessellationGet((ProSurface)surface,ProSurfaceTessellationInput input,ProTessellation *tessellation);
- ProTessellationVerticesGet()
- ProSurfacetessellationinputFree()
- ProSurfacetessellationinputChordheightSet()
- ProSurfacetessellationinputAnglecontrolSet()
- ProSurfacetessellationinputStepsizeSet()
- ProSurfacetessellationinputUvprojectionSet(),
What I want to do is for a given surface, tesselate it with defined quality metrices, and then find information about the vertices.
I find a bad input in the function ProSurfaceTessellationGet(),I think the bug is the ProSurfaceTessellationInput,But i don't konw how to solve it.
just like @Wendell Duncan question,
Li Meng
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.