Method that converts this feature to another fillet feature type.
To use this method you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True).
"filletFeature_var" is a variable referencing a FilletFeature object.
|
"filletFeature_var" is a variable referencing a FilletFeature object.
|
Type | Description |
boolean | Returns true if the conversion was successful. |
Name | Type | Description |
input | Base | Input a fillet feature input object that defines the desired fillet. Use the FilletFeatures.create*Input methods to create a new fillet feature input object. This can be a feature input for fillet type, rule fillet type or full round fillet type. |