cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Exclude some instances of pattern using OTK Java + Feature Element Tree

Exclude some instances of pattern using OTK Java + Feature Element Tree

Hello!

I created a pattern using OTK Java and FET. Now I need to exclude some of the elements of the pattern (just as is done with Creo).

For example, I have the pattern created using Java OTK and FET:

1.PNG

This is what I need:

1) disabling pattern elements.

2.PNG

2) the result that I need:

3.PNG

Since I created this element using FET, I know that it has a certain structure, the elements of which perform certain functions.

Therefore, I created the pattern without excluded elements and unloaded its tree into a XML-file.
And then I did the same with the pattern with excluded elements.
I compared two XML-files and they turned out to be the same.
From this I concluded that OTK Java + FET cannot exclude pattern elements.

Although this feature may be useful in some cases.

 

Best Regards!