API surface-sweep operation missing

API surface-sweep operation missing

rune_schwarz5DXHU
Explorer Explorer
488 Views
1 Reply
Message 1 of 2

API surface-sweep operation missing

rune_schwarz5DXHU
Explorer
Explorer

In Fusion360 only exists the API operation for creating a solid-sweep, and the surface sweep operation is missing, which is necessary for sweeping single paths as a new surface.

available:
adsk.fusion.FeatureOperations.NewBodyFeatureOperation

 

not available:
adsk.fusion.FeatureOperations.NewSurfaceFeatureOperation

Dear Fusion Team, please add this operation.

 

0 Likes
Accepted solutions (1)
489 Views
1 Reply
Reply (1)
Message 2 of 2

rune_schwarz5DXHU
Explorer
Explorer
Accepted solution

Found the solution:

# Get the value of the property.
propertyValue = sweepFeatureInput_var.isSolid

# Set the value of the property.
sweepFeatureInput_var.isSolid = False