Gets whether the bend allowance from the original sheet metal feature is used in this sheet metal base flange feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property UseDefaultBendAllowance As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBaseFlangeFeatureData
Dim value As System.Boolean
value = instance.UseDefaultBendAllowance |
C# | |
---|
System.bool UseDefaultBendAllowance {get;} |
C++/CLI | |
---|
property System.bool UseDefaultBendAllowance {
System.bool get();
} |
Property Value
True uses the parent sheet metal bend allowance, false uses a custom bend allowance
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30