Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Is there a way to get BOM(Name,Type,Level,Quantity) list information?
I have used the ProMdlDependenciesList recursively for selected or current models to obtain information for all models.
However, the order of the arrays in this way is not the same as the model tree.
Is there a way to get the information of a model as an array in the model tree, or to visit the model in the order of the model tree?
For the moment, I've written code like the following file to attach:
But in fact .. I do not feel how to apply and configure filters.
We would like to thank you for telling us how to get BOM information(Name,Type,Level,Quantity) for all components for the top-level model.
Please...
Solved! Go to Solution.
Go with ProSolidFeatVisit() for main assembly. Filter should be with Component and in visit function, do following:
HIH
Ketan
Hello @CHASEONHO
Use ProSolidFeatVisit to visit all components (features) of main assembly (promdl).
Go with ProSolidFeatVisit() for main assembly. Filter should be with Component and in visit function, do following:
HIH
Ketan