SetEndOfPartToTopOrBottom(False) does not update the part

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am iterating features one by one. I need to extract information about unconsumed feature inputs data. Say, for a Flange feature, I need to get data about its consumed edge.
So the steps I am following are:
- at a particular feature, I say, oFeature.SetEndOfPart(True)
- extract data from the feature via definition, wherever possible
- then I set m_compDef.SetEndOfPartToTopOrBottom(False) ' to set the EoP marker to end
- Go to next feature.
Now, at this stage, even if EoP is moved to the end, all the features still appear disabled. (See picture). Why?
As EoP has moved to end, every one should be alive. Isn't so?
If not, what needs to be done to make all the unsuppressed features alive, so that I can repeat the steps mentioned above, for the next feature.