Describes a flat pattern for sheet metal models.
More...
Inherits global.SystemIDisposable.
|
|
virtual void | Dispose (bool disposing) |
| |
Describes a flat pattern for sheet metal models.
SheetMetal_FlatPattern stores the unfolded shell and its parameters (length, width, thickness, perimeter), main shape and shapes associations.
The following pictures illustrate the unfolded view of the sheet metal model.
Unfolded view
|
- Examples
- MTKConverter/Program.cs, sheet_metal/unfolder/Program.cs, and sheet_metal/unfolder/main.cxx.
◆ SheetMetal_FlatPattern()
| cadex.SheetMetal_FlatPattern.SheetMetal_FlatPattern |
( |
| ) |
|
|
inline |
◆ IsNull()
| bool cadex.SheetMetal_FlatPattern.IsNull |
( |
| ) |
|
|
inline |
◆ Length()
| double cadex.SheetMetal_FlatPattern.Length |
( |
| ) |
|
|
inline |
◆ MainShape()
Returns shape from which unfolding started.
Contains ModelData.Face if shape not empty.
◆ Perimeter()
| double cadex.SheetMetal_FlatPattern.Perimeter |
( |
| ) |
|
|
inline |
◆ RelatedShape()
Returns related shape for the current shape, i.e. original shape for unfolded and vice versa.
◆ Thickness()
| double cadex.SheetMetal_FlatPattern.Thickness |
( |
| ) |
|
|
inline |
◆ ToDrawing() [1/2]
◆ ToDrawing() [2/2]
Converts the flat pattern to a drawing using parameters theParameters.
◆ UnfoldedShell()
◆ Width()
| double cadex.SheetMetal_FlatPattern.Width |
( |
| ) |
|
|
inline |