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
Hi all,
I need to find the multi bodies parameters. I have a multiple body, like Body1, Body2, Body3, etc... Now I want to find these bodies parameters by iterating each and every Body in the 3D Model. So, I need any sample code in VB API to execute this.
Solved! Go to Solution.
Sample code about how to use ListItems()
\PTC\Creo x.x.x.x\Common Files\vbapi\vbapi_examples\pfcFeaturesExamples.vb
Get bodies from model ListItems() with EpfcITEM_BODY as a type. Then read parameters from ModelItem as usual.
Can u give any sample code?
Sample code about how to use ListItems()
\PTC\Creo x.x.x.x\Common Files\vbapi\vbapi_examples\pfcFeaturesExamples.vb