TSplineBody.saveAsTSMFile Method

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

Description

Saves the body as a TSM file.

Syntax

"tSplineBody_var" is a variable referencing a TSplineBody object.
returnValue = tSplineBody_var.saveAsTSMFile(filename)
"tSplineBody_var" is a variable referencing a TSplineBody object.

#include <Fusion/TSpline/TSplineBody.h>

returnValue = tSplineBody_var->saveAsTSMFile(filename);

Return Value

Type Description
boolean Returns true if the file was successfully created.

Parameters

Name Type Description
filename string The full filename of the file to save the body to. If the file already exists, it will be overwritten.

Version

Introduced in version April 2019