Sketch.saveAsDXF Method

Parent Object: Sketch
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Sketch.h>

Description

Saves the contents of the sketch to a specified DXF file.

Syntax

"sketch_var" is a variable referencing a Sketch object.
returnValue = sketch_var.saveAsDXF(fullFilename)
"sketch_var" is a variable referencing a Sketch object.

#include <Fusion/Sketch/Sketch.h>

returnValue = sketch_var->saveAsDXF(fullFilename);

Return Value

Type Description
boolean Returns true if the operation was successful.

Parameters

Name Type Description
fullFilename string The full filename, including the path, of the DXF file.

Version

Introduced in version August 2014