Skip to main content
10-Marble
January 3, 2024
Solved

Creo otk c++: how to get surface just like ProSolidSurfaceVisit in ProToolKit?

  • January 3, 2024
  • 1 reply
  • 1354 views

Hello,

Recently, I wanted to use otk replace my program, but I have some trouble. In the user's guide I know wfcCollection::GetSurfCollection, but I don't know how to use it.

Looking forward to your answer.

Best answer by YaroslavSin

Starting at the top-level model, use pfcModelItemOwner::ListItems with an argument of pfcITEM_SURFACE

1 reply

17-Peridot
January 9, 2024

Starting at the top-level model, use pfcModelItemOwner::ListItems with an argument of pfcITEM_SURFACE

10-Marble
January 10, 2024

Thanks for your reply, it's useful.