Skip to content

toFileSTEP()

Description

Save detail in a file.

Syntax

JS
toFileSTEP(pathFile: String) -> void

Parameters

Parameter Type Mandatory Description
pathFile String ✅ Full path to file or relative path from MotorXP-AFM_DS application directory.

Return value

Type Description
void Empty value.

Example

JS
piece.toFileSTEP("d:/temp/piece.step")

See also

Last update: 14 August 2025, 18:47