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 |
◆ ComputePlacementTransformation()
Computes the transformation required to place the flat pattern shell onto the target plane.
◆ IsNull()
| bool cadex.SheetMetal_FlatPattern.IsNull |
( |
| ) |
|
|
inline |
Returns true if the flat pattern is null.
◆ MainShape()
Returns shape from which unfolding started.
Contains ModelData.Face if shape not empty.
The result shape is null if the flat pattern is null.
◆ RelatedShape()
Returns related shape for the current shape, i.e.
original shape for unfolded and vice versa. The result shape is null if the flat pattern is null.
◆ UnfoldedShell()