Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi, I'm desperate,
I'm trying to reorder feature in tree after last feature.
Both features are completely independent. My code:
Feature sketch = ...
Feature last = ...
ReorderAfterOperation op = sketch.CreateReorderAfterOp(last);
FeatureOperations ops = FeatureOperations.create();
ops.append(op);
model.ExecuteFeatureOps(ops, null); --> throws XToolkitBadContext exception
Any ideas ?
Thanks.
Solved! Go to Solution.
Hi,
Look at these articles:
Hi,
Look at these articles:
