Defines parameters used in sheet metal design analysis. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| DFMSheetMetal_NotchParameters (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| DFMSheetMetal_NotchParameters () | |
| Constructor. | |
| DFMSheetMetal_NotchParameters (double theWidthRatio, double theLengthRatio) | |
| Constructor. | |
| double | MinWidthToSheetThicknessRatio () |
| void | SetMinWidthToSheetThicknessRatio (double theRatio) |
| double | MaxLengthToWidthRatio () |
| void | SetMaxLengthToWidthRatio (double theRatio) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Defines parameters used in sheet metal design analysis.
These parameters used to determine irregular notch.
The notch counts as an issue, if at least one of it size parameters fails the following condition:
\[ \large W_n \geq T \times Rt_w \quad \text{and} \quad L_n \leq W_n \times Rt_l \]
\[ \begin{aligned} & \small W_n - \text{width of analyzed notch} \\ & \small L_n - \text{length of analyzed notch} \\ & \small T - \text{thickness of analyzed sheet} \\ & \small Rt_w - \text{minimum notch width to sheet thickness ratio} \\ & \small Rt_l - \text{maximum notch length to notch width ratio} \end{aligned} \]
Default width ratio is 1.5. Default length ratio is 5.
|
inline |
Constructor.
Sets default values: width ratio to 1.5, length ratio to 5.
|
inline |
Constructor.
Sets specified width and length ratios.
|
inline |
Returns maximum notch length to notch width ratio.
|
inline |
Returns minimum notch width to sheet thickness ratio.
|
inline |
Sets maximum notch length to notch width ratio. theRatio should be greater than zero.
|
inline |
Sets minimum notch width to sheet thickness ratio. theRatio should be greater than zero.