Message 1 of 3
Error setting profile on existing extrude
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm getting a "RuntimeError: 2 : InternalValidationError : curProfile" error when I try to update an ExtrudeFeature with a new profile (locating the feature by attribute):
if len( attributes ) > 0: extrusion = attributes[0].parent extrusion.timelineObject.rollTo( True ) extrusion.profile = profile
In fact, just retrieving the profile (before assignment) causes an "InternalValidationError : res", while accessing other properties isn't a problem.
I've done quite a bit of experimenting and digging for answers but have no idea what is going wrong.