Programatically select a component from an assembly in Creo Parametric using VB API
We can programmatically select any component from an assembly using VB API in Creo Parametric. Here the procedure to follow Get base session from AsyncConnection Get the Current model from the base session Convert the model into solid List out the solid items and select the components using the index of the component or Select…
Read more