CAMLibraryManager.fusion360MachineFolder Property

Parent Object: CAMLibraryManager
Defined in namespace "adsk::cam" and the header file is <Cam/Global/CAMLibraryManager.h>

Description

This function is retired. See more information in the 'Remarks' section below.

Gets the absolute path to the folder containing Fusion machines. Fusion machines appear in the machine library under the Fusion tab.

Remarks

This property has been retired. Please use the machine library to access machines instead.

Syntax

"cAMLibraryManager_var" is a variable referencing a CAMLibraryManager object.

# Get the value of the property.
propertyValue = cAMLibraryManager_var.fusion360MachineFolder
"cAMLibraryManager_var" is a variable referencing a CAMLibraryManager object.
#include <Cam/Global/CAMLibraryManager.h>

// Get the value of the property.
string propertyValue = cAMLibraryManager_var->fusion360MachineFolder();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version April 2023
Retired in version January 2024