Gets and sets whether to use a ratio of length/width over sheet metal thickness to cut the bend area so that the body can be folded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RatioToThickness As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISMCornerReliefData
Dim value As System.Boolean
instance.RatioToThickness = value
value = instance.RatioToThickness |
C# | |
---|
System.bool RatioToThickness {get; set;} |
C++/CLI | |
---|
property System.bool RatioToThickness {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to use a ratio value to cut the bend area, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30