Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I got a "Invalid Argument Entity" Error on:
ui.activeSelections.add(occurrence.component.features.extrudeFeatures.item(0))
But it can successfully run if the code is:
extrude_feature = selectionInput.selection(0).entity #I selected the same extrudeFeature
ui.activeSelections.add(extrude_feature)
It seems like the selected feature and the original feature is different... Is there anyone know the reason? Thank you very much!
Solved! Go to Solution.