Describes interference issue for flat pattern found during sheet metal design analysis. More...
Public Member Functions | |
| DFMSheetMetal_FlatPatternInterferenceIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMSheetMetal_FlatPatternInterferenceIssue () | |
| Constructor. | |
| DFMSheetMetal_FlatPatternInterferenceIssue (cadex.ModelData.Face theFirstFace, cadex.ModelData.Face theSecondFace, cadex.ModelData.Face theInterferenceFace) | |
| Constructor. | |
| cadex.ModelData.Face | FirstFace () |
| void | SetFirstFace (cadex.ModelData.Face theFace) |
| cadex.ModelData.Face | SecondFace () |
| void | SetSecondFace (cadex.ModelData.Face theFace) |
| cadex.ModelData.Face | InterferenceFace () |
| void | SetInterferenceFace (cadex.ModelData.Face theFace) |
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) |
| Returnstrue if theFeature is a flat pattern inteference issue. | |
| static new cadex.DFMSheetMetal_FlatPatternInterferenceIssue | 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 interference issue for flat pattern found during sheet metal design analysis.
Flat pattern interference occurs when the flattened shape of a part does not fit properly on the flat sheet material that it is cut from. This can result in issues during the manufacturing process, such as warping or bending of the material, or inaccuracy in the final product.
|
inline |
Constructor.
Creates an interference issues from three ModelData.Face objects.
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns the first intersecting face.
|
inline |
Returns the interference face.
|
inline |
Returns the second intersecting face.
|
inline |
Sets the first intersecting face.
|
inline |
Sets the interference face.
|
inline |
Sets the second intersecting face.