FilletFeature.GetSuppressionCondition Method
Parent Object: FilletFeatureDescription
Method that gets the suppression condition for the feature. The method returns False if no condition has been applied.
Syntax
FilletFeature.GetSuppressionCondition( Parameter As Parameter, ComparisonType As ComparisonTypeEnum, Expression As Variant ) As BooleanParameters
Name | Type | Description |
Parameter | Parameter | Parameter object that specifies the parameter whose value is to be checked for feature suppression. |
ComparisonType | ComparisonTypeEnum | ComparisonTypeEnum that specifies the type of comparison. Valid return types are kEqualToComparison, kNotEqualToComparison, kLessThanComparison, kGreaterThanComparison, kLessThanOrEqualToComparison, kGreaterThanOrEqualToComparison. |
Expression | Variant | Specifies the expression used for the comparison with the parameter value. This can either be a string or a parameter object. |