Exports Flat Pattern into external file.
IvExtExportFlatPattern ( prt As Part, _
fileName As String, _
Optional formatStr As String = "FLAT PATTERN DXF?AcadVersion=R12", _
Optional docHandle As String = "" ) As Boolean
| Argument | Type | Description |
|---|---|---|
| prt | part | Sheet Metal Part |
| fileName | string | Destination file name |
| formatStr | string | Additional formatting information |
| docHandle | string | Optional (default="") document handle that allows to use the function from GetNewPartNumber() method |