Solved
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?
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?
You can get models from the drawing:
ProDrawingSolidsCollect()
ProDrawingSolidsVisit()
ProDrawingCurrentsolidGet()
Then as usual convert ProModel to ProModelItem and get parameters.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.