Solid Edge Part Type Library
SaveAsFlatDXF Method
Specifies the name of the exported file. The file extension can be .dxf, .par, or .psm.
Specifies the input face.
Specifies the input edge. The edge must be part of the input face.
Specifies the input vertex. The vertex must be part of the input face.
Description
Creates a flat pattern file from specified geometry.
Syntax
Visual Basic
Public Sub SaveAsFlatDXF( _
   ByVal FileName As String, _
   ByVal Face As Object, _
   ByVal Edge As Object, _
   ByVal Vertex As Object _
) 
Parameters
FileName
Specifies the name of the exported file. The file extension can be .dxf, .par, or .psm.
Face
Specifies the input face.
Edge
Specifies the input edge. The edge must be part of the input face.
Vertex
Specifies the input vertex. The vertex must be part of the input face.
Remarks
The new file can be a Solid Edge part file, a Solid Edge sheet metal file, or an AutoCAD file.
See Also

Models Collection  | Models Members