Skip to main content
15-Moonstone
July 10, 2023
Solved

PDF Export and Model Parameters

  • July 10, 2023
  • 1 reply
  • 1933 views

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?

Best answer by YaroslavSin

You can get models from the drawing:

ProDrawingSolidsCollect()
ProDrawingSolidsVisit()
ProDrawingCurrentsolidGet()

 

Then as usual convert ProModel to ProModelItem and get parameters.

1 reply

17-Peridot
July 11, 2023

You can get models from the drawing:

ProDrawingSolidsCollect()
ProDrawingSolidsVisit()
ProDrawingCurrentsolidGet()

 

Then as usual convert ProModel to ProModelItem and get parameters.

SYNDAKIT15-MoonstoneAuthor
15-Moonstone
July 11, 2023

Thanks YaroslavSin,

 

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

 

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

 

 

17-Peridot
July 12, 2023

No, it doesn't.

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

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