Skip to main content
17-Peridot
October 11, 2018
Solved

How to show system dialog Select Parameter?

  • October 11, 2018
  • 1 reply
  • 1605 views

Hello!

Anyone have ideas how to show system dialog Select Parameters from toolkit application?

This dialog is using for selecting parameters for family table and in Inheritance feature.GUIGUI

I don't want to recreate this functional by my self using GUI Editor.

 

Best answer by sully7

Hi, 

 

In Pro/TOOLKIT, the method is "ProParameterSelect". 

 

In ObjectToolkit, you can run "SelectParam" or "SelectParams" on a pfcModel object, or pfcModelItem object.

 

FYI also - if you'd like to then apply the parameters to a FamilyTable, you can use "ProParameterToFamtableItem" to apply it into the family table operations.

 

Let me know if you'd like more info -  I can put together some example code for you if you'd like. 

 

Thanks, 

James Sullivan

1 reply

sully714-AlexandriteAnswer
14-Alexandrite
October 11, 2018

Hi, 

 

In Pro/TOOLKIT, the method is "ProParameterSelect". 

 

In ObjectToolkit, you can run "SelectParam" or "SelectParams" on a pfcModel object, or pfcModelItem object.

 

FYI also - if you'd like to then apply the parameters to a FamilyTable, you can use "ProParameterToFamtableItem" to apply it into the family table operations.

 

Let me know if you'd like more info -  I can put together some example code for you if you'd like. 

 

Thanks, 

James Sullivan