Describes non standard sheet thickness issue found during sheet metal design analysis. More...
Public Member Functions | |
| DFMSheetMetal_NonStandardSheetThicknessIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMSheetMetal_NonStandardSheetThicknessIssue () | |
| Constructor. | |
| DFMSheetMetal_NonStandardSheetThicknessIssue (double theActualThickness) | |
| Constructor. | |
| double | NearestStandardSheetThickness () |
| void | SetNearestStandardSheetThickness (double theThickness) |
| double | ActualSheetThickness () |
| void | SetActualSheetThickness (double theThickness) |
Public Member Functions inherited from cadex.DFMBase_Issue | |
| DFMBase_Issue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Public Member Functions inherited from cadex.MTKBase_Feature | |
| MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| MTKBase_Feature () | |
| Constructor. | |
| void | Nullify () |
| bool | IsNull () |
| bool | IsEqual (cadex.MTKBase_Feature theObject) |
| bool | IsNotEqual (cadex.MTKBase_Feature theObject) |
Static Public Member Functions | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a non standard sheet thickness issue. | |
| static new cadex.DFMSheetMetal_NonStandardSheetThicknessIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMBase_Issue | |
| static bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returnstrue if theFeature is a DFM issue. | |
| static cadex.DFMBase_Issue | Cast (cadex.MTKBase_Feature theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Describes non standard sheet thickness issue found during sheet metal design analysis.
The non-standard sheet thickness issue refers to the use of sheet metal that is not available in standard thicknesses. This can be a problem because it can make the fabrication process more difficult and add additional costs. Typically, sheet metal is available in a range of standard thicknesses, which makes it easier to design and fabricate parts. However, when a non-standard thickness is required, it can create issues with tooling, bending, and other fabrication processes.
Contains non standard sheet thickness and the standard thickness closest to it.
|
inline |
Constructor.
Creates an issue with specified actual sheet thickness.
|
inline |
Returns the actual sheet thickness in mm .
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns the nearest standard sheet thickness in mm .
|
inline |
Sets the actual sheet thickness in mm . theThickness should be greater than zero.
|
inline |
Sets the nearest standard sheet thickness in mm . theThickness should be greater than zero.