Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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.
I don't want to recreate this functional by my self using GUI Editor.
Solved! Go to Solution.
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
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