Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
i want to delete one WTpart which is owner associated with CAD instance. but while rolling back interation, it is showing error
"Unable to delete Assembly - w10863703.asm,A.11 without also deleting the following members of the family table: [Assembly - w10809186.asm, C.12, Assembly - w10809187.asm,C.12, Assembly - w10809186_gene.asm, C.13]."
but i need the other mentioned ASMs. how can i proceed ?
Br,
Sandy
Solved! Go to Solution.
Are you deleting the instance CAD model iteration along with it? Are you looking to delete the WTPart completely or just delete its latest iteration? You likely have to handle the entire family table as a set since they are all inter-related.
Are you deleting the instance CAD model iteration along with it? Are you looking to delete the WTPart completely or just delete its latest iteration? You likely have to handle the entire family table as a set since they are all inter-related.
i would like to delete the instance and gear part both. but i need the other parts which are in error.
br,
Sandeep C.
Hi @Sandy7
I would say sorry, you can delete it if there is reference to other objects.
First you need to resolve the mentioned references and then you could delete the object what you need.
PetrH
hi @avillanueva ,
thanks for the sharing. as this was only the option, i rolledback the complete family table together.
thanks,
Sandy