The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here
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.GUI
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
