ExportFreeForm Method

AEC Auto

ExportFreeForm Method

Exports a free form representation to a file.

See Also | Example

Signatures: Overview

Mass Elements

object.ExportFreeForm("FileName"[, CenterAtOrigin])

Mass Groups

object.ExportFreeForm("FileName")

Signatures: Detail

object.ExportFreeForm("FileName"[, CenterAtOrigin])

object

AecMassElement The object being exported.

FileName

String; input-only
The name of the file to export the free form representation to.

CenterAtOrigin

Boolean; optional
Determines whether the original coordinates of the boundary representation are stored, or the coordinates are translated to WCS.
TRUE:  Use the original coordinates of the boundary representation.
FALSE: Translate the vertices of the boundary representation to WCS.

The default is TRUE.


object.ExportFreeForm("FileName")

object

AecMassGroup
The object being exported.

FileName

String; input-only
The name of the file to export the free form representation to.

Remarks

If no path is specified for FileName, the file is created in the current drawing's directory. If you do not specify a file extension, none is added.