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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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