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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

PDF Export and Model Parameters

SYNDAKIT
15-Moonstone

PDF Export and Model Parameters

Using the api how do I get to the model parameters instead of the drawing parameters?

 

I'm able to get to the drawing parameters but not the parameters from the drawing active model.

 

Any advice?

ACCEPTED SOLUTION

Accepted Solutions

You can get models from the drawing:

ProDrawingSolidsCollect()
ProDrawingSolidsVisit()
ProDrawingCurrentsolidGet()

 

Then as usual convert ProModel to ProModelItem and get parameters.

View solution in original post

3 REPLIES 3

You can get models from the drawing:

ProDrawingSolidsCollect()
ProDrawingSolidsVisit()
ProDrawingCurrentsolidGet()

 

Then as usual convert ProModel to ProModelItem and get parameters.

SYNDAKIT
15-Moonstone
(To:YaroslavSin)

Thanks YaroslavSin,

 

Does it require the paid tool kit to access these parameters?

 

I'm a total newbie so.....

 

 

No, it doesn't.

You can use any free API - Java Free (J-Link), VBA, WebLink

or Paid - C Toolkit, C++ OTK, Java OTK

Announcements


Top Tags