CAMManager.postEnginePath Property

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

Description

Gets the absolute path to the post engine (post.exe) installed with Fusion.

Syntax

"cAMManager_var" is a variable referencing a CAMManager object.

# Get the value of the property.
propertyValue = cAMManager_var.postEnginePath
"cAMManager_var" is a variable referencing a CAMManager object.
#include <Cam/Global/CAMManager.h>

// Get the value of the property.
string propertyValue = cAMManager_var->postEnginePath();

Property Value

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

Version

Introduced in version April 2023