Message 1 of 5

Not applicable
03-21-2018
09:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am working to extrude the faces of a given component.
I managed to iterate over the faces and project them onto a new sketch.
I am trying to figure out how to extrude the new sketch that I made.
extrude = root.features.extrudeFeatures new_sketch.project(face) for prof in new_sketch.profiles: extInput = extrude.createInput(prof, adsk.fusion.FeatureOperations.NewBodyFeatureOperation)
Where the face is being iterated over based on the object.
I found this based on the documentation and also in another post here:
This still results in the error : "RuntimeError: 2 : InternalValidationError : bSet"
Please let me know if you have any thoughts on what could be causing this.
Thanks,
Michael
Solved! Go to Solution.