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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Iterate through drawing Table using ProToolkit

AlexCote
7-Bedrock

Iterate through drawing Table using ProToolkit

Hi,

trying to figure out why I can't get this to work.

I am a beginner at C++, but know how to program and a Creo user for many years.

 

Now I am trying to get my toolkit to give me how many table there's in my drawing. The ultimate goal is to select a specific table en save it as CSV, but for now one small step at the time 🙂

 

So here's a snapshot of my code:

image.png

Before getting to this point the parameter "mdl" is check to make sure that it is a PRO_DRAWING object.image.png

but this always give me the same result: image.png

 

And my drawing as 3 tables in this test case.

image.png

Any help will be appreciate.

Regards

1 ACCEPTED SOLUTION

Accepted Solutions
1 REPLY 1

Top Tags