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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

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

YL_10750932
4-Participant

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

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2

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

Thanks for your reply, it's useful.

Top Tags