Is used to unfold sheet metal models. More...
Public Member Functions | |
| SheetMetal_Unfolder (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| SheetMetal_Unfolder () | |
| SheetMetal_Unfolder (double theKFactor) | |
| cadex.SheetMetal_FlatPattern | Perform (cadex.ModelData.Solid theSolid, cadex.ProgressStatus theProgressStatus) |
| Runs the unfolding process. | |
| cadex.SheetMetal_FlatPattern | Perform (cadex.ModelData.Solid theSolid) |
| cadex.SheetMetal_FlatPattern | Perform (cadex.ModelData.Solid theSolid, double theThickness, cadex.ProgressStatus theProgressStatus) |
| Runs the unfolding process. | |
| cadex.SheetMetal_FlatPattern | Perform (cadex.ModelData.Solid theSolid, double theThickness) |
| cadex.SheetMetal_FlatPattern | Perform (cadex.ModelData.Shell theShell, cadex.ProgressStatus theProgressStatus) |
| Runs the unfolding process. | |
| cadex.SheetMetal_FlatPattern | Perform (cadex.ModelData.Shell theShell) |
| cadex.SheetMetal_FlatPattern | Perform (cadex.ModelData.Face thePlanarFace, cadex.ModelData.Shell theShell, cadex.ProgressStatus theProgressStatus) |
| Runs the unfolding process. | |
| cadex.SheetMetal_FlatPattern | Perform (cadex.ModelData.Face thePlanarFace, cadex.ModelData.Shell theShell) |
| void | Perform (cadex.SheetMetal_Data theData, cadex.ProgressStatus theProgressStatus) |
| void | Perform (cadex.SheetMetal_Data theData) |
| void | SetKFactor (double theKFactor) |
| Sets K-Factor value for unfolding process. | |
Public Member Functions inherited from cadex.SheetMetal_AnalyzerTool | |
| SheetMetal_AnalyzerTool (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| SheetMetal_AnalyzerTool () | |
| Constructor. | |
Static Public Member Functions | |
| static cadex.SheetMetal_Unfolder | Cast (cadex.SheetMetal_AnalyzerTool theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Is used to unfold sheet metal models.
By unfolding a sheet metal model, you can produce a SheetMetal_FlatPattern for further machining operations. The resulting unfolded model can be used in preparation of control programs for processing on CNC machines.
Unfolds sheet metal shapes commonly used in the ducting, piping and other steel fabrication industries.
SheetMetal_Unfolder uses K-Factor value that represents the location of the neutral sheet with respect to the thickness of the sheet metal part. The value is between 0 and 1, default value is 0.5.
SheetMetal_Unfolder doesn't provide a features list.
The following pictures illustrate a sheet metal model and its unfolded view.
Original 3d model |
Unfolded view |
For more information visit the Sheet Metal Unfolding page.
|
inline |
|
inlineprotectedvirtual |
Reimplemented from cadex.SheetMetal_AnalyzerTool.
|
inline |
Runs the unfolding process. Updates existing sheet metal data.