Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi ,
I am using "ProAsmcompAssemble" to assemble part in assembly and "ProAsmcompConstraintsSet" to constrain it.
It is working perfectly file , but when i need to change the constrain i am not able to see the" Edit Definition" option available.
which happen when we assemble part manually/interactively in Creo.
All the options are not available op right click.
Please refer attached snap for more detail.
Can anybody suggest the solution.
Thanks in Advance.
Maybe another component is active? Make sure the top assembly is active when you try to Edit Definition.
Or when you add a model without constraints as "first feature", then you cannot redefine it as well.
Hi all,
Manoj, it is impossible to figure out what is going on without seeing the source code snippet. The component is in a 'placed' state and most likely it is an incomplete feature (judging from the model tree picture) and therefore redefinition is not allowed, whatever you did with ProAsmcompConstraintsSet did not work. The good failure investigation tool is to output an elemtree of the component in question to xml via ProElemtreeWrite and to examine the resulting xml data. Most likely you'll find out the constraints section is missing.
Feliks.