Inventor ETO

Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

297 views1 edit(s)2530 characters(s) Page last modified 18:10, 15 Jan 2013 by contentconnector
How to add your knowledge

IvExtExportFlatPattern()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Exports Flat Pattern into external file.

    Syntax

    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