Error when try unsuppress operation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, whats up?
I have trying to make procedural part, so I make ipart and make a table, each row part has some operation suppressed and unsuppressed, the problem occurs when I try to unsuppress one of the operations, the operation unsuppress fails because that operation says it is child of another operation, but when I create the operation, the other operation is suppressed, and there is no relationship between each two.
So, I create the first operations > suppress the first operations > create the second operations > suppress the second operations. Check operation relationships and all looks good, the operation 2.2 is not child of 1.1, all go right)
But when change between part member ipart the operations fails, 2.2 operations go child of 1.1 operation for no reason
the operation 2.2 becomes a child of 1.1 operation for no apparent reason, and only happens when I change between ipart members, from 1.x operations to 2.x operations
am i doing something wrong?